Hi man,
        Nice 2 find u on the list.
As u have noticed...i am getting along with struts and trying
To discover possibilities to do different kind of stuff that
Can save me from writing code :-)

Thanx 4 suggestion.
        marco

-----Original Message-----
From: Yves Sy [mailto:[EMAIL PROTECTED] 
Sent: 18 December 2003 04:50
To: 'Struts Users Mailing List'
Subject: RE: validation and DynaActionForm / concrete question

Hi Marco!

I think using only one jsp wherein the number of form elements vary
according to what you are doing can be considered as "anti-pattern" and
is more of a JSP Model 1 design. The best way to make things work is to
use a separate JSP for each form so that you can properly associate a
separate ActionForm with each ActionMapping.

If you wish to continue with the single jsp solution and still wish to
use DynaValidatorForm, you can write your own Validator class and
declare it in the validator-rules.xml. That way you can control how it
will behave and validate the parameters...

-Yves a.k.a. the witness to your long debates with Chad regarding
morality and politcs :o)


-----Original Message-----
From: Marco Mistroni [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 1:30 AM
To: 'Struts Users Mailing List'
Subject: RE: validation and DynaActionForm / concrete question

Hi Wendy,
        Only a little problem.. I haven't written any class for my
DynaActionForm. Instead, I declare all the properties in the
struts-config.xml

Struts does all the rest....

But, anyway, can u give more details on ur solution to my problem?

Regards
        marco

-----Original Message-----
From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Sent: 17 December 2003 17:06
To: Struts Users Mailing List
Subject: RE: validation and DynaActionForm / concrete question

> well i think the problem your having is because you're using 
> a dispatch action
> so the form is mapped to the action and its set to validate. You can 
> either separte yu dispatch actions into standard actions or 
> hack it by having a single action that calls your dispatch action much
like you 
> were suggesting doing with jsp.

What about LookupDispatchAction?  It uses a request parameter to figure
out which method to call.  I use it with hidden form fields and a bit of
JavaScript.

In Marco's case, overriding the validate method might work.  Only call
super.validate() if all of the parameters are present.

-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to