Re: T5: Question for ApplicationState.

2007-04-16 Thread Sabine K.
Ups, already found the answer in another thread. Next time i use the search :) Sabine K. wrote: > > 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.

T5: Question for ApplicationState.

2007-04-16 Thread Sabine K.
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; @Applic