Erik van Oosten wrote:
> 
> Sound like what you need is a DynamicWebResource.
> 

yes, sound like this can do it. but can i start a rendering cycle here so
that i get the bytes required at the end?



> 
> Regards,
>     Erik.
> 
> Ittay Dror wrote:
>>
>> Michael Sparer wrote:
>>   
>>> take a look at headercontributors e.g.
>>> http://chillenious.wordpress.com/2006/05/03/wicket-header-contributions-with-behaviors/
>>>
>>>     
>>
>> This will only generate the reference to the javascript in the html page.
>> However, now when the browser tries to request this javascript file, I
>> want
>> the request to go to the same Page object that created the html, so that
>> it
>> renders the javascript file.
>>
>> Assume FooPage.java. A request FooPage.html creates a call to FooPage. It
>> then contributes FooPage.js to the header and then I want a request to
>> FooPage.js to go back to FooPage so it creates the javascript file by
>> using
>> the same hierarchy of components. 
>>
>> Ittay
>>   
> 
> 
> -- 
> Erik van Oosten
> http://www.day-to-day-stuff.blogspot.com/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/generate-javascript-file-together-with-html-page-tp20188258p20191181.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to