I have an application that has a popup displaying all errors on a page.
After the popup is closed I need a way to get each error for the individual properties.
<html:errors property="prop1" /> will not work because I'm inside another tag
that won't allow it. I need a way to get the error string for a property using EL, JSTL style
from the request directly. Should be simple, right? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]