Re: DynaValidatorForm and Multi-page validation

2003-09-16 Thread Natalie D Rassmann
When I type to add the page property as a java.lang.Integer, I get a null pointer exception in the struts validator. I am using Struts 1.1 Final Release. What were you using? Natalie Erez Efrati wrote: I use it in my application and I added to my DynaValidationForm configuration a 'page'

RE: DynaValidatorForm and Multi-page validation

2003-09-16 Thread Ruben Carvalho
-Mensagem original- De: Natalie D Rassmann [mailto:[EMAIL PROTECTED] Enviada: ter 16-09-2003 12:27 Para: Struts Users Mailing List Cc: Assunto: Re: DynaValidatorForm and Multi-page validation When I type to add the page

Re: DynaValidatorForm and Multi-page validation

2003-09-15 Thread Anand M S
Hi, I was also having the same problem, and I dropped validation frame work for multi page validation and using for regular validation. If you get answer, please let me know at [EMAIL PROTECTED] Thanks, Anand From: Natalie D Rassmann [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL

RE: DynaValidatorForm and Multi-page validation

2003-09-15 Thread David G Friedman
in the html:javascript tag when I was using ValidatorActionForms or DynaValidatorActionForms I hope this helps, David -Original Message- From: Anand M S [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 5:16 PM To: [EMAIL PROTECTED] Subject: Re: DynaValidatorForm and Multi-page validation Hi

Re: DynaValidatorForm and Multi-page validation

2003-09-15 Thread Thomas Cornet
There are APIs which handle wizard-based forms in Struts, such as Struts Wizard (http://sourceforge.net/projects/strutswizard/) or Struts WorkFlow (http://www.livinglogic.de/Struts/introduction.html)... HTH, Thomas At 23:15 15/09/2003, you wrote: Hi, I was also having the same problem, and I

RE: DynaValidatorForm and Multi-page validation

2003-09-15 Thread Erez Efrati
I use it in my application and I added to my DynaValidationForm configuration a 'page' property of type java.lang.Integer, and it works. Erez -Original Message- From: Natalie D Rassmann [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 3:11 PM To: Struts Users Mailing List