RE: wildcard validate method problem

2007-03-26 Thread David Harland
Just found this. It's already been added. http://struts.apache.org/2.x/docs/key-changes-from-webwork-2.html -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: 26 March 2007 15:44 To: Struts Users Mailing List Subject: RE: wildcard validate method problem ---

RE: wildcard validate method problem

2007-03-26 Thread Dave Newton
--- David Harland <[EMAIL PROTECTED]> wrote: > This is validation I must do in the action validate > method. Unless I can reference session scope > variables in the validation xml files. Never mind then :/ I know prepare${methodName} works; I don't know if that's made its way into the validatio

RE: wildcard validate method problem

2007-03-26 Thread David Harland
This is validation I must do in the action validate method. Unless I can reference session scope variables in the validation xml files. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: 26 March 2007 15:31 To: Struts Users Mailing List Subject: Re: wildcard validate

Re: wildcard validate method problem

2007-03-26 Thread Dave Newton
--- David Harland <[EMAIL PROTECTED]> wrote: > I have 2 forms in a jsp posting to different methods > of the same action. I have different validation that > must be performed in the action validate method for > each of the two methods. How do I distinguish > between the two different methods when