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

Reply via email to