> -----Original Message----- > From: Gilbert Tan [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 17, 2002 2:08 AM > To: Jakarta Commons Users List > Subject: RE: Help with Commons Validator > > > Sorry for the confusion. > What I mean is that I want to validate all the parameters of > the request object in the servlet. > For example, I want to get the string tmp which is obtained > in the following way. String tmp = request.getParameter("Name"); > > Can it be done using Validator? > Thanks again.
The short answer is: no. Validator (and most of JSP) is built around the assumption that form data is populated into a bean somehow, such as by using setProperties. James -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
