Thanks for the tip...didn't know anything about them.  I found that FormProc
package while investigating Jakarta Regexp.

As an aside, is there a need for Regexp or ORO now that J2SE 1.4 has
java.util.regex?  I'm no regexp guru by any means, I'm just curious.  My
development skills are bad 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?  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 this very topic as an extension to using regular
expressions for form validation, and I found this on sourceforge.  It
might
be worth a look:

http://formproc.sourceforge.net/

I've never used it, but I plan to give it a look later.

John

-----Original Message-----
From: 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, I
would
need to employ Java Beans for this - is that correct?

Sorry - I'm a newbie :)

Thanks! 

-----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.
>Eventually once my webapp is up and running in a production
environment, if
>our project seems to be more popular than expected, then updates will
be
>necessary and alternative approaches will be considered.
>
>In the meantime, our webapp is for less than medium size organization,
the
>site is pretty simple - just select the fee you are paying and provide
the
>cc info for processing - all this for a pretty stable number of users
(for
>the time being).
>
>Can anyone provide links to any resources for form validation with JSP
- 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 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:
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
>
>--
>To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to