Re: struts2 validation for only one method in action

2009-11-30 Thread axing
you can use @SkipValidation -- View this message in context: http://old.nabble.com/struts2-validation-for-only-one-method-in-action-tp9082687p26572573.html Sent from the Struts - User mailing list archive at Nabble.com. - To

Re: struts2 validation for only one method in action

2007-10-18 Thread Igor Vlasov
e button >>>> clicked >>>> ? >>>> >>>> >>>> >>>> ros wrote: >>>> >>>>> Java Script validation fro button disabled by >>>>> >>>>> >>>>

Re: struts2 validation for only one method in action

2007-10-17 Thread Ian Roughley
you can always use and - then you don't need the logic to determine which button was clicked in the execute() method, and you can use the validation config below. /ian Igor Vlasov wrote: This is not a solution. I have 2 submit button in one form: one for save and another for delete. All o

Re: struts2 validation for only one method in action

2007-10-17 Thread Igor Vlasov
t;document.getElementById('ticketForm').onsubmit = null;" /> >>> >>> >>> ros wrote: >>>> >>>> If I have in one form DELETE and SAVE buttons, how to turn off client >>>> side validation for

Re: struts2 validation for only one method in action

2007-10-17 Thread ros
>>> side validation for DELETE button? >>> >> >> > > -- View this message in context: http://www.nabble.com/struts2-validation-for-only-one-method-in-action-tf3267302.html#a13254840 Sent from the Struts - User mailing list archive at Nabble.com.

Re: struts2 validation for only one method in action

2007-10-17 Thread Igor Vlasov
ros wrote: >> >> If I have in one form DELETE and SAVE buttons, how to turn off client >> side validation for DELETE button? >> > > -- View this message in context: http://www.nabble.com/struts2-validation-for-only-one-method-in-action-tf3267302.

Re: struts2 validation for only one method in action

2007-10-17 Thread shan99
get validate from all expressions? any 1 have a ida? -- View this message in context: http://www.nabble.com/struts2-validation-for-only-one-method-in-action-tf3267302.html#a13249573 Sent from the Struts - User mailing list archive at Nabble.com

Re: [S2] struts2 validation for only one method in action

2007-02-25 Thread reijnemans
cilquirm wrote: > > I believe you can use validation annotation to specify validation routines > at the method level. > > > > > ros wrote: >> >> Hi! >> >> How to configure struts2 validation for only one method in action? >> >

Re: [S2] struts2 validation for only one method in action

2007-02-22 Thread Allen Gilliland
Dale Newfield wrote: Allen Gilliland wrote: Would you mind sharing a couple details about how you have it configured, because if it's working for you then I suppose I must be doing something wrong? I am using Struts 2.0.5. Sure. I'll just mirror your snippets with my own. I am also using

Re: [S2] struts2 validation for only one method in action

2007-02-22 Thread Dale Newfield
Allen Gilliland wrote: Would you mind sharing a couple details about how you have it configured, because if it's working for you then I suppose I must be doing something wrong? I am using Struts 2.0.5. Sure. I'll just mirror your snippets with my own. I am also using 2.0.5. What I have in

Re: [S2] struts2 validation for only one method in action

2007-02-22 Thread Allen Gilliland
Dale Newfield wrote: Allen Gilliland wrote: I tried out using the validation annotations to only validate a specific action method but the result is the same, it just does the validation on all methods :/ I use the ActionName-methodName-validation.xml technique. Would you mind sharing a c

Re: [S2] struts2 validation for only one method in action

2007-02-22 Thread Dale Newfield
Allen Gilliland wrote: I tried out using the validation annotations to only validate a specific action method but the result is the same, it just does the validation on all methods :/ I use the ActionName-methodName-validation.xml technique. Just because the ActionName-validation.xml file is

Re: [S2] struts2 validation for only one method in action

2007-02-22 Thread Allen Gilliland
e validation for that method. regards musachy On 2/21/07, cilquirm <[EMAIL PROTECTED]> wrote: I believe you can use validation annotation to specify validation routines at the method level. ros wrote: > > Hi! > > How to configure struts2 validation for only one method i

Re: [S2] struts2 validation for only one method in action

2007-02-22 Thread Allen Gilliland
believe you can use validation annotation to specify validation routines at the method level. ros wrote: > > Hi! > > How to configure struts2 validation for only one method in action? > > Thanks. > -- View this message in context: http://www.nabble.com/struts2-val

Re: [S2] struts2 validation for only one method in action

2007-02-22 Thread Allen Gilliland
gt; How to configure struts2 validation for only one method in action? > > Thanks. > -- View this message in context: http://www.nabble.com/struts2-validation-for-only-one-method-in-action-tf3267302.html#a9083597 Sent from the Struts - Us

Re: [S2] struts2 validation for only one method in action

2007-02-21 Thread ros
Java Script validation fro button disabled by ros wrote: > > If I have in one form DELETE and SAVE buttons, how to turn off client side > validation for DELETE button? > -- View this message in context: http://www.nabble.com/struts2-validation-for-only-one-method-in-acti

Re: [S2] struts2 validation for only one method in action

2007-02-21 Thread ros
level. >> >> >> >> >> ros wrote: >> > >> > Hi! >> > >> > How to configure struts2 validation for only one method in action? >> > >> > Thanks. >> > >> >> -- >> V

Re: [S2] struts2 validation for only one method in action

2007-02-21 Thread André Faria
wrote: I believe you can use validation annotation to specify validation routines at the method level. ros wrote: > > Hi! > > How to configure struts2 validation for only one method in action? > > Thanks. > -- View this message in context: http://www.nabble.com/stru

Re: [S2] struts2 validation for only one method in action

2007-02-21 Thread Musachy Barroso
dation routines at the method level. ros wrote: > > Hi! > > How to configure struts2 validation for only one method in action? > > Thanks. > -- View this message in context: http://www.nabble.com/struts2-validation-for-only-one-method-in-action-tf3267302.html#a9083597 Sent from the

Re: [S2] struts2 validation for only one method in action

2007-02-21 Thread cilquirm
I believe you can use validation annotation to specify validation routines at the method level. ros wrote: > > Hi! > > How to configure struts2 validation for only one method in action? > > Thanks. > -- View this message in context: http://www.nabble.com/struts2-va

struts2 validation for only one method in action

2007-02-21 Thread ros
Hi! How to configure struts2 validation for only one method in action? Thanks. -- View this message in context: http://www.nabble.com/struts2-validation-for-only-one-method-in-action-tf3267302.html#a9082687 Sent from the Struts - User mailing list archive at Nabble.com