Re: [Wicket-user] adding required validator to a a component in the list view

2006-04-03 Thread Maurice Marrink
Unless i am mistaken, wicket searches for several keys. You should be able to use myPanel.firstName or simply firstName. Maurice On 4/3/06, Dipu <[EMAIL PROTECTED]> wrote: > > Hi , > > Is there a way to add required validator to a component in the list view > If i add a required validator to a co

Re: [Wicket-user] adding required validator to a a component in the list view

2006-04-03 Thread Dipu
thanks , i got it right. - Original Message - From: "Maurice Marrink" <[EMAIL PROTECTED]> To: Sent: Monday, April 03, 2006 2:48 PM Subject: Re: [Wicket-user] adding required validator to a a component in the list view Unless i am mistaken, wicket searches for s

[Wicket-user] adding required validator to a a component in the list view

2006-04-03 Thread Dipu
Hi ,   Is there a way to add required validator to a component in the list view If i add a required validator to a component in the list view how will i specify the resource key in the properties file.     With  the current version wicket is complaining with the following message. Caused by