RE: Can coarse grained ActionForms validate?

2004-03-19 Thread Blake Whitmore
eadonly > information that is retrieved > from backend services, so I need to retrieve this > again unless I store it in > the session, > -Original Message- > From: Blake Whitmore > [mailto:[EMAIL PROTECTED] > Sent: Friday, March 19, 2004 9:50 AM > To: Struts Users Ma

RE: Can coarse grained ActionForms validate?

2004-03-19 Thread Chan, Jim
which initialization code to use when validation fails. -Original Message- From: Blake Whitmore [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 9:50 AM To: Struts Users Mailing List Subject: Re: Can coarse grained ActionForms validate? Hi Jim, You can specify multiple form bean map

Re: Can coarse grained ActionForms validate?

2004-03-19 Thread Blake Whitmore
Hi Jim, You can specify multiple form bean mappings per action form. For insance: Then, in your validation.xml, you can have different rules for both of those forms. HTH, Blake --- "Chan, Jim" <[EMAIL PROTECTED]> wrote: > > > Hi, I am using coarse grained action forms that are > r

RE: Can coarse grained ActionForms validate?

2004-03-19 Thread Irving, Dave
EMAIL PROTECTED] Sent: 19 March 2004 17:42 To: 'Struts Users Mailing List' Subject: Can coarse grained ActionForms validate? Hi, I am using coarse grained action forms that are re-used by various action classes. Each of these action classes serve a different page and retrieves infor

Can coarse grained ActionForms validate?

2004-03-19 Thread Chan, Jim
Hi, I am using coarse grained action forms that are re-used by various action classes. Each of these action classes serve a different page and retrieves information from the backend so that the jsp page can show it. Now because I am using coarse grained forms, I have now way of knowing which fie