Thank you. We now can display the contents of the first column correctly (but not the second). When we view the source for the page, the id is correct for the first and second columns. However, the second column contents does not reflect what it should - the second column's contents is the same as for the first column.
Thank you. ERoman Matthias Wessendorf-4 wrote: > > There has been a bug inside RI see [1] [2] > > [1] http://issues.apache.org/jira/browse/MYFACES-1010 > [2] https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=230 > > On 5/4/06, eroman <[EMAIL PROTECTED]> wrote: >> >> All, >> >> We have the following scenario : >> >> 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> >> >> The clientIds are not unique for each column for the selectOneMenu >> contents: >> id="body:formAndViewForm:formId:dataTableId:tColumnsId:subViewId:selectOneMenuId" >> >> We have added libraries from Tomahawk. However, HtmlDataTableHack is >> never >> invoked. We are getting to UIColumns constructor but setRowIndex in >> UIColumns is not invoked either. >> >> Suggestions? >> >> Thank you. >> ERoman >> -- >> View this message in context: >> http://www.nabble.com/Column-Ids-not-unique-in-JSF-RI-implementation-with-%3Ct%3AdataTable%3E-t1556759.html#a4228472 >> Sent from the MyFaces - Users forum at Nabble.com. >> >> > > > -- > Matthias Wessendorf > Aechterhoek 18 > 48282 Emsdetten > http://jroller.com/page/mwessendorf > mwessendorf-at-gmail-dot-com > > -- View this message in context: http://www.nabble.com/Column-Ids-not-unique-in-JSF-RI-implementation-with-%3Ct%3AdataTable%3E-t1556759.html#a4236284 Sent from the MyFaces - Users forum at Nabble.com.

