Re: DynaValidatorForm and Multi-page Forms

2002-11-05 Thread Seth Milder
Derek Lin wrote: Oh I see. In my code, I am validating using the plug-in validator. You are validating in the action class. I haven't tried the things you are doing. Anyone else tried this? I am using the plug-in validator too. At least I think I am :) I was just following the examples that

Re: DynaValidatorForm and Multi-page Forms

2002-11-05 Thread Derek Lin
sers Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 11:00 AM Subject: Re: DynaValidatorForm and Multi-page Forms > Derek Lin wrote: > > > What is the setPage() method? From what class? > > > > Are you trying to do a form wizard(multiple pages us

Re: DynaValidatorForm and Multi-page Forms

2002-11-05 Thread Seth Milder
Derek Lin wrote: What is the setPage() method? From what class? Are you trying to do a form wizard(multiple pages using one DynaValidatorForm)? Yes. This is it exactly. If so, I have something like that. But I had to override the reset() method in DynaValidatorForm class.--I am still no

Re: DynaValidatorForm and Multi-page Forms

2002-11-05 Thread Derek Lin
x27;t have time to investigate further) Let me know if I should post my code. -- Derek - Original Message - From: "Seth Milder" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 9:55 AM Subject: D

DynaValidatorForm and Multi-page Forms

2002-11-05 Thread Seth Milder
Since nobody answered my previous posting, I'd just like to know if anyone has been able to get DynaValidatorForm with multiple pages to work without having to use the setPage() method. If so, can you please post an example? Thanks! -- Seth Milder Department of Physics and Astronomy MS 3f3 Ge

DynaValidatorForm and Multi-page Forms

2002-11-03 Thread Seth Milder
Hi, I am trying to create a form that spans multiple pages, but the validation does not seem to work with DynaValidatorForm unless I explicitly set the page number in the action class like so: int foof = -1; try{ foof = Integer.parseInt(request.getParameter("page")); info.setPage(fo