How to handle data validation in a JSP page.
From: Rich Hajinlian (mynewsmail_at_datasystemsintegration.com)
Date: 01/31/04
- Next message: Sudsy: "Re: How to handle data validation in a JSP page."
- Previous message: Nick Maclaren: "Re: Mars Rover Not Responding"
- Next in thread: Sudsy: "Re: How to handle data validation in a JSP page."
- Reply: Sudsy: "Re: How to handle data validation in a JSP page."
- Reply: Chiron Paixos: "Re: How to handle data validation in a JSP page."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 31 Jan 2004 13:36:13 GMT
I'm wondering how folks handle field validation on jsp pages? I have a jsp
page and the
form variables need to be checked for proper values (numbers only, Date
format's and users not entering required info).
I have a bean managed entity bean and I was wondering how people
implement this type of validation logic. I'm sure it's not to be
implemented in the
.jsp page and should be checked in a session/entity bean? Another
question.......Is a session bean even necessary or should my entity bean
handle communications with the jsp pages?
Thanks for any help in advance.
J2EE newbie :-)
- Next message: Sudsy: "Re: How to handle data validation in a JSP page."
- Previous message: Nick Maclaren: "Re: Mars Rover Not Responding"
- Next in thread: Sudsy: "Re: How to handle data validation in a JSP page."
- Reply: Sudsy: "Re: How to handle data validation in a JSP page."
- Reply: Chiron Paixos: "Re: How to handle data validation in a JSP page."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|