Re: ListView in a Form -- issue with properties

2010-07-08 Thread always_rick
s blank > it always displays the default: Field 'value is required. > > What is the proper way to write the property so it displays my custom > error > feedback message? > > Thanks, > Trev > > -- View this message in context: http://apache-wicket.1842946.n4.n

Re: ListView in a Form -- issue with properties

2010-07-07 Thread Jeremy Thomerson
Try with just value.Required On Wed, Jul 7, 2010 at 11:57 AM, Trevor Baker wrote: > Hi, > > I have a form that has an ListView (wicket:id=”valueListView”) of a bunch > of > required text fields (wicket:id=”value”). > > In my WebApplication.properties, I have: > > form.valueListView.value.Require

ListView in a Form -- issue with properties

2010-07-07 Thread Trevor Baker
Hi, I have a form that has an ListView (wicket:id=”valueListView”) of a bunch of required text fields (wicket:id=”value”). In my WebApplication.properties, I have: form.valueListView.value.Required=Please enter the Value However when I submit the form, in my error feedback if the field is blank