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.
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