Hello!

There is a page in my current project for which I want to pass an object
between the requests and maintain it's state, but it should not be
displayed. Also I do not want to store the data in the session, so
putting it in a hidden field seems the best option.

Unfortunately I am unable to find a standard way for tapestry which
generates the streamed data needed by ValueEncoder. The wiki tells about
DataSqueezer[0] but that seems quite outdated. The persistence guide[1]
mentions a "client strategy" which allows "an extra hidden field in each
form" but I do not know how to force hidden fields instead of URL encoding.

Can anyone tell me how to use the Hidden component the right way?

TIA
 Stephan

[0] http://wiki.apache.org/tapestry/DataSqueezer
[1] http://tapestry.formos.com/nightly/tapestry5/guide/persist.html

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

Reply via email to