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 onActionFromOpenWindowActionLink()
>    {
>        renderSupport.getClass();
>    }
>
> Test.tml
> <aa t:id="openWindowActionLink" t:type="ActionLink">Open Window</aa>
>
>
> When the Open Window link is clicked I am getting the following exception
> No object of type org.apache.tapestry5.RenderSupport is available from the
> Environment. Available types are
> org.apache.tapestry5.services.ComponentEventResultProcessor.
>
> Does anyone know how I can even approach this problem.
>
> Petros
>
> --
> View this message in context:
> http://www.nabble.com/%40Environment-problem-tp18587443p18587443.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
with regards
Sven Homburg
http://tapestry5-components.googlecode.com
http://chenillekit.googlecode.com

Reply via email to