Thanks to all! It`s work!
Inge Solvoll wrote:
>
> This is possible, isn't it?
>
>
>
> @InjectComponent
> private Zone myZone;
>
> public String getCurrentZoneId() {
> return "somethingUnique";
> }
>
> myZone will be treated like a normal component id by tapestry, and makes
> it
> possibl
This is possible, isn't it?
@InjectComponent
private Zone myZone;
public String getCurrentZoneId() {
return "somethingUnique";
}
myZone will be treated like a normal component id by tapestry, and makes it
possible to inject the zone in the class.
On Thu, May 14, 2009 at 9:08 AM, Yury Luneff