Re: Re[2]: Zone and loop problem

2009-05-14 Thread Valentin Yerastov
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

Re: Re[2]: Zone and loop problem

2009-05-14 Thread Inge Solvoll
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