Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Struts 2 »

Re: Validation Annotations

André Faria

2007-01-08

Replies:

I tried to validate only the method save, so I puted the annotations on
the top of the save method signature, but when I called execute method
the validation erros appered.

Andr?? Faria

Laurie Harper escreveu:

> I haven't used this, but looking at the last example in the
> documentation it looks like there are two types of field-level
> annotation: property accessor annotations and action method
> annotations. I would guess that validations specified through property
> accessor annotations would always fire, whereas action method
> annotations would fire according to which method was actually called.
>
> Which type did you try using?
>
> L.
>
> Andr?? Faria wrote:
>
>> Yes, but thats didnt works...
>> If you specify the annotations on the method save for example... The
>> validation roles will be apllyied for the others methods too.
>> I am running Struts 2.0.3 with xWork 2.0.0 (06/01/2007)...
>>
>> Thank's
>> Andr?? Faria
>>
>>
>> cilquirm escreveu:
>>
>>> According to
>>> http://struts.apache.org/2.x/docs/validation-annotation.html
>>>
>>> you can specify annotations at the method level.
>>>
>>>
>>>
>>> Andr?? Faria-3 wrote:
>>>
>>>
>>>> Hi People!!!
>>>>
>>>> Is there a way to use Validation Annotations only for a method or
>>>> always for the action...
>>>>
>>>> Example, if I have a action PersonAction with three methods:
>>>>
>>>> public class PersonAction {
>>>>   public void execute(){}
>>>>   public void list(){}
>>>>   public void save(){} }
>>>>
>>>> But I have to validate the user input only in method save what
>>>> could I do?
>>>>
>>>>
>>>> Have a nice weekend,
>>>> Thank's for help,
>>>> Andr?? Faria
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: user-unsubscribe@(protected)
>>>> For additional commands, e-mail: user-help@(protected)
>>>>  
>>>
>>>
>>>  
>>
>> ---------------------------------------------------------------------
>
> To unsubscribe, e-mail: user-unsubscribe@(protected)
> For additional commands, e-mail: user-help@(protected)



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.