This is a design/best practices question. 
We set up @Persist fields inside @SetupRender method. 
When a session is invalid/expired and an Ajax event is called,
All these fields at null. 
The question is if there is a better way to handle this situation than having 
to check for Null in every Ajax event method for every @Persist field?

I was thinking that @SetupRender should be called in case of session expiration 
during Ajax call. Is there any way I can make this happen myself?  Or should I 
open a Jira and maybe that can be an enhancement to tapestry? 

Thanks for your help. 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to