Re: Internationalization on panels

2011-12-16 Thread Martin Grigorov
ge in context: > http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p4205110.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: user

Re: Internationalization on panels

2011-12-16 Thread cosmindumy
Can you give me a short example? I don't understand what you mean. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p4205110.html Sent from the Users forum mailing list archive at Nabbl

Re: Internationalization on panels

2011-12-16 Thread Martin Grigorov
t doesn't change the order when I change the > locale. Only if I eneter again on this page it is sorted properly. Any idea? > I hope is clear what I mean. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299

Re: Internationalization on panels

2011-12-16 Thread cosmindumy
pe is clear what I mean. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p4204967.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubs

Re: Internationalization on panels

2011-12-16 Thread Sven Meier
ale. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p4204686.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Re: Internationalization on panels

2011-12-16 Thread cosmindumy
the locale. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p4204686.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e

Re: Internationalization on panels

2011-12-06 Thread cosmindumy
ssage in context: http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p4164652.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-uns

Re: Internationalization on panels

2011-12-05 Thread Martin Grigorov
tion in that wiki. > > P.S As you probably noticed I'm very new in wicket, and there my questions > may seem stupid. But I enjoy wicket very much. > It's the coolest web framework I worked with. > > -- > View this message in context: > http://apache-wicket.1842946.

Re: Internationalization on panels

2011-12-05 Thread cosmindumy
't find an explanation in that wiki. P.S As you probably noticed I'm very new in wicket, and there my questions may seem stupid. But I enjoy wicket very much. It's the coolest web framework I worked with. -- View this message in context: http://apache-wicket.1842946.n4.nabble.co

Re: Internationalization on panels

2011-12-05 Thread Martin Grigorov
ocale: > > Label phoneTooltip = new Label("phoneTooltip"); >        phoneTooltip.add(new LTooltipBehavior(new > Model(getString("baloise.settings.userdetails.phonetooltip"))).setFadeInOut(true)); > > -- > View this message in context: > http://apache

Re: Internationalization on panels

2011-12-05 Thread cosmindumy
rue)); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p4160383.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-

Re: Internationalization on panels

2011-12-05 Thread cosmindumy
//apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p4160360.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additio

Re: Internationalization on panels

2011-12-05 Thread Martin Grigorov
ate.ordercreate.sourcelanguagetooltip")); >        behavior.setFadeInOut(true); >        sourceLanguageTooltip.add(behavior); >        sourceLanguageTooltip.setOutputMarkupId(true); > > > > -- > View this message in context: > http://apache

Re: Internationalization on panels

2011-12-05 Thread cosmindumy
sourcelanguagetooltip")); behavior.setFadeInOut(true); sourceLanguageTooltip.add(behavior); sourceLanguageTooltip.setOutputMarkupId(true); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p4160335.

Re: Internationalization on panels

2011-12-05 Thread Martin Grigorov
olltipBehavior I found no > solution. > > Thanks > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p4160300.html > Sent from the Users forum mailing list archive at Nabble.com. > >

Re: Internationalization on panels

2011-12-05 Thread cosmindumy
Model(new ResourceModel("key").getObject()) ). but i solved by passing the ResourceModel directly to label. But for TolltipBehavior I found no solution. Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p4160300.html

Re: Internationalization on panels

2011-12-04 Thread Igor Vaynberg
resource model. > If you know a solution please tell me. > Thanks. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p4158350.html > Sent from the Users forum mailing list archive at Nabble.com. > >

Re: Internationalization on panels

2011-12-04 Thread cosmindumy
need a way to set my label resource model. If you know a solution please tell me. Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p4158350.html Sent from the Users forum mailing list a

Re: Internationalization on panels

2011-12-04 Thread Martin Grigorov
uot;age", "age")); > > but I don't understand why it didn't find property with the first variant. >  columns.add(new PropertyColumn(new Model(new > ResourceModel("name.name", "Default").getObject()), "age", "age")); >

Re: Internationalization on panels

2011-12-04 Thread cosmindumy
("name.name", "Default").getObject()), "age", "age")); -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p4157887.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: Internationalization on panels

2011-12-04 Thread cosmindumy
r solution to pass the property to the PropertyColumn? Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p4157832.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: Internationalization on panels

2011-12-02 Thread cosmindumy
Thanks a lot. You were right. I used getString("my.key"). Now it works. I will also try your advice using AjaxBehavior. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p4147818.html Sent from the Users forum ma

Re: Internationalization on panels

2011-12-02 Thread Martin Grigorov
ure you want to leave the page?" or make the locale switch a submitting component (with AjaxFormSubmitBehavior for example) > Thanks. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp229

Re: Internationalization on panels

2011-12-02 Thread cosmindumy
e.com/Internationalization-on-panels-tp2299768p4147702.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: Internationalization on panels

2010-07-23 Thread Josh Kamau
Thanks all. On Fri, Jul 23, 2010 at 10:16 AM, Anh <7za...@gmail.com> wrote: > Yes > > On Fri, Jul 23, 2010 at 12:12 AM, Josh Kamau > wrote: > > Hi team > > > > Can i put internationalization properties files per panel or i have to do > it > > per page. > > > > eg. i have MyPanel.html, MyPanel.ja

Re: Internationalization on panels

2010-07-23 Thread Anh
Yes On Fri, Jul 23, 2010 at 12:12 AM, Josh Kamau wrote: > Hi team > > Can i put internationalization properties files per panel or i have to do it > per page. > > eg. i have MyPanel.html, MyPanel.java, can i have MyPanel.properties to have > messages for the panel? > > regards. > Josh >

Re: Internationalization on panels

2010-07-23 Thread vineetsemwal
yeah,you can.. - vineet semwal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p2299771.html Sent from the Wicket - User mailing list archive at Nabble.com

Internationalization on panels

2010-07-23 Thread Josh Kamau
Hi team Can i put internationalization properties files per panel or i have to do it per page. eg. i have MyPanel.html, MyPanel.java, can i have MyPanel.properties to have messages for the panel? regards. Josh