You could try reading the very detailed upgrade notes before spamming the list.

On Sat, Dec 6, 2008 at 4:56 AM, Martijn Brinkers <[EMAIL PROTECTED]> wrote:
> 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]
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

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

Reply via email to