rich:dataTable vs h:dataTable: simpleTogglePanel opened attribute encoded 
differently
-------------------------------------------------------------------------------------

                 Key: RF-8138
                 URL: https://jira.jboss.org/jira/browse/RF-8138
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.2.SR1
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski


                <rich:simpleTogglePanel opened="false">
                        <h:outputText value="out"/>
                </rich:simpleTogglePanel>

                <h:dataTable value="#{capitalsBean.capitals}" var="cap" 
rows="20">
                        <h:column id="ddc">
                                <rich:simpleTogglePanel opened="false">
                                <h:outputText value="out"/>
                                </rich:simpleTogglePanel>
                                <h:inputText value="10" />
                        </h:column> 
                </h:dataTable>

                <rich:dataTable value="#{capitalsBean.capitals}" var="cap" 
rows="20" reRender="ds" id="simpletable2">
                        <rich:column id="ddc">
                                <rich:simpleTogglePanel opened="false">
                                <h:outputText value="out"/>
                                </rich:simpleTogglePanel>
                                <h:inputText value="10" />
                        </rich:column> 
                </rich:dataTable>

RESULT:
togglePanel outside the tables - closed
togglePanel inside the h:table - closed
togglePanel inside the rich:table - opened

ADDITION:
values of inputTexts evaluated the same (empty) for both tables.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to