On Wed, 11 May 2011 14:01:01 -0300, Tim Koop <t...@timkoop.com> wrote:

I'm having a little problem with even a simple SessionState String object.

Try @SessionState(create = false). Better yet, create a class to represent your user session state and put this userColour field there, as a @SessionState object is the same for each field type with this annotation.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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

Reply via email to