RE: Action Forms And Model objects

2001-04-14 Thread Niall Pemberton
2001 04:50 To: [EMAIL PROTECTED] Subject: RE: Action Forms And Model objects ON 2nd thoughts, could one not achieve the results you are expecting using client side JavaScript? --- Rajan Gupta [EMAIL PROTECTED] wrote: Niall, I guess your formula does reduce coding for ActionsForms which

RE: Action Forms And Model objects

2001-04-14 Thread Niall Pemberton
--Original Message- From: Rajan Gupta [mailto:[EMAIL PROTECTED]] Sent: 14 April 2001 01:46 To: [EMAIL PROTECTED] Subject: RE: Action Forms And Model objects Niall, I guess your formula does reduce coding for ActionsForms which require simple validation do not need to access the model fo

RE: Action Forms And Model objects

2001-04-13 Thread Niall Pemberton
pta [mailto:[EMAIL PROTECTED]] Sent: 13 April 2001 13:32 To: [EMAIL PROTECTED] Subject: RE: Action Forms And Model objects How do you store or manage your validation rules since your GenericActionForm could be validating fields types of forms? --- Niall Pemberton [EMAIL PROTECTED] wrote: Ni

RE: Action Forms And Model objects

2001-04-13 Thread Rajan Gupta
riginal Message- From: Rajan Gupta [mailto:[EMAIL PROTECTED]] Sent: 13 April 2001 13:32 To: [EMAIL PROTECTED] Subject: RE: Action Forms And Model objects How do you store or manage your validation rules since your GenericActionForm could be validating fields types of forms? ---

RE: Action Forms And Model objects

2001-04-13 Thread Rajan Gupta
To: [EMAIL PROTECTED] Subject: RE: Action Forms And Model objects How do you store or manage your validation rules since your GenericActionForm could be validating fields types of forms? --- Niall Pemberton [EMAIL PROTECTED] wrote: Niall- To understand it a little bett

Action Forms And Model objects

2001-04-12 Thread Natra, Uday
Hi All, I want to know how you all are desiging the Datacopy from ActionForm Beans to actual Model objects. In my opinion ActionForms should have only String DataTypes(Dates are represented as strings). But the Model objects have actual Data Types since they represent the actual Domain objects.

RE: Action Forms And Model objects

2001-04-12 Thread Niall Pemberton
2001 20:17 To: '[EMAIL PROTECTED]' Subject: Action Forms And Model objects Hi All, I want to know how you all are desiging the Datacopy from ActionForm Beans to actual Model objects. In my opinion ActionForms should have only String DataTypes(Dates are represented as strings). But the Model

Re: Action Forms And Model objects

2001-04-12 Thread Levi Cook
lto:[EMAIL PROTECTED]] Sent: 12 April 2001 20:17 To: '[EMAIL PROTECTED]' Subject: Action Forms And Model objects Hi All, I want to know how you all are desiging the Datacopy from ActionForm Beans to actual Model objects. In my opinion ActionForms should have only String DataTypes(D

RE: Action Forms And Model objects

2001-04-12 Thread Rajan Gupta
ok [mailto:[EMAIL PROTECTED]] Sent: 13 April 2001 01:05 To: [EMAIL PROTECTED] Subject: Re: Action Forms And Model objects Can you elaborate on what you mean by "dynamic" properties? How does this refer to dynamic validation of properties? -- Levi - Original