[richfaces-issues] [JBoss JIRA] (RF-13111) Data Iteration components evaluate value on postback even if not rendered when partial state saving is turned off

Brian Leathem (JIRA) jira-events at lists.jboss.org
Mon Jul 29 19:03:26 EDT 2013


     [ https://issues.jboss.org/browse/RF-13111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-13111:
-------------------------------

    Labels: lazy-loaded partial_state_saving  (was: partial_state_saving)

    
> Data Iteration components evaluate value on postback even if not rendered when partial state saving is turned off
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-13111
>                 URL: https://issues.jboss.org/browse/RF-13111
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-tables
>    Affects Versions: 4.3.3
>            Reporter: Andrey Zhemoytuk
>            Assignee: Brian Leathem
>              Labels: lazy-loaded, partial_state_saving
>   Original Estimate: 4 hours
>  Remaining Estimate: 4 hours
>
> Iteration components (datatable and extendedDatatable) evaluate the value attribute even when rendered is set to false, even though it is not necessary.
> To reproduce try this snippet:
> {code:xml}
>   <h:form>
>     <rich:dataTable rendered="false" value="#{viewScope.put('invoked', true)}">
>     </rich:dataTable>
>     <a4j:commandButton value="Postback" execute="@this" render="result"/>
>   </h:form>
>   
>   <h:panelGroup id="result">
>     #{invoked}
>   </h:panelGroup>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list