Em Tue, 07 Jul 2009 15:10:21 -0300, Stephan Windmüller
<stephan.windmuel...@cs.tu-dortmund.de> escreveu:
Keeping the data in the session would break tabbed browsing.
I agree. There are other solutions (conversations). Search the mailing
list archives to find some people doing this in Tapestry.
Thank you for your effort. :)
You're welcome!
It is the same page, sorry if my first mail was misleading.
No problem. :)
But IIRC the
setting @Persist("client") produced URL parameters instead of hidden
fields. How can I force the latter?
Hidden fields cannot be used by links (unless you use Javascript to copy
their value to the URL), just forms. One possible solution is to not use
links for action events, just form submissions in that page.
--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org