Re: Associating validation errors with input fields

2005-10-18 Thread Christopher Becker
Ramesh; That was it... I had overlooked the property attribute of the errors tag... thanks for your help! Regards, Chris >>> [EMAIL PROTECTED] 10/18/2005 9:24:23 AM >>> Hi there, Say u hv a with the property name "custName". U can use right below the . So, when an action error occurs,

Re: Associating validation errors with input fields

2005-10-18 Thread Ramesh Mohan Reddy
Hi there, Say u hv a with the property name "custName". U can use right below the . So, when an action error occurs, it will be displayed right below the corresponding to the property. Regards, Ramesh M. --- Christopher Becker <[EMAIL PROTECTED]> wrote: > > I have a form in a Struts app