Datatable radiobutton issue

Hi I have a page with multiple datatables that are shown based on some condition. At any given point only on edatatable is visisble and the rest are hidden. I have radiobuttons in one of the columns. The problem is that radio button selection is not working properly. The problem is selecting one radio button does not unselect the previously selected button: Here is the javascript I have:
<script>
                    function dataTableSelectOneRadio(radio) {
                         var id = radio.name.substring(radio.name.lastIndexOf(':'));
                         var el = radio.form.elements;
                         for (var i = 0; i < el.length; i++) {
                              if (el.name.substring(el[i].name.lastIndexOf(':')) == id) {
                                   el[i].checked = false;
                         radio.checked = true;
               </script>
Here is the partial jsp code:
<h:dataTable value="#{reqbean.listOne}"
                                     var="varlistOne" border="0"
                                     id="table1" width="777"
                                     headerClass="header"
                                     rowClasses="evenRow, oddRow"
                                     columnClasses="firstColumn,secondColumn,thirdColumn"
                                     binding="#{reqbean.dataTable1}"
                                     rendered="#{reqbean.flagBtn}">
                          <h:column>                           
                            <h:selectOneRadio valueChangeListener="#{reqbean.setSelectedItem}" onchange="dataTableSelectOneRadio(this);"><f:selectItem itemValue="null" /></h:selectOneRadio>
                          </h:column>
                                Some more columns
                        </h:dataTable>
                        <h:dataTable value="#{reqbean.listTwo}"
                                     var="varlistTwo" border="0" id="table2"
                                     headerClass="header" width="777"
                                     rowClasses="evenRow, oddRow"
                                     columnClasses="firstColumn,secondColumn,thirdColumn"
                                     binding="#{reqbean.dataTable2}"
                                     rendered="#{reqbean.flagBtn2}">
                          <h:column>
                            <h:selectOneRadio valueChangeListener="#{reqbean.setSelectedItem}" onchange="dataTableSelectOneRadio(this);"><f:selectItem itemValue="null" /></h:selectOneRadio>
                          </h:column>
                                Some more columns
                        </h:dataTable>Thanks

Do you understand what the Javascript is doing? Check the client ID's of your form and radio button elements in the HTML source.

Similar Messages

  • Jsf 2 nested datatable rerender issue

    Hi All,
    I'm struggling with a nested datatable rerender issue, which I can't seem to solve.
    Here's the situation: I have this datatable which iterates over serverinstances. For each serverinstance, I then iterate over it's urls. This all works fine.
    Now I want to add a new url for that serverinstance, so under the datatable, there's an input form.
    When submitted, the url is added to the serverinstance and updated (via backing bean).
    The only problem is, that the (nested) datatable is not rerendered. I can see the update working fine, because the url is added in the database.
    If I do the same thing in a one-level, unnested datatable, it works fine. I suppose the nesting is the problem here.
    Here's the (simplified) code:
              <h:form id="appurlform">
    <h:dataTable var="serverinstance" value="#{_AddUrls.app.sortedServerInstance}" >
    <h:column>
    <h:dataTable var="_appurl" value="#{serverinstance.appUrl}">
    <h:column><h:outputText value="#{_appurl.appurl}"/></h:column>
    </h:dataTable>
    </h:column>
    </h:dataTable>
    </h:form>
    <h:form id="newappurlform" prependId="false">
    <h3><h:outputText value="New Monitored Url"/></h3>
    <table>
    <tr>
    <td>Url: </td>
    <td>
    <h:inputText id="newappurl_url" value="#{_AddUrls.newAppUrl.appurl}"/>
    </td>
    </tr>
    </table>
    <h:commandButton id="submitappurl" value="Add Url"
    onclick="jsf.ajax.request(this, event,
    {execute:'newappurl_url',
    render:'appurlform'}); return false;"
    actionListener="#{_AddUrls.addAppUrl}">
    </h:commandButton>
    </h:form>

    Hi All,
    I'm struggling with a nested datatable rerender issue, which I can't seem to solve.
    Here's the situation: I have this datatable which iterates over serverinstances. For each serverinstance, I then iterate over it's urls. This all works fine.
    Now I want to add a new url for that serverinstance, so under the datatable, there's an input form.
    When submitted, the url is added to the serverinstance and updated (via backing bean).
    The only problem is, that the (nested) datatable is not rerendered. I can see the update working fine, because the url is added in the database.
    If I do the same thing in a one-level, unnested datatable, it works fine. I suppose the nesting is the problem here.
    Here's the (simplified) code:
              <h:form id="appurlform">
    <h:dataTable var="serverinstance" value="#{_AddUrls.app.sortedServerInstance}" >
    <h:column>
    <h:dataTable var="_appurl" value="#{serverinstance.appUrl}">
    <h:column><h:outputText value="#{_appurl.appurl}"/></h:column>
    </h:dataTable>
    </h:column>
    </h:dataTable>
    </h:form>
    <h:form id="newappurlform" prependId="false">
    <h3><h:outputText value="New Monitored Url"/></h3>
    <table>
    <tr>
    <td>Url: </td>
    <td>
    <h:inputText id="newappurl_url" value="#{_AddUrls.newAppUrl.appurl}"/>
    </td>
    </tr>
    </table>
    <h:commandButton id="submitappurl" value="Add Url"
    onclick="jsf.ajax.request(this, event,
    {execute:'newappurl_url',
    render:'appurlform'}); return false;"
    actionListener="#{_AddUrls.addAppUrl}">
    </h:commandButton>
    </h:form>

  • DataTable Refresh issue

    I have two datatables on a single JSF page.
    A Master /slave model
    page
    DATA TABLE A
    DATA TABLE B
    DataTable A
    Row 1
    Row 2
    Row n
    When I click on Row1 DataTable B is populated with rows corresponding to Row 1
    But the problem is when I sort DataTable A using some column; DataTable B's content is vanished..
    How can i avoid wholoe page being reloaded/refreshed?
    thanks
    Satish
    Boston

    probably datatable b is populated by a request scoped bean?
    some code fragments would be useful...

  • DATABASE table...plz urgent

    hi experts,
    can anyone help me with my requirement.i want step by step
    process.
    i am very new to SAP ABAP.
    create a ztable having fields name,id,salary,designation with custom dataelements and domain.
    i will reward points if helpful.

    hi nani,
    We can create the customized tables using data element or without dataelement.
    since u are asking for fields with dataelement.
    Go to T.code se11
    go to datatable  radiobutton.Give any name eg: znanitable.
    go for create pushbutton.
    now enter the small descriprition for table.
    now go to fields and give ur first field as name and give it as primary key if u want and give any dataelement name in the component fields
    Creating data elements
    http://help.sap.com/saphelp_nw70/helpdata/en/90/8d7307b1af11d194f600a0c929b3c3/frameset.htm
    Creating domains
    http://help.sap.com/saphelp_nw70/helpdata/en/cf/21edf2446011d189700000e8322d00/frameset.h
    now similarly u can create the other fields as with dataelements as shown above.
    Regards.
    shashikanth naram

  • RadioButton Inside Datatable, Getting Undefined Error

    Hello,
    I have a JSF page with datatables and in each row I have radiobutton.
    I would like to deselect radiobutton when user select the next row radiobutton.
    To achieve this I have the following code.
    function radioButton(radio) {
        var id = radio.name.substring(radio.name.lastIndexOf(':'));
        var el = radio.form.elements;
        for (var i = 0; i < el.length; i++) {
            if (el.name.substring(el[i].name.lastIndexOf(':')) == id) {
    el[i].checked = false;
    radio.checked = true;
    And in my jsf page I am calling the javascript like
    <h:selectOneRadio valueChangeListener="#{dataBean.setSelectedItem}"
                    onclick="radioButton(this);">
                    <f:selectItem itemValue="" />
                </h:selectOneRadio>The issue I am having is I am getting the following error
    radio.name is undefined
    var id = radio.name.substring(radio.name.lastIndexOf(':')); How can I resolve this issue?
    Thanks

    That's a Javascript question and this is a Java forum. Locking this thread.

  • Issue with passing expression to a hashmap key in a dataTable column

    hi all,
    Can someone help me with passing an expression like "123-456" to a hashmap key in my dataTable . In my dataTable i have t:columns tag which generates checkboxes for each row in the dynamic column .The value of checkbox must be identified by a combination of userID and accountID. So i want to set value of checkbox something like this'userID-account.ID' . But it never returns the right value since userID is taken as string instead i want the value of userID to be passed in that expression. Someone please help...iam struck with this issue from so long.Here is the code.
    page1.jsp:
    <t:dataTable id="groupuserlist"
                  var="user"            
                             value="#{manageuserscontroller.userList}"     // this is a list of userIDs
                 cellspacing="0"
                 preserveDataModel="false"
                 headerClass="topRow"
                 preserveSort="true"
                 summary="This table displays list of users for an accessgroup">
         <t:column>
          <f:facet name="header"><h:outputText value="User ID" /></f:facet>
          <t:outputText value="#{user.ID}" />
         </t:column>
         <t:column>
          <f:facet name="header"><t:commandSortHeader columnName="title" arrow="true"> <h:outputText value="Title"/> </t:commandSortHeader> </f:facet>
          <t:outputText value="#{user.title}" />
         </t:column>
          <t:columns var="cols" value="#{manageuserscontroller.selectedAGList}"> //selectedAGList is a list of accountIDs
          <f:facet name="header"><h:outputText value="#{cols.name}" /></f:facet>
          <h:selectBooleanCheckbox id="checkbox4" value="#{manageuserscontroller.selectedUserIds['user.ID-cols.ID]}" />
          </t:columns>
    </t:dataTable>Backing bean: In this selectedUserIds iam intentionally setting up key something like "userID-accountID" so that i can split the userID and accountID for later user
    private Map<String, Boolean> selectedUserIds = new HashMap<String, Boolean>();
             somebody please to my email. If you need further information iam very happy to provide any time. Also let me know if there is another way to get this job done..
    Thanks very much in advance

    Hi BalusC,
    I am very much thankful to you. I got my issue resolved only when i select one dynamic column. It doesn't seem to be working if i select multiple columns. Not sure where exactly my logic is going wrong. Here is a snippet of my code.. Please let me know if you find any mistake in it..Once again thanks very much..for your great help.
    jsp:
    <t:dataTable id="grouplist"
                  var="user"            
                   value="#{manageuserscontroller.userList}"     
                   styleClass="companyAdminMainTable ltgreen_Hrule marVertSml"
                 cellspacing="0"
                 preserveDataModel="false"
                 headerClass="topRow"
                 preserveSort="true"
                 summary="This table displays list of users for an account">
         <t:column>
          <f:facet name="header"><h:outputText value="User ID" /></f:facet>
          <t:outputText value="#{user.ID}" />
         </t:column>
         <t:column>
          <f:facet name="header"><t:commandSortHeader columnName="title" arrow="true"> <h:outputText value="Title"/> </t:commandSortHeader> </f:facet>
          <t:outputText value="#{user.title}" />
         </t:column>
          <t:columns id="dynamic" var="cols" value="#{manageuserscontroller.selectedAGList}">
          <f:facet name="header"><h:outputText value="#{cols.name}" /></f:facet>
          <h:selectBooleanCheckbox id="checkbox4" value="#{manageuserscontroller.selectedAGUserIds[user.ID][cols.accessGroupID]}" />
          </t:column>
          </t:columns>
    </t:dataTable>Backing bean:
    private Map<Integer, Map<Integer,Boolean>> selectedAGUserIds = new HashMap<Integer, Map<Integer,Boolean>>();
        private Map<Integer, Boolean> selectedAGIds = new HashMap<Integer, Boolean>();
    for(int j=0; j< selectedAGList.size(); j++){   //List of selected dynamic account columns
             for(int i=0; i < userList.size();i++){              // lisf of users
                   try {
                        int m = userList.get(i).getID();
                        int n = selectedAGList.get(j).getAccessGroupID();
                        selectedAGIds=(AccessGroupDAO.getUserMap1(userList.get(i).getID(),selectedAGList.get(j).getAccountID()));
                        selectedAGUserIds.put(userList.get(i).getID(),selectedAGIds);
                       System.out.println("hashmap value"+ selectedAGUserIds.get(m).get(n));
                        } catch (Exception e) {
                             // TODO Auto-generated catch block
                             e.printStackTrace();
                 System.out.println("outer hashmap size"+ selectedAGUserIds.size());
          }DAO:
    public static Map<Integer,Boolean> getUserMap1(Integer userID, int accountID) throws Exception {
         Map<Integer, Map<Integer,Boolean>> selectedUserAGIds = new HashMap<Integer, Map<Integer,Boolean>>();
                    Map<Integer, Boolean> selectedAGIds = new HashMap<Integer, Boolean>();
          String sql="  select iusermetaid,iaccountid from useraccountlist where iusermetaid = userID and iaccountid = accountID ";
             ResultSet rs = executeSQL(sql);
             if(rs!=null & rs.next()){
                  System.out.println("record found");
                  Integer aid = rs.getInt("iaccountid");
                        selectedAGIds.put(aid, true);
             else{
                  System.out.println("record not found");
                  selectedAGIds.put(accessGroupID, false);
                  System.out.println("get the key value"+ selectedUserAGIds.get(userID).get(accessGroupID));
            System.out.println("Exiting accessgroupDAO");
             return selectedAGIds;
    }

  • Datatable header display issue

    Hi,
    I need to display more then one component in the header of a datatable. Currently, we are able to display the table along with the header values using datatable. Next to the header we want to display 2 icons, one to denote sorted by descending and another to denote that
    table values are sorted by ascending. We tried some thing like as show below
    <h:dataTable styleClass="dataTable" value="#{list}" var="plist">
    <h:column>
    <f:facet name="header">
    <h:commandLink action="#{form.sortDescending}">
         <h:graphicImage value="/descending.jpg"/>
    </h:commandLink>
    <h:outputText value="HeaderDisplayName" ></h:outputText>
    <h:commandLink action="#{form.sortAscending}">
         <h:graphicImage value="/ascending.jpg"/>
    </h:commandLink>
    </f:facet>
    <h:outputText id="value" value="#{list.value}" />
    </h:column>
    when I execute the above code, I get to see only the descending image.
    The header name and ascending image are not visible. Could you please help me resolve this issue?
    Thank you,
    DargonHorse

    you should use one component inside a facet.. So, you can solve your problem by encapsulating all that command links and outputtext inside a jsppanel component.. like;
    <f:facet name="header">
    <jsppanel>
    <h:commandLink descending...>
    <h:outputText header >
    <h:commandLink ascending... >
    <jsppanel />
    </f:facet>

  • Formatting Issue - datatables with one to many relationship

    Hi...
    I am a newbie and I have designed a report in CR2008 and my datasource for the report is an XSD file. There are 2 tables Table A and B.
    Table A is as follows:
    AID     Name     Reference     Period          Manager
    5       Name 1     Ref 1          July 2009     User Name 1
    8     Name 2     Ref 2          August 2009     User Name 2
    9     Name 3     Ref 3          March 2009     User Name 9
    45     Name 4     Ref 4          May 2008     User Name 4
    88     Name 5     Ref 5          June 2009     User Name 1
    There are other coloumns too in the datatable, but that shouldnt matter.
    Table B is as follows:
    ID     A_ID     DateKey     DateValue          Name
    1     5     Date1     2009-09-29 00:00:00.000     Start Date
    2     5     Date2     2009-08-11 00:00:00.000     Fieldwork Complete
    3     5     Date3     2009-08-14 00:00:00.000     Report Issued
    4     5     Date4     2009-07-17 00:00:00.000     Report Finalised
    5     5     Date5     2009-07-10 00:00:00.000     Close Date
    6     8     Date1     2009-08-11 00:00:00.000     Start Date
    7     8     Date4     2009-09-29 00:00:00.000     Report Finalised
    I want the report to be in the following format:
    ID     Name     Reference     Period     Manager     StartDate     Fieldwork          ReportIssue     Finalised      Closed
    I have written a formula to display the date value where the date key matches for A_ID.
    But when I run the report I get the result as follows:
    ID     Name     Reference     Period     Manager     StartDate     Fieldwork          ReportIssue     Finalised      Closed
    5     Name1     Ref1          July 2009     UName 1     29/09/2009                                   
                                            11/08/2009                                                                                          14/08/2009                                                                                          17/07/2009                                                                                     10/07/2009     

    Hi
    I tried what you suggested, but it hasnt worked.
    In your code, you have used the date ID,
    if {b.id} = 1 then
      formula = {b.datevalue}
    end if
    but the table contains dates from several A_IDs, and I want to get the dates for the respective A_ID, So shouldnt I be matching the A_ID's first? I also dont understand how the max function helps here?
    My report is already grouped by Table A, ID.
    My report should be a join of the two tables, a left outer join to be exact.
    Also, if my XML data contains only one record for Table A, dates still come out in a separate line. I dont quite understand where the problem is?
    Thank you...

  • RadioButton Checking Issue

    I have 7 radio buttons on my form and when I click to check one of the first three, it takes two clicks to do so, and the others flash for a split second. Is this a glitch? The other 4 won't even let me check them. Clicking a bunch of times just results
    in an unchecked radio button.
    They aren't in any group boxes, and there aren't any timers on the form.
    How can I fix this?
    Bgeo99

    Hi Bgeo99,
    As image there 3 types of controls label1, groupbox1, 7 radiobuttons in gpbox
    Public Class Form3
        Private Sub Form3_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            For Each rb As RadioButton In Me.GroupBox1.Controls.OfType(Of RadioButton)()
                AddHandler rb.CheckedChanged, AddressOf RadioButton_CheckedChanged
            Next
            Me.RadioButton1.Checked = True
        End Sub
        Private Sub RadioButton_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs)
            Dim rb As RadioButton = CType(sender, RadioButton)
            Me.Label1.Text = "BackColor is : " & rb.Text
            Me.Label1.BackColor = ColorTranslator.FromHtml(rb.Text)
        End Sub
    End Class
    thanks.
    [email protected] Pl. Mark/Proposed as Answer if found your solution Vote as Helpful if related to your topic. Always Motivate others by performing this Action.

  • Firefox issue  h:datatable give more space between columns

    Hi
    In our application we are displaying table by using <h:datatable>,it was working fine in IE but when i used an firefox it gives more space between one row of data and next data row.. my code is like this
    <a:outputPanel id="searchResults">
         <h:dataTable id="hotels" value="#{hotels}" var="hot" >
              <h:column>
                   <f:facet name="header">Name</f:facet>
                   #{hot.name}
              </h:column>
              <h:column>
                   <f:facet name="header">Address</f:facet>
                   #{hot.address}
              </h:column>
              <h:column>
                   <f:facet name="header">City, State</f:facet>
                   #{hot.city}, #{hot.state}, #{hot.country}
              </h:column>
              <h:column>
                   <f:facet name="header">Zip</f:facet>
                   #{hot.zip}
              </h:column>
              <h:column>
                   <f:facet name="header">Action</f:facet>
                   <s:link id="viewHotel" value="View Hotel" action="#{hotelBooking.selectHotel(hot)}"/>
              </h:column>
         </h:dataTable>
         <s:link value="More results" action="#{hotelSearch.nextPage}" rendered="#{hotelSearch.nextPageAvailable}"/>
    </div>
    </a:outputPanel>

    I applied CSS style to the datatable even though there is no result.it gives more space between one row and another row.
    it used following attributes for h:datatable...i set the padding and margin because different broweser has different margin
    padding:0px;
    margin:0px;
    i am tried like this also
    <h:dataTable id="hotels" value="#{hotels}" >
         <h:column>
                                  <p style="padding:0px;margn:0px">#{hot.name}</p>
              </h:column>
              </h:dataTable>
    but there is no result can u post some examples
    Thanks
    Mohan

  • JSF dataTable Drag & Drop issue

    Hi, I'm developing a project with JSF where I have a dataTable made with 11 columns and unlimited rows. Each cell is populated by StaticText components. When I do a drag & drop (mousedown/mouseup) the StaticText text values between the drag point and the drop point are highlighted in blue. This is confusing to my users. Is there a way to turn-off the auto highlighting of a StaticText component. I don't see any property or style that will do this for me.
    Your assistance is greatly appreciated.
    Don

    Write a Servlet Filter that will set the character encoding to utf-8. Here is the code.
    public class UTFEncodingFilter implements Filter {
        public void init(FilterConfig arg0) throws ServletException {
        public void doFilter(ServletRequest request, ServletResponse response,
                FilterChain chain) throws IOException, ServletException {
            request.setCharacterEncoding("UTF-8");
            chain.doFilter(request, response);
        public void destroy() {
    }

  • Entity selected from the rich:dataTable with paging issue

    I tend to use rich:dataTable and retrieve entities clicked with this code.
         public final static Object selecionado(final String formulario,final String tabela) {
              try {
                   final UIComponent comp = FacesContext.getCurrentInstance().getViewRoot().findComponent(formulario);
                   final javax.faces.component.UIData data = (javax.faces.component.UIData) comp.findComponent(tabela);
                   return data.getRowData();
              } catch (final Exception e) {
                   throw new IllegalArgumentException("There was an error on select entity from table.\n" +
                             "Form = " +formulario+"\n" +"Tabela:" +tabela+"\n" +"Look up if the names are correct. <h:form id=\""
                             +formulario+"\"> e"+" <h:dataTable id=\""+tabela+">",e);
         }{code}
    ps: I create a column of type h:commandlink and its call to action (which performs this method to see which entity was selected).
    It works perfectly on the first page (rich:datascroller) but when I navigate to another page and click on the link (edit) the code is not even executed (I confirm this on debug mode too) and what happens is that the paging sends me back to page one.
    Is there anything I can do?
    Best regards,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    I'm assuming you have <h:messages/> on your page?
    The action events are queued during the Apply Request Values phase of the request. Typically if an action is not queued it is because some state of the components is not same as it was during the Render Response of the previous request. For example, if the value of the rendered attribute somehow changed, a component will not queue an action if it thinks it was not rendered.
    It your case the most likely thing to have changed seems to be the pagination state of the dataTable. The table thinks it is on the first page for some reason during the Apply Request Values phase and so iterates over the data in the first page and never discovers the request flag indicating that an event should be fired for data in the second page. So the action event is not queued, nothing happens in the Execute Action phase and the Render Response phase simply re-renders the existing view.

  • Datascroller working with dataDefinitionList/datatable issue

    Hi
    I used the datascroller in conjunction with the dataDefintionList to achieve pagination for search results.
    If I search for an item which has 10 pages of results, clicking on page 1,2,...,10 works fine. However, if I click on *>>* it loads page 7 of the search results. However, the *>>* control works perfect after this. I am wondering if anyone else has come upon this.
    I have also noted this behavior using the datascroller in conjunction with a datatable. Like I say, the *>>* control works fine after the first usage. Why it jumps to page 7(generally) on the first usage of it I don't know.
    Thanks
    Joe
    <rich:datascroller for="calendarEntries"
         binding="#{calendarController.dataScroller}"
         maxPages="#{calendarController.maxPages}" fastControls="show"
         pagesVar="#{calendarController.pageCount}"
         pageIndexVar="pageIndex" pages="page"
         page="#{calendarController.currentPage}" boundaryControls="show"
         renderIfSinglePage="false" reRender="tableDisplayMode"
         tableStyleClass="dataScroller" selectedStyleClass="active"
         inactiveStyleClass="inActive"
         actionListener="#{calendarController.viewPageActionListener}">
    </rich:datascroller>
    <rich:datascroller for="listDisplayMode"
         maxPages="#{searchController.maxPages}"
         fastControls="show"
         pagesVar="#{searchController.pageCount}"
         pageIndexVar="pageIndex"
         pages="page"
         page="#{searchController.currentPage}"
         boundaryControls="show"
         renderIfSinglePage="false"
         reRender="listDisplayMode"
         tableStyleClass="dataScroller"
         selectedStyleClass="active"
         inactiveStyleClass="inActive"
         actionListener="#{searchController.viewPageActionListener}"
         rendered="#{searchController.searchReturned and sessionController.listDisplayMode}">
    </rich:datascroller>

    Hi,
    I have find the way.
    We should use
                                <f:verbatim>
                                    <br />
                                </f:verbatim>here is the example
    <h:column binding="#{general$Job_Details.column4}" id="column4">
                                <h:outputText binding="#{general$Job_Details.outputText7}" id="outputText7" value="Low Bid : #{currentRow['LOW_BID']}"/>
                                <f:verbatim>
                                    <br />
                                </f:verbatim>
                                <h:outputText binding="#{general$Job_Details.outputText9}" id="outputText9" value="High Bid : #{currentRow['HIGH_BID']}"/>
                                <f:verbatim>
                                    <br />
                                </f:verbatim>
                                <h:outputText binding="#{general$Job_Details.outputText13}" id="outputText13" value="Bid Count : #{currentRow['BID_COUNT']}"/>
                                <f:facet name="header">
                                    <h:outputText binding="#{general$Job_Details.outputText8}" id="outputText8" value="Bid Status"/>
                                </f:facet>
                            </h:column>Regards
    Sudhakar

  • Tomahawk dataTable Issue

    i have a Datatable which displays employee Salary Details, i implemented using tomohawk data table to display the data as below,/
    Year         Salary                  Bonus       Proposed Salary
    2007        15000                   1400          19000
    2006        13000                    1000         14000
    2005         12000                  1000           13000          but my requirement is displaying that data vertically, as below. here salary,bonus,proposed salary are the columns we are getting from database, any one please help me....
    Year 2007 2006 2005
    Salary 15000 13000 12000
    Bonus 1400 1000 1000
    Proposed Salary 19000 14000 13000
    Thanks in Advance.

    i have a Datatable which displays employee Salary Details, i implemented using tomohawk data table to display the data as below,/
    Year         Salary                  Bonus       Proposed Salary
    2007        15000                   1400          19000
    2006        13000                    1000         14000
    2005         12000                  1000           13000          but my requirement is displaying that data vertically, as below. here salary,bonus,proposed salary are the columns we are getting from database, any one please help me....
    Year                        2007              2006               2005
    Salary                      15000             13000            12000
    Bonus                      1400               1000               1000
    Proposed Salary            19000             14000            13000Thanks in Advance.

  • JSF issue in DataTable while rendering in input text

    <tr>
    <td><textarea name="test:0:_id6" cols="25" rows="5">&#8212 test</textarea></td>
    </tr>
    but the value for this textarea is: &#8212 test
    my question is why the value &#8212 test is rendered as &#8212 test.

    Hi Ram,
    Based on the dataset and query you posted, I did a test but it works fine in both SQL Server Management Studio (SSMS) and Query Designer in Business Intelligence Development Studio
    (BIDS). In the Query Designer of BIDS, I got the following result without the additional strings <Expr> and </Expr>
    NoteID
    Comments_Concatenated
    100
    Text 1,Text 2
    101
    Text 3,Text 4
    Since it generates 2 data fields NoteID and Comments_Concatenated, could you please specify them to the Detail Data row of a table to see if the works fine when the report is rendering?
    If it the additional string still exists, please post and screenshot and the version of your Reporting Services.
    Thanks,
    Tony Chain
    Tony Chain [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

Maybe you are looking for

  • Planned cost in S_ALR_87013105 for rejected item in sales order

    Hello Experts I have a sales order item having reason for rejection (as error).  However, the planned cost of this sales order item is shown in S_ALR_87013105 report.  The sales order was created in the month of Feb2011.  If I run the report for limi

  • Is there a fix for this?

    I have an Ideapad U430. I understand that Windows 8 is garbage but is there anyway to fix the touchpad zoom out problems with this laptop? How about keyboard issues with unresponsive keys? Windows 8 sidebar flying open? I would think that the hardwar

  • Where have podcasts gone within music on an ipad in ios 7

    Have downloaded ios7 and have noticed that within music podcasts have disappeared. Used to be under the more tab which is not there any more.

  • Resolving color management with Epson printer

    Using an Espon Stylus Photo RX600 InDesignCS 3.0.1 PhotoShop 8.0 I continually struggle with color when printing scanned images or images off of a camera card into PhotoShop and/or InDesign, and with the warning messages (upon opening) for tagged or

  • HT4859 Is it possible to roll back your backup?

    I unwittingly added my wife's new phone to my account which automatically added my contacts to her phone... she deleted mine and then added her own and now I have lost all of my contacts!! I'm going to create a seprate one for her tonight but I just