Re: Prepopulating forms & validation

2004-07-12 Thread Niall Pemberton
Apologies Erik, its not in this version...maybe the next one. Niall - Original Message - From: "Erik Weber" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, July 12, 2004 10:44 PM Subject: Re: Prepopulatin

Re: Prepopulating forms & validation

2004-07-12 Thread Niall Pemberton
recently released Sruts 1.2.1 beta allows you to inherit from another form > > definition using the extends attribute > > > > Niall > > > > - Original Message - > > From: "Erik Weber" <[EMAIL PROTECTED]> > > To: "Struts Users Mailing

Re: Prepopulating forms & validation

2004-07-12 Thread Erik Weber
Awesome! Inheritance in, or parameterizing of, the Validator plugin, will be the last step in getting a CRU (no D) use case finished the *right* way (hopefully). This is with declarative validation, declarative exception handling, an action layer, a business layer and a data access layer (archi

Re: Prepopulating forms & validation

2004-07-12 Thread Hubert Rabago
bute > > Niall > > - Original Message - > From: "Erik Weber" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Monday, July 12, 2004 10:09 PM > Subject: Re: Prepopulating forms & validation > > &

Re: Prepopulating forms & validation

2004-07-12 Thread Rick Reumann
On Mon, 12 Jul 2004 17:09:41 -0400, Erik Weber <[EMAIL PROTECTED]> wrote: Because of one or two fields being different between add and update forms, I fear I'll have to do a nearly-redundant (and very long) element for my update condition in validation.xml. Does anyone have a better solut

Re: Prepopulating forms & validation

2004-07-12 Thread Niall Pemberton
ts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, July 12, 2004 10:09 PM Subject: Re: Prepopulating forms & validation > Thanks a lot! I no doubt will find that very useful. > > I have another question for the group at large: > > I am now using the same form successful

Re: Prepopulating forms & validation

2004-07-12 Thread Rick Reumann
On Mon, 12 Jul 2004 17:09:41 -0400, Erik Weber <[EMAIL PROTECTED]> wrote: I am now using the same form successfully for adds and updates. I am using the Validator plugin for validation, which I find to be pretty awesome. The problem I face though is, the fields I need to validate are sligh

Re: Prepopulating forms & validation

2004-07-12 Thread Erik Weber
Thanks a lot! I no doubt will find that very useful. I have another question for the group at large: I am now using the same form successfully for adds and updates. I am using the Validator plugin for validation, which I find to be pretty awesome. The problem I face though is, the fields I need t