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 amattempting to usein 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 html: errors/ tag and can see that the errors

Re: Associating validation errors with input fields

2005-10-18 Thread Ramesh Mohan Reddy
Hi there, Say u hv a html:text/ with the property name custName. U can use html:errors property=custName/ right below the html:text/. So, when an action error occurs, it will be displayed right below the html:text/ corresponding to the property. Regards, Ramesh M. --- Christopher Becker

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 html:text/ with the property name custName. U can use html:errors property=custName/ right below the