Re: Multipage forms and validation

2001-06-04 Thread Ted Husted
When the time comes, David's Validation servlet would get my vote. Unfortunately, we need to get 1.0 out the door before voting on anything like this. Beta 3 is counting down now, so we only talking a couple of weeks now. In any event, what features Struts, or any Jakarta product, will offer in

RE: Multipage forms and validation

2001-06-01 Thread Niall Pemberton
to plough on with what we've got or wait for what might be coming in Struts. Niall -Original Message- From: David Winterfeldt [mailto:[EMAIL PROTECTED]] Sent: 31 May 2001 23:32 To: [EMAIL PROTECTED] Subject: Re: Multipage forms and validation I've done some work on a validation

RE: Multipage forms and validation

2001-06-01 Thread David Winterfeldt
for what might be coming in Struts. Niall -Original Message- From: David Winterfeldt [mailto:[EMAIL PROTECTED]] Sent: 31 May 2001 23:32 To: [EMAIL PROTECTED] Subject: Re: Multipage forms and validation I've done some work on a validation framework for Struts

Multipage forms and validation

2001-05-31 Thread Lukasz Kowalczyk
Hi. I'm trying to employ Struts to help me build multi-page forms. Those forms consist of all kinds of inputs, including multipart. The questions are as follows: 1. How can I validate forms which I know will never set all of the required elements at a time since the required elements can span

Re: Multipage forms and validation

2001-05-31 Thread David Winterfeldt
I've done some work on a validation framework for Struts that is based on defining rules in an xml file. Right now it depends on associating a field with a page and setting a variable in the JSP page to set what page you are on. I had a long discussion with someone on how to make it not depend