Let's say you have a page (SomePage) and a Layout component (Layout):
class Layout{
@InjectContainer
private SomePage somePage;
}
class SomePage{
@InjectComponent
private Layout layout;
}
I guess...
Simon Foskolos schrieb:
Hi all, i am currently working with tapestry 5 and i have the following
problem: In my start page i instanciate a java class with some fields i use
to keep user info, how can i access the class (and its fields) from a
component i have surrounded the page with?
With regards
Simeon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]