Re: Javascript in wicket:head via Ajax

2008-09-26 Thread Matej Knopp
That's not a bug in Wicket. If you place javascript in head you have to either enclose the content in cdata block or escale < and > with < and > Otherwise it's not valid xml. -Matej On Fri, Sep 26, 2008 at 2:40 AM, Dreamage <[EMAIL PROTECTED]> wrote: > > Hi, > > Is the content of wicket:head tags

Javascript in wicket:head via Ajax

2008-09-25 Thread Dreamage
Hi, Is the content of wicket:head tags is parsed to ensure that SCRIPT are placed into a CDATA in ajax response ? Because if I write Javascript directly in a wicket:head tag and then create and render the component via ajax, the javascript of the wicket:head is not placed in a CDATA block, and th