I've seen the <html:errors property="propertyName"/> tag, and I'm hoping I can use it. I have a page that is a web-version of an Excel workbook, with 3 spreadsheets. I am retrieving, from a database, a parent object with ArrayLists of 4 children. The first three children are "worksheets" per se, and the 4th child is an ArrayList of validation errors associated with all sheets. I want to loop though all the validation errors, and match them up with child properties, so I can add a <html:errors property="..."/> next to each <input ...> field.
Is this possible? I'm looking for something like new ActionError(property, message). Thanks, Matt -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

