[richfaces-issues] [JBoss JIRA] Created: (RF-6893) simpleTogglePanel: facets don't switch themselves inside rich:dataTable

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Wed Apr 22 09:29:22 EDT 2009


simpleTogglePanel: facets don't switch themselves inside rich:dataTable
-----------------------------------------------------------------------

                 Key: RF-6893
                 URL: https://jira.jboss.org/jira/browse/RF-6893
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.1
         Environment: IE6, IE7, IE8, FF2, FF3.0.7, Safari 3.1, Opera 9.62, Chrome 1.0.154.43(3.3.1.BETA5)
            Reporter: Mikhail Vitenkov
            Assignee: Nick Belaevski


Use following code for reproduction:

<f:view>
<h:form>
<rich:dataTable value="">
<rich:column>
<rich:simpleTogglePanel id="sTP" width="600" height="300"
switchType="ajax">
<f:facet name="closeMarker">
<h:outputText value="Close It" />
</f:facet>
<f:facet name="openMarker">
<h:outputText value="Open It" />
</f:facet>
<f:verbatim>
            Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
            Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
            Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
            Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
            Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
            Some text... Some text... Some text... Some text... Some text... Some text... Some text... Some text...
        </f:verbatim>
</rich:simpleTogglePanel>
</rich:column>
</rich:dataTable>
</h:form>
</f:view> 

-- 
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

        



More information about the richfaces-issues mailing list