Hello,
I have a problem while accessing the User object in Turbine.
I add value to the user object like this
userObject.setTemp("key","value");
in the next succeeding page i get the value like this
runData.getUser().getTemp("key");
this is giving me a null value!!..
any thoughts about it.. ??
--
To unsubscribe, e-mail: <mailto:turbine-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org>
