On Dec 1, 2003, at 9:47 AM, otisg wrote:
Am I doing something wrong here?
yes:
// saveErrors(request, errors); saveMessages(request, errors);
You shouldn't have changed this part. The difference between these two methods is the request attribute name under which the ActionMessages object is saved; read the JavaDoc for Action and the details for html:messages for the details, but if you use:
<html:messages id="msg">
<c:out value="${msg}"/>
</html:messages>
it will look for an ActionMessages saved with "saveErrors()", not "saveMessages()"
Joe
--
Joe Germuska
[EMAIL PROTECTED]
http://blog.germuska.com
"We want beef in dessert if we can get it there."
-- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association
smime.p7s
Description: S/MIME cryptographic signature

