Hi Larry,

(1) is there any way to do in struts to display the error on an error 
jsp?
 
-----> Yes , if you can forward from Action Class as mapping.findForward("failure"); 
then in Struts-config.xml you can specify 
 
<forward name="failure" path="error.jsp"/>
 
in <action> tag.

(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?
 
If you show errors on the same page it is easy to user to re-type
Nothing much, It is your design and your wish!!!!!!

PAK


Yahoo! India Matrimony: Find your partner online.

Reply via email to