You can use <wicket:head> or HeaderContributors. See http://cwiki.apache.org/WICKET/javascript-and-css-support.html this .
Regards - Cemal http://www.jWeekend.co.uk http://jWeekend.co.uk itayh wrote: > > Hi, > > I use Markup inheritance in my site in order to keep common logic in the > base page. > I would like my child pages to do certain javascript actions when they are > loaded. I try to define the the javascript on the childs body (between the > <wicket:extend> and </wicket:extend>) but I don't see them in the > generated page (the base + child page). Any Idea how to generate onLoad > javascript action for child page? > http://cwiki.apache.org/WICKET/javascript-and-css-support.html http://cwiki.apache.org/WICKET/javascript-and-css-support.html -- View this message in context: http://www.nabble.com/onLoad-javascript-event-with-Markup-inheritance-tp20681885p20682066.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]
