In your Form/Action you specify a property for
ActionErrors:

String property="FormOne";
ActionErrors errors = ...;
ActionError error = ...;
errors.add(property, error);

In your jsp you use the Struts <html:messages> tag
with the "property" attribute:

<html:messages property="FormOne" id="msg" >
...
</html:messages>

m

--- David Thielen <[EMAIL PROTECTED]> wrote:
> Hi;
> 
> I have two forms on one page. In this case, how do I
> handle <html:errors/> for each form? I want to put
> the errors from each form above that form.
> 
> thanks - dave
> 
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to