Re: query regarding Input Validation

2009-11-08 Thread Dave Newton
gaurav nigam wrote: Do I need to add this interceptor for each action mapping? Is it possible to have only single entry of this interceptor in the struts.xml ? Make your own default interceptor stack, but it's already in the "defaultStack". Dave

Re: query regarding Input Validation

2009-11-07 Thread gaurav nigam
pour satisfaire informez > l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci > est interdite. Ce message sert à l'information seulement et n'aura pas > n'importe quel effet légalement obligatoire. Étant donné que les email > peuvent

RE: query regarding Input Validation

2009-11-07 Thread Martin Gainty
igatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Sat, 7 Nov 2009 21:41:27 +0000 > Subject: Re: query regarding Input Validation > From: mailgaura...@gmail.com > To: u

Re: query regarding Input Validation

2009-11-07 Thread gaurav nigam
 Regards, > Siddiq > 919-924-9850 > > > > > > From: gaurav nigam > To: Struts Users Mailing List > Sent: Sat, November 7, 2009 2:03:41 PM > Subject: Re: query regarding Input Validation > > Hi Siddiq, > > My Question 2 is mentioned below > > i came to

Re: query regarding Input Validation

2009-11-07 Thread Siddiq Syed
9-924-9850 From: gaurav nigam To: Struts Users Mailing List Sent: Sat, November 7, 2009 2:03:41 PM Subject: Re: query regarding Input Validation Hi Siddiq, My Question 2 is mentioned below i came to know that there is annotation  validation which can be used a

Re: query regarding Input Validation

2009-11-07 Thread gaurav nigam
truts Users Mailing List >> Sent: Sat, November 7, 2009 1:21:41 PM >> Subject: Re: query regarding Input Validation >> >> Hi Saddiq, >> -- siddiq >> >> Thanks for your help >> I am not able to understand meaning of below line >> You can achiv

Re: query regarding Input Validation

2009-11-07 Thread Siddiq Syed
Please refer the section Defining Validation Rules in the below mention link. http://docs.huihoo.com/webwork/2.2.6/Validation.html -siddiq. Siddiq Syed wrote: > > > From: gaurav nigam > To: Struts Users Mailing List > Sent: Sat, November 7, 2009 1:21:41 PM > Subject: R

Re: query regarding Input Validation

2009-11-07 Thread Siddiq Syed
From: gaurav nigam To: Struts Users Mailing List Sent: Sat, November 7, 2009 1:21:41 PM Subject: Re: query regarding Input Validation Hi Saddiq, -- siddiq Thanks for your help I am not able to understand meaning of below line You can achive this by creating an separate file for each

Re: query regarding Input Validation

2009-11-07 Thread gaurav nigam
Hi Saddiq, Thanks for your help I am not able to understand meaning of below line You can achive this by creating an separate file for each method ...do you mean that i should create separate action class for each method or you mean to say separate validation file for each method of an action

Re: query regarding Input Validation

2009-11-07 Thread Siddiq Syed
You can achive this by creating an seprate file for each method and add the validation. When ever the a method from the action class is invoked the corresponding validation will get invoked. actionname-aliasname-validationname.xml actinname -- name of your actin class. aliasname -- name of the