RE: Multiple error pages for a single action mapping

2002-04-25 Thread Schmidt, Carl
the best way to do this? Carl -Original Message- From: adam [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 6:30 PM To: Struts Users Mailing List Subject: Re: Multiple error pages for a single action mapping Remember, one error page can just be use a simple include based on your

RE: Multiple error pages for a single action mapping

2002-04-24 Thread Schmidt, Carl
these pages? Carl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 12:08 PM To: [EMAIL PROTECTED] Subject: Multiple error pages for a single action mapping Hi I believe you are checking you inputs while you going through the pages. E.g

Re: Multiple error pages for a single action mapping

2002-04-24 Thread adam
] Subject: Multiple error pages for a single action mapping Hi I believe you are checking you inputs while you going through the pages. E.g..: page2 checking for date-of-birth or it's format. When you checking this you could say something like mapping.setInput(/page2.jsp); instead of setting

Multiple error pages for a single action mapping

2002-04-23 Thread Schmidt, Carl
I have a reset password section of the web site where the user must go through a set of pages, verifying their information and then have their password reset. Each page submits to the same action mapping, and I have a session bean that tracks answers to each of the questions on each page. As