You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Darren Hill <dh...@724.com> on 2002/11/05 21:36:10 UTC

struts validation and DispatchAction

So.

My DispatchAction works great .. now I want to do validation ( on the ADD
action ), but because I need to turn validation 'on', it applies to ALL my
actions with the DispatchAction.

So .. create creates a 'clean' form, which of course fails in validation.

I suppose, for the 'view' action I can re-validate the info coming from the
back-end, but that my be over-kill.

Is there a way I can ask for validation ONLY on the submission of the create
jsp?

D

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>