> 
> However ... (dramatic pause) ... using the most
> recent build, you can
> now  use simple/nested/indexed expressions like
> this:
>   
>       <html:text property="mailingAddress.street"/>
>   
> and the appropriate processing will be applied to
> get the street
> address (for initial display) and set the street
> address (when the form
> is processed).
>
I here normally people saying they are getting build
errors. Are there jar files which I can download
instead of going through the build process??

> Your validation method would then queue up whatever
> error messages
> should be communicated to the user, and display them
> all on your input
> form. (ActionErrors is a collection.)

As I said if there are two ActionForms in a html page
and thus two action classes to handle. So depending on
the request the corresponding action class is executed
and if it returns an ActionError, all <struts:errors>
does is display the error message. But I want it like
if the ActionError has been generated by Action1 class
display it in section 1 of the html page and if it is
2 then in second section. Does this mean that I can
have <struts:errors> at two places??? Which I dont
think so because it would display the message twice. 
-- How in a JSP file I can distinguish between errors
returned by different Action classes - is my question?



__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

Reply via email to