Re: Feedback panel -- message resource bundle

2010-03-24 Thread ayman elwany
Any another approach that's help me to to use resources key instead of companent path key On Wed, Mar 24, 2010 at 3:26 PM, ayman elwany aymanelw...@gmail.com wrote: Hi all, I update my feedback panel messages using wicketApplication.properties and attach the message to the component

RE: Feedback panel message

2008-10-20 Thread Dane Laverty
Like so: DropDownChoice myDropDownChoice = new DropDownChoice(...); myDropDownChoice.setLabel(new Model(Description)); add(myDropDownChoice); Hope that helps. -Original Message- From: Steve Thompson [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2008 12:49

Re: Feedback panel message

2008-10-20 Thread Steve Thompson
Dane - Thanks, this worked like a charm! On 10/20/08, Dane Laverty [EMAIL PROTECTED] wrote: Like so: DropDownChoice myDropDownChoice = new DropDownChoice(...); myDropDownChoice.setLabel(new Model(Description)); add(myDropDownChoice); Hope that helps. -Original