I think it has been renamed to RenderSupport

Martijn Brinkers

On Sat, 2008-12-06 at 04:51 -0800, mad7777 wrote:
> 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
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to