All,

When the page source is viewed for our scenario, the clientIds are unique
for each column for the selectOneMenu component.  However, the second column
content is the same as the first although it should not be.

Suggestions?  An overview of the scenario follows.


A form with 
  <t:dataTable...> 
     <t:columns...> 
       <f:subview...> 
          <jsp:include page = "someSubForm.jsp"> 
       </f:subview> 
     </t:columns> 
  </t:dataTabe> 

someSubForm.jsp : 
<html> 
  <body> 
    <h:panelGrid..> 
      <h:panelGroup> 
        <h:selectoneMenu id="selectOneMenuId" 
           binding=".." 
           immediate="true" 
           validate="someValidator" 
           <f:selectItems 
              value=".."/> 
        </selectOneMenu> 
      </h:panelGroup> 
    </h:panelGrid> 

Thank you.
ERoman
--
View this message in context: 
http://www.nabble.com/Column-ids-unique-but-2nd-col-content-is-same-as-1st-column-content-t1565505.html#a4251537
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to