Hi, 
     we are having an issue Trinidad (Version 1.0.4) Table-component with "
Select all | Select None " 
     ie. when we set table attribute autoSubmit="true" with
rowSelection="multiple" throwing javascript alert
      when we click on 'Select All' or 'Select None' links like
                            line: 1114 
                            'Error :'undefined'is null or not an object
       
     When we check this schenario(autoSubmit="true" and
rowSelection="multiple") with the trinidad-demo Link 
( http://www.irian.at/trinidad-demo/faces/components/table.jspx# ) we faced
the same problem.

  Please suggest us if there any solution for this Issue.
  Its very High Priority for us to Resolve.

SAMPLE CODE :
 <tr:table value="" var="" rowSelection="multiple" autoSubmit="true">
                <tr:column>
                <tr:outputText value="SampleData1"/>
                </tr:column>
                <tr:column>
                <tr:outputText value="SampleData2"/>
                </tr:column>
                <tr:column>
                <tr:outputText value="SampleData3"/>
                </tr:column>
              </tr:table>

 Thanks in Advance,
       - Bandaru.

-- 
View this message in context: 
http://www.nabble.com/Trinidad-Table-selectAll-SelectNone-with-autoSubmit-Issue-in-API.-tp18130155p18130155.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to