jthomerson wrote: > > If you're rendering JS that shouldn't be executed until the page is > loaded, > call this method in your renderHead method: > > http://wicket.apache.org/docs/wicket-1.3.2/wicket/apidocs/org/apache/wicket/markup/html/IHeaderResponse.html#renderOnDomReadyJavascript%28java.lang.String%29 > > -- > Jeremy Thomerson > http://www.wickettraining.com >
GREAT!!!! the script is still above the others, but i don´t care as long as it works :) and the whole js-part is in the page´s head-tag :) thx 4 your help :) -- View this message in context: http://old.nabble.com/wicket-and-javascript-tp27590908p27621035.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]
