Help with form validation

2001-09-17 Thread beje
Hi, I have n dinamicaly generated (and identical) forms to fill-in; on submition I'd like to validate them by using just a descriptor file whitch contains just 1 form (since all are the same).   Is there a way to achieve that ? Thanks.

Re: Help with form validation

2001-09-17 Thread Christian Haul
On 17.Sep.2001 -- 03:47 PM, beje wrote: > Hi, > I have n dinamicaly generated (and identical) forms to fill-in; > on submition I'd like to validate them by using just a descriptor file > whitch contains just 1 form (since all are the same). > > Is there a way to achieve that ? Sure, just have th

RE: Help with form validation

2001-09-17 Thread Per Kreipke
> Sure, just have the same parameter names. You might even want to set > your descriptor as default descriptor. Where would I start to learn about this? Are 'descriptors' a velocity template thing or a Cocoon2? Per - Please ch

Re: Help with form validation

2001-09-17 Thread beje
- Original Message - From: Christian Haul <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 17, 2001 5:40 PM Subject: Re: Help with form validation > On 17.Sep.2001 -- 03:47 PM, beje wrote: > > Hi, > > I have n dinamicaly generated (and

Re: Help with form validation

2001-09-17 Thread Christian Haul
On 17.Sep.2001 -- 11:09 AM, Per Kreipke wrote: > > Sure, just have the same parameter names. You might even want to set > > your descriptor as default descriptor. > > Where would I start to learn about this? Are 'descriptors' a velocity > template thing or a Cocoon2? > > Per Please see docs, se

Re: Help with form validation

2001-09-17 Thread Christian Haul
On 17.Sep.2001 -- 06:13 PM, beje wrote: > From: Christian Haul <[EMAIL PROTECTED]> > > On 17.Sep.2001 -- 03:47 PM, beje wrote: > > > Hi, > > > I have n dinamicaly generated (and identical) forms to fill-in; > > > on submition I'd like to validate them by using just a descriptor file > > > whitch c

Re: Help with form validation

2001-09-17 Thread Martin Man
On Mon, Sep 17, 2001 at 03:47:54PM +0300, beje wrote: > Hi, > I have n dinamicaly generated (and identical) forms to fill-in; > on submition I'd like to validate them by using just a descriptor file > whitch contains just 1 form (since all are the same). > > Is there a way to achieve that ? sure