Re: internationalizing page title

2011-12-02 Thread cosmindumy
Hello,
I know is off topic but maybe you have an answer. :)
I have the following problems. If you have any idea please tell me.
I implemented the application internationalization but
the label components are not refreshed after changing locale. Do you know
why.
Another problem is that when I change the locale I refresh the whole page.
(target.addComponent(instance);) where instance is my Page class. Therefore
all completed fields are lost. I didn't found other solution. Do you have
any idea?
Thanks. 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.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.

head
meta http-equiv=Content-Type content=text/html; charset=UTF-8
 wicket:head
 titleWicket Demo/title
 /wicket:head
/head

regards

Josh.

On Sun, Feb 27, 2011 at 7:13 PM, Anton Bessonovexe...@googlemail.comwrote:


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?

head
meta http-equiv=Content-Type content=text/html; charset=UTF-8
 wicket:head
 titlewicket:message key=login-page-title//title
 /wicket:head
/head

regards
Josh



--
Erik van Oosten
http://www.day-to-day-stuff.blogspot.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-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?

head
meta http-equiv=Content-Type content=text/html; charset=UTF-8
 wicket:head
 titlewicket:message key=login-page-title//title
 /wicket:head
/head

regards
Josh




-
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-27 Thread Josh Kamau
Anton,

This worked.

head
meta http-equiv=Content-Type content=text/html; charset=UTF-8
wicket:head
titleWicket Demo/title
/wicket:head
/head

regards

Josh.

On Sun, Feb 27, 2011 at 7:13 PM, Anton Bessonov exe...@googlemail.comwrote:

 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?

 head
 meta http-equiv=Content-Type content=text/html; charset=UTF-8
 wicket:head
 titlewicket:message key=login-page-title//title
 /wicket:head
 /head

 regards
 Josh



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org