hello

I' ve got a jsp page( or it may be a servlet) that is to display some
results that are provided in a request.
The data provided by a form should be validated before it is to be
displayed. So I would like to provide a kind of validating class that could
check, process and possibly pass the request to the final jsp that displays
data.

Is it recommended to use some class that modifies a request or just checks
some parameters of interest and decides whether to pass the request?

thanks in advance

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to