I need to exchange small amount of data (for now one string value) between
majority of my app pages, but I want to store this value in the page url.
AFAIK SessionState offers only 'session' strategy.
Moreover I don't want to handle this single value in each page's onActivate. 

I thought I could create base class which handles this parameter and then
subclass it in other page classes.

But maybe there is another, better solution?
-- 
View this message in context: 
http://n2.nabble.com/SessionState-values-in-url-tp3154400p3154400.html
Sent from the Tapestry Users mailing list archive at Nabble.com.


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

Reply via email to