Struts has an internal tag <html:errors/> to show the action errors on the current jsp 
page, which is OK. However, our business requirement is that in case there is an 
error, we display the error on an error jsp, then it is not advisable or easily to use 
<html:errors/> since this tag is normally placed on the current jsp page. My questions 
are 

(1) is there any way to do in struts to display the error on an error jsp?

(2)What is your opinion on pros and cons of these two approaches: Display the error on 
the current page and display the error on a separate error page?

Please answer questions in order if possible.

Thanks.

Larry

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

Reply via email to