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 "
; (i hope i used the correct terms :))
>>
>> g,
>> kris
>>
>>
>>
>>
>> "Sven Homburg" <[EMAIL PROTECTED]>
>> 22.07.2008 14:44
>> Bitte antworten an
>> "Tapestry users"
>>
>>
>> An
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
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
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
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
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