Re: generate javascript file together with html page

2008-10-27 Thread Ittay Dror
pointers would be appreciated. Ittay -- View this message in context: http://www.nabble.com/generate-javascript-file-together-with-html-page-tp20188258p20189490.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: generate javascript file together with html page

2008-10-27 Thread Erik van Oosten
Sound like what you need is a DynamicWebResource. 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

Re: generate javascript file together with html page

2008-10-27 Thread Ittay Dror
] -- 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

Re: generate javascript file together with html page

2008-10-27 Thread Erik van Oosten
I did not use this thing yet, but I believe that you will have to provide enough information to the DynamicWebResource so that it can generate what ever it needs to generate by itself. In an extreme case that could be simply a reference to the containing page, but that sounds quite dangerous

Re: generate javascript file together with html page

2008-10-27 Thread Martijn Dashorst
-- View this message in context: http://www.nabble.com/generate-javascript-file-together-with-html-page-tp20188258p20189490.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: generate javascript file together with html page

2008-10-27 Thread Ittay Dror
. (by saying 'object renders' I mean the normal wicket style rendering of delegating to the contained component hierarchies). Any pointers would be appreciated. Ittay -- View this message in context: http://www.nabble.com/generate-javascript-file-together-with-html-page-tp20188258p20189490.html

Re: generate javascript file together with html page

2008-10-27 Thread Nino Saturnino Martinez Vazquez Wael
component hierarchies). Any pointers would be appreciated. Ittay -- View this message in context: http://www.nabble.com/generate-javascript-file-together-with-html-page-tp20188258p20189490.html Sent from the Wicket - User mailing list archive at Nabble.com