Re: Validation while using LookupDispatchAction

2005-06-23 Thread Adam Hardy
so struts is dead? we must be haunting you, right? On 23/06/05 19:52 Mark Galbreath wrote: Your sure did: C#.NET makes stuff like this soo easy! Struts is dead. ~mark -Original Message- From: Vicky [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 2:48 PM But having differ

Re: Validation while using LookupDispatchAction

2005-06-23 Thread Andrew Tomaka
You might be interested in checking out ValidatorLookupDispatchAction (http://struts.whoisandy.com/archives/2005/05/27/validatorlookupdispatchaction.php). I stumbled across, but never actually used it. ~ Andrew Tomaka On 6/23/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Vicky" <[EMAIL PRO

Re: Validation while using LookupDispatchAction

2005-06-23 Thread Wendy Smoak
From: "Vicky" <[EMAIL PROTECTED]> > > But having different actions in struts-config. how > would I call them in my jsp html:form ? because right > now I have only one action in jsp action="myAction"> and then for each button i have > property="method".. in jsp > > in struts-config for this action

RE: Validation while using LookupDispatchAction

2005-06-23 Thread Mark Galbreath
Your sure did: C#.NET makes stuff like this soo easy! Struts is dead. ~mark -Original Message- From: Vicky [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 2:48 PM But having different actions in struts-config. how would I call them in my jsp html:form ? because right now I h

Re: Validation while using LookupDispatchAction

2005-06-23 Thread Vicky
Wendy, But having different actions in struts-config. how would I call them in my jsp html:form ? because right now I have only one action in jsp and then for each button i have property="method".. in jsp in struts-config for this action mapping I have parameter="method" Did I miss anything in

RE: Validation while using LookupDispatchAction

2005-06-23 Thread Nitish Kumar
I would probably use ValidWhen test ( (method!= "validateMe") or (*this* != null) ) Than

Re: Validation while using LookupDispatchAction

2005-06-23 Thread Wendy Smoak
From: "Vicky" <[EMAIL PROTECTED]> > My action class extends LookupDispatchAction, which > has different methods in it. In struts-config.xml i > have parameter method as we all know. My problem is; > in my validation.xml i do have to perform different > validations for different methods, how do I >