[ 
https://issues.apache.org/jira/browse/WICKET-4468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebastian Gooren updated WICKET-4468:
-------------------------------------

    Description: 
Stateful components which are not rendered (setVisible(false)) force the page 
to be stateful.

Page#isPageStateless() visits all components to check Component#isStateless(), 
whether they are visible or not.

Please change this so invisible components no longer force a page to be 
stateful.

  was:
Stateful components which are not rendered (setVisible(false)) force the page 
to be stateful.

Page#isPageStateless() visits all components to check Component#isStateless(), 
whether they are visible or not.

    
> Stateful components which are invisible force page to be stateful
> -----------------------------------------------------------------
>
>                 Key: WICKET-4468
>                 URL: https://issues.apache.org/jira/browse/WICKET-4468
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5.5
>            Reporter: Sebastian Gooren
>            Priority: Minor
>
> Stateful components which are not rendered (setVisible(false)) force the page 
> to be stateful.
> Page#isPageStateless() visits all components to check 
> Component#isStateless(), whether they are visible or not.
> Please change this so invisible components no longer force a page to be 
> stateful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to