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]>

Reply via email to