Hi again,

I recently upgraded an app from 5.0.11 to 5.0.17, and now it can no longer
find PageRenderSupport, which I was using to inject some javascript, like
this:

        @Inject
        @Path("scripts/injected.js")
        private Asset injectedJsAsset;

        @Inject
        private PageRenderSupport pageRenderSupport;

        void setupRender() {
                pageRenderSupport.addScriptLink(injectedJsAsset);
        }

This no longer compiles in 5.0.17, due to the fact that PageRenderSupport
seems to have disappeared.

What is the proper way to do this now?

Thanks in advance,
Marc

-- 
View this message in context: 
http://www.nabble.com/PageRenderSupport-deprecated--tp20869794p20869794.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]

Reply via email to