Re: @Environment problem

2008-07-23 Thread Kristian Marinkovic
TED]> 23.07.2008 13:11 Bitte antworten an "Tapestry users" An Tapestry users Kopie Thema Re: @Environment problem Petros, Instead of RenderSupport, try DocumentLinker. It should be available in such cases, the only issue is that it's internal. I don't remember if the "

Re: @Environment problem

2008-07-23 Thread Chris Lewis
; (i hope i used the correct terms :)) >> >> g, >> kris >> >> >> >> >> "Sven Homburg" <[EMAIL PROTECTED]> >> 22.07.2008 14:44 >> Bitte antworten an >> "Tapestry users" >> >> >> An

Re: @Environment problem

2008-07-22 Thread Kristian Marinkovic
stry.apache.org Kopie Thema Re: @Environment problem Thanks Kris/Sven, The version I am using is 5.0.13. Kris, if I am understanding your explanation correctly this means I have no way of using this code renderSupport.addScript("%s.show%s(%s);", window1.getClientId(), isCenter() ? &qu

Re: @Environment problem

2008-07-22 Thread Petros Petrou
urg" <[EMAIL PROTECTED]> > 22.07.2008 14:44 > Bitte antworten an > "Tapestry users" > > > An > "Tapestry users" > Kopie > > Thema > Re: @Environment problem > > > > > > > wich version of tapestry are

Re: @Environment problem

2008-07-22 Thread Kristian Marinkovic
Tapestry users" An "Tapestry users" Kopie Thema Re: @Environment problem wich version of tapestry are you using (5.0.??) 2008/7/22 Petros Petrou <[EMAIL PROTECTED]>: > > I have the following code > > Test.java >@Environmental >private

Re: @Environment problem

2008-07-22 Thread Sven Homburg
wich version of tapestry are you using (5.0.??) 2008/7/22 Petros Petrou <[EMAIL PROTECTED]>: > > I have the following code > > Test.java >@Environmental >private RenderSupport renderSupport; > > @OnEvent(value = "action", component = "openWindowActionLink") >void onActionFromOpenWin

@Environment problem

2008-07-22 Thread Petros Petrou
I have the following code Test.java @Environmental private RenderSupport renderSupport; @OnEvent(value = "action", component = "openWindowActionLink") void onActionFromOpenWindowActionLink() { renderSupport.getClass(); } Test.tml Open Window When the Open W