[richfaces-issues] [JBoss JIRA] Created: (RF-8772) Data scroller: attributes render and for ignored

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Fri Jun 18 11:00:46 EDT 2010


Data scroller: attributes render and for ignored
------------------------------------------------

                 Key: RF-8772
                 URL: https://jira.jboss.org/browse/RF-8772
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 4.0.0.Alpha2
         Environment: RichFaces v.4.0.0-SNAPSHOT SVN r.17630
            Reporter: Pavol Pitonak


The following code doesn't work (both attributes are set to "dataTable" in bean):

<it:dataScroller id="scroller1" for="#{bean.for}" render="#{bean.render}" />
<it:dataTable id="dataTable" ... />


This works fine:

<it:dataScroller id="scroller1" for="dataTable" render="dataTable" />
<it:dataTable id="dataTable" ... />



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

        


More information about the richfaces-issues mailing list