Re: internationalizing page title

2011-12-02 Thread cosmindumy
e.com/internationalizing-page-title-tp3038322p4147707.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: internationalizing page title

2011-02-28 Thread Erik van Oosten
You will need the following in your application's init: getMarkupSettings().setStripWicketTags(true); Regards, Erik. Op 27-02-11 18:26, Josh Kamau schreef: Anton, This worked. Wicket Demo regards Josh. On Sun, Feb 27, 2011 at 7:13 PM, Anton Bessonovwrote:

Re: internationalizing page title

2011-02-27 Thread Josh Kamau
Anton, This worked. Wicket Demo regards Josh. On Sun, Feb 27, 2011 at 7:13 PM, Anton Bessonov wrote: > Hello Josh, > > have you found any solution? > > Best regards, > > Anton > > Am trying to internationalize the page title. The below snipplet doesnt >> seem >> to work.

Re: internationalizing page title

2011-02-27 Thread Anton Bessonov
Hello Josh, have you found any solution? Best regards, Anton Am trying to internationalize the page title. The below snipplet doesnt seem to work. Where am i going wrong? regards Josh - To unsubs

Re: internationalizing page title

2010-11-11 Thread Josh Kamau
Poko, The page extends another page, tags enables the page to contribute the header section to the parent page. Regards. On Thu, Nov 11, 2010 at 1:56 PM, Poko Booth wrote: > According to this [ > https://cwiki.apache.org/WICKET/javascript-and-css-support.html] you don't > need both head and wi

Re: internationalizing page title

2010-11-11 Thread Poko Booth
According to this [https://cwiki.apache.org/WICKET/javascript-and-css-support.html] you don't need both head and wicket:head tags. Since this is a page just head is enough. Also, if your page is extending another one, I think you should have only one title tag. In my apps I use a with in the

internationalizing page title

2010-11-11 Thread Josh Kamau
Am trying to internationalize the page title. The below snipplet doesnt seem to work. Where am i going wrong? regards Josh