The wiki page is maybe a bit too general in saying "If you are authoring a page, you don't need (and shouldn't use) <wicket:head> tags but instead put it in the page's head section directly."
I think what it's trying to say is to use the "<head>" section directly where possible, i.e. if the page is a simple page or a "base page". /Gwyn On 27/08/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > afaik it should be ok, where does it say otherwise? > > -Igor > > > > On 8/27/06, Erik Brakkee <[EMAIL PROTECTED] > wrote: > > Hi, > > > > > > In some of the documentation it is mentioned that wicket:head is not > > supposed to be used in pages > > (e.g. > > > http://www.wicket-wiki.org.uk/wiki/index.php/Including_CSS_resources). > > However, if I use markup inheritance for all my pages, then the base > > markup will contain a head section. This head section could be > > insufficient since I might need some special css or javascript for some > > pages. To do this, using wicket:head in those pages to include the extra > > content (e.g. style sheets or javascript) solves the problem. Therefore, > > I think wicket:head in pages is still useful. Is this a good use of > > wicket:head or should I use some other means to add specific content to > > the head section for some pages? > > > > Cheers > > Erik > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > -- Download Wicket 1.2.1 now! - http://wicketframework.org ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
