RE: Help Validator Not Validating on Tomcat?

2005-03-28 Thread Fogleson, Allen
ws product support divisions to easier support the application. Al -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 10:31 AM To: Struts Users Mailing List Subject: Re: Help Validator Not Validating on Tomcat? Scott Purcell wrote: >Well, not sur

Re: Help Validator Not Validating on Tomcat?

2005-03-28 Thread Dave Newton
Scott Purcell wrote: Well, not sure why this is happening, and I would like to know, I took the jar files from the "struts-examples" lib and put them into my tomcat, their sizes were different, but it worked. My impression has been that the struts libraries should go in to your web app's lib di

RE: Help Validator Not Validating on Tomcat?

2005-03-28 Thread Scott Purcell
[mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 9:40 AM To: user@struts.apache.org Subject: Help Validator Not Validating on Tomcat? Hello, I began creating my application on IPLanet 6.1, and I got validation (dynamic) working, etc. Now because of speed concerns, we have moved locally

Help Validator Not Validating on Tomcat?

2005-03-28 Thread Scott Purcell
Hello, I began creating my application on IPLanet 6.1, and I got validation (dynamic) working, etc. Now because of speed concerns, we have moved locally to our local box, and we will work from there. I am running Tomcat 5-5.7 on a PC and the validation is no longer working. I am using a war cr

Re: Validator not validating v. 1.2.4

2004-10-14 Thread Vic Cekvenich
Motly I have validate=flase and manualy call it. Consider unit testing it like that outside of Tomcat. .V Jin Bal wrote: Hi Guys My validator config seems to be incorrect somewhere but I'm stumped as to what it is. The symptoms are that the validator succeeds in all validations no matter what i

Re: Validator not validating v. 1.2.4 - solved

2004-10-14 Thread Jin Bal
It was an old version of validator-rules.xml thanks for the help Jin - Original Message - From: "Hollaway, Shedrick CIV (TRFKB C600)" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, October 14, 2004 5:06

RE: Validator not validating v. 1.2.4

2004-10-14 Thread Hollaway, Shedrick CIV (TRFKB C600)
Is this the complete form bean? > the form bean looks like: > > public class PasswordReminderForm extends ValidatorActionForm { > public PasswordReminderForm() { > } > private String emailAddress; > public String getEmailAddress() { > return emailAddress; > } > publ

Re: Validator not validating v. 1.2.4

2004-10-14 Thread Jin Bal
Thanks for your reply: the "/" is that hte form name matche the path attribute in the struts config and follows the example in the docs. thanks Jin Should your formname start with a "/" ? Lee On Thu, 14 Oct 2004 13:35:54 +0100, Jin Bal <[EMAIL PROTECTED]> wrote: Hi Guys My validator config seems

Re: Validator not validating v. 1.2.4

2004-10-14 Thread Lee Harrington
Should your formname start with a "/" ? Lee On Thu, 14 Oct 2004 13:35:54 +0100, Jin Bal <[EMAIL PROTECTED]> wrote: > Hi Guys > > My validator config seems to be incorrect somewhere but I'm stumped as to what it > is. The symptoms are that the validator succeeds in all validations no matter wh

Validator not validating v. 1.2.4

2004-10-14 Thread Jin Bal
Hi Guys My validator config seems to be incorrect somewhere but I'm stumped as to what it is. The symptoms are that the validator succeeds in all validations no matter what i enter (or don't enter) in the form I am using an extension of ValidatorActionForm to use the path attribute in the stru

Re: Validator not validating

2004-09-13 Thread Magnus
Sorry, I forgot to include a code snippet from my Action ( /admin/news ) My edit method is: public ActionForward edit ( ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponseresponse ) throws Exception { Actio

Re: Validator not validating

2004-09-13 Thread Luis Urueña Frías
Hello: To perform a validation over an action, it's required to enable the validation attribute, is'n it? validate=true like follows [ some forwards ] Regards Luis Urueña Frías Oficina 101 Edificio Galileo, módulo Rojo Parque Tecnológico de Boecillo Valladolid - España -

Validator not validating

2004-09-13 Thread Magnus
Hi, I'm trying to use the Struts validator to validate some input parameters. The problem is that no matter what I do the parameters are always valid, I've tried removing newsId from the url, and it's still valid. If it makes any difference ( which I hope it doesn't ), I want to validate paramet