In the core is written: "Any other component or page that declares a field of
the same type, regardless of name, and marks it with the ApplicationState
annotation will share the same value. It's that simple."

Does that means that these both:

@ApplicationState
private String currentPage;

@ApplicationState
private String lastPage;

will share the same value? How can i set some different Strings with
ApplicationState?

Best regards Sabine

(iam sorry for bad english...)




-- 
View this message in context: 
http://www.nabble.com/T5%3A-Question-for-ApplicationState.-tf3583129.html#a10012342
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to