Hi Ronny,
I didnt got it fully but take a look at @ApplicationState annotation.
This is how we store LoginStatus:
@ApplicationState
LoginStatus loginStatus;
{...
loginStatus.login(user, password);
loginStatus.isLoggedIn()...
Etc.
...}
Cheers,
Martin (Kersten)
-----Ursprüngliche Nachricht-----
Von: Ronny L [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 2. Juli 2008 10:59
An: [email protected]
Betreff: Fields are shared among application without using @Persist
Hi all,
I'm having a trouble understanding the persistence value.
Let say I have a property as follow:
private String password;
Although there's no @Persist annotation. The value always retrieved back
even though I'm opening a new browser (Not another tab).
Basically, two users that's filling up a form could have they information
mix up. How would you guys solve this issue. I'm using Jboss+Tomcat & T5
5.0.13
Thanks.
Ronny
--
View this message in context:
http://www.nabble.com/Fields-are-shared-among-application-without-using-%40Persist-tp18233088p18233088.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]