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

Associating validation errors with input fields

2005-10-18 Thread Christopher Becker
  I have a form in a Struts app (v1.2.7) that I am attempting to use in conjunction with the validator framework. I wish to associate the error messages directly with the input field that caused them (e.g. additional row in a table, etc.)  I am using the tag and can see that the errors are being