You can use StringHeaderItem.forString("<meta ...>") and wrap it in
PriotityHeaderItem/FilterHeaderItem if needed.On Tue, Mar 19, 2013 at 3:03 PM, Pointbreak <[email protected]>wrote: > The Java based header contributions are for css, and javascript mostly. > Is there a practical way to get title, meta, and other 'special' tags > appear before contributed headeritems in the head then? > > On Tue, Mar 19, 2013, at 13:48, Martin Grigorov wrote: > > Hi, > > > > I think this is not possible. > > <wicket:head> is just a convenience. The full power is in the Java based > > header contributors. > > > > > > On Tue, Mar 19, 2013 at 2:42 PM, Pointbreak > > <[email protected]>wrote: > > > > > Is there a way (in Wicket 6) to prioritize items in wicket:head/head > > > elements to get them inside the head of the final page before all code > > > contributed header items? I.e. something like PriorityHeaderItem, but > > > applied to the markup of an item in the wicket:head of a template? > > > > > > Thanks! > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > > > > > -- > > Martin Grigorov > > jWeekend > > Training, Consulting, Development > > http://jWeekend.com <http://jweekend.com/> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
