RE: Question - Form Validation

2002-12-31 Thread Denise Mangano
, December 28, 2002 9:57 PM To: Tomcat Users List Subject: RE: Question - Form Validation Denise, Sounds as if you are in a huge hurry. Do you mind embedding some simple scriptlets in your JSP page, or are you going to hold out of purity? If you want to contact me off-line, I can give you

RE: Question - Form Validation

2002-12-29 Thread Jacob Hookom
Why not browse the Jakarta Validator libs? They are integrated into Struts. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 28, 2002 11:59 PM To: ''Tomcat Users List ' ' Subject: RE: Question - Form Validation Hi - I was researching

RE: Question - Form Validation

2002-12-29 Thread Turner, John
enough without having to worry about keeping track of packages/libraries that aren't part of J2SE/J2EE. John -Original Message- From: Jacob Hookom To: 'Tomcat Users List' Sent: 12/29/02 3:05 AM Subject: RE: Question - Form Validation Why not browse the Jakarta Validator libs

RE: Question - Form Validation

2002-12-28 Thread Denise Mangano
- not using Struts? I have a couple of books, but none seem to go into enough detail.. Thanks :) Denise -Original Message- From: Noel J. Bergman To: Tomcat Users List Sent: 12/27/2002 11:34 PM Subject: RE: Question - Form Validation Denise, There are a number of ways to do it. One

RE: Question - Form Validation

2002-12-28 Thread Paul Campbell
Subject: RE: Question - Form Validation Denise, There are a number of ways to do it. One is to build a Struts application. Another is to have the form post back to itself. If it likes the form data (validates), then it can forward to the target page. There are various other solutions

RE: Question - Form Validation

2002-12-28 Thread Denise Mangano
! -Original Message- From: Paul Campbell To: Tomcat Users List Sent: 12/28/2002 3:29 PM Subject: RE: Question - Form Validation Advanced Java Server Pages by Geary (Prentice Hall 2001) At 03:30 PM 12/28/2002 -0500, you wrote: It seems to me that Struts is more for large scale enterprise webapps

RE: Question - Form Validation

2002-12-28 Thread Jason Pyeron
! -Original Message- From: Paul Campbell To: Tomcat Users List Sent: 12/28/2002 3:29 PM Subject: RE: Question - Form Validation Advanced Java Server Pages by Geary (Prentice Hall 2001) At 03:30 PM 12/28/2002 -0500, you wrote: It seems to me that Struts is more for large scale enterprise

RE: Question - Form Validation

2002-12-28 Thread Noel J. Bergman
: Denise Mangano [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 28, 2002 15:31 To: 'Tomcat Users List ' Subject: RE: Question - Form Validation It seems to me that Struts is more for large scale enterprise webapps. Eventually once my webapp is up and running in a production environment, if our

RE: Question - Form Validation

2002-12-28 Thread Turner, John
: Denise Mangano To: 'Tomcat Users List ' Sent: 12/28/02 8:09 PM Subject: RE: Question - Form Validation Any web site references? I'm pressed for time so can't wait for item to be shipped and no local bookstores have it in stock... Also, if I am to have my JSP form post back to itself to validate

Question - Form Validation

2002-12-27 Thread Denise Mangano
Hi all :) I'm not sure if these types of questions belong is this list?? I've seen people post JSP and/or servlet questions, so I am assuming they do... ? I am trying to figure the best way to do form validation with JSP. I have a JSP with a form that calls another JSP to process that form and

Re: Question - Form Validation

2002-12-27 Thread Gary Gwin
Denise, Consider using the Jakarta Struts project. It is very popular and provides a framework for form validation and error handling. http://jakarta.apache.org/struts/ Gary Denise Mangano wrote: Hi all :) I'm not sure if these types of questions belong is this list?? I've seen people

RE: Question - Form Validation

2002-12-27 Thread Noel J. Bergman
Denise, There are a number of ways to do it. One is to build a Struts application. Another is to have the form post back to itself. If it likes the form data (validates), then it can forward to the target page. There are various other solutions. --- Noel -- To unsubscribe, e-mail: