add(new Label("comment", "<!-- foo bar -->").setEscapeModelStrings(false));
-- Jeremy Thomerson http://www.wickettraining.com On Mon, Oct 19, 2009 at 9:20 AM, Olivier Bourgeois <olivier.bourgeois.pro@ gmail.com> wrote: > Hi list, > > I'm trying to add to my page header a comment that contains some > informations extracted from my app, like this : > > <!-- App Version 1.0.0 - Build: 2009-10-19 16:20:00 --> > > But I just can't find a way to do this in Wicket : a component inside a > comment is not recognised, and there is no "Comment" component. > > Anyone got an idea of how to do this ? > > thx > > Olivier >