Re: bypassing request parameter validation in struts 2.5.14.1

2018-04-25 Thread Rajvinder Pal
Thanks, I changed the data type of accessCode from int to String and it is working fine. regards, Raj On Tue, Apr 24, 2018 at 10:29 AM, Lukasz Lenart wrote: > 2018-04-23 19:01 GMT+02:00 Rajvinder Pal : > > Hi, > > > > I need to bypass one validation error , which i am getting during appscan > >

Re: bypassing request parameter validation in struts 2.5.14.1

2018-04-23 Thread Lukasz Lenart
2018-04-23 19:01 GMT+02:00 Rajvinder Pal : > Hi, > > I need to bypass one validation error , which i am getting during appscan > run. > > *Invalid field value for field* XXX > > I have seen com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor > in struts2-core- 2.5.14.1.jar . But it does

Re: bypassing request parameter validation in struts 2.5.14.1

2018-04-23 Thread Rajvinder Pal
Any idea how can i avoid this error for a specific parameter? Regards, Raj On Mon, Apr 23, 2018 at 10:31 PM, Rajvinder Pal wrote: > Hi, > > I need to bypass one validation error , which i am getting during appscan > run. > > *Invalid field value for field* XXX > > I have seen com.opensymphony.x

bypassing request parameter validation in struts 2.5.14.1

2018-04-23 Thread Rajvinder Pal
Hi, I need to bypass one validation error , which i am getting during appscan run. *Invalid field value for field* XXX I have seen com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor in struts2-core- 2.5.14.1.jar . But it does not have any excludeParams .Please let me know what else i

Re: Validation in Struts 1

2010-10-25 Thread Qiang Li
On Mon, 2010-10-25 at 14:01 -0400, Anjib Mulepati wrote: > ok so is this mean both is server side validation and client side > validation is done with Javascript? > > Also between these two(.xml and execute() method) which one is better? > Any pros and cons? > > Anjib > > On 10/25/2010 1:55 PM

Re: Validation in Struts 1

2010-10-25 Thread Dave Newton
On Mon, Oct 25, 2010 at 2:01 PM, Anjib Mulepati wrote: > ok so is this mean both is server side validation and client side validation > is done with Javascript? ??? No. Client-side validation is done with JavaScript, because that's what runs inside browsers. Server-side validation is done in Ja

Re: Validation in Struts 1

2010-10-25 Thread Anjib Mulepati
ok so is this mean both is server side validation and client side validation is done with Javascript? Also between these two(.xml and execute() method) which one is better? Any pros and cons? Anjib On 10/25/2010 1:55 PM, Dave Newton wrote: That's not combining client- and server-side valida

Re: Validation in Struts 1

2010-10-25 Thread Dave Newton
That's not combining client- and server-side validation, that's combining declarative and programmatic validation, unless you're talking about the JavaScript validation method. Dave On Mon, Oct 25, 2010 at 1:52 PM, Anjib Mulepati wrote: > Hi > > Can we combine client side validation and server s

Validation in Struts 1

2010-10-25 Thread Anjib Mulepati
Hi Can we combine client side validation and server side validation? i.e. using validation.xml as well as validation in validate() method as well. Does it make any sense? Thanks

Re: Unit Testing Actions with Annotation based validation in Struts 2.1.6

2009-10-22 Thread bloodredsun
-Testing-Actions-with-Annotation-based-validation-in-Struts-2.1.6-tp25800676p26005625.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional

Re: Unit Testing Actions with Annotation based validation in Struts 2.1.6

2009-10-13 Thread bloodredsun
es stepping through the code a nightmare as object creation and population is done by voodoo. If anyones is interested let me know and I'll post the code. Martin -- View this message in context: http://www.nabble.com/Unit-Testing-Actions-with-Annotation-based-validation-in-Struts-2.1.6-tp2

Re: Unit Testing Actions with Annotation based validation in Struts 2.1.6

2009-10-09 Thread bloodredsun
.constant("devMode", "false"); return builder.create(true); } } -- View this message in context: http://www.nabble.com/Unit-Testing-Actions-with-Annotation-based-validation-in-Struts-2.1.6-tp

Unit Testing Actions with Annotation based validation in Struts 2.1.6

2009-10-08 Thread bloodredsun
ideas? -- View this message in context: http://www.nabble.com/Unit-Testing-Actions-with-Annotation-based-validation-in-Struts-2.1.6-tp25800676p25800676.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsu

Date validation in struts 2

2009-07-16 Thread Siddiq Syed
Hi all, I am trying to validate the date field through the xml by using the date validator defined.   The problem with this is we can't have leap year validation with this, nor formate validation and need to specify the date range. Is there any way where I can validate the date(which impl

Date Validation in Struts 2

2009-07-16 Thread Siddiq Syed
which implicity take care of leap year validation with MM/DD/YYY format) and without giving the date range. The field type defined in my view bean is java.util.date. Thanks Siddiq. -- View this message in context: http://www.nabble.com/Date-Validation-in-Struts-2-tp24521605p24521605.html Sent fro

Re: Input validation in Struts 2 and extrating the errors in jsp

2009-06-20 Thread Thomas Rene Vervik
> > > > And this form: > > value="%{name}"/> > value="%{email}"/> > > > > Thanks for all help > -- View this message in context: http://www.

Re: Input validation in Struts 2 and extrating the errors in jsp

2009-06-19 Thread Dave Newton
Thomas Rene Vervik wrote: I manage to do input validation when I have one of the default themes selected (xhtml, css_xhtml, etc). But what if I dont want to use Freemarker, I want to build the whole HTML in my Jsp, how do I "extract" the error messages the validation framework generate. Call ge

Re: Input validation in Struts 2 and extrating the errors in jsp

2009-06-19 Thread Yanto
> >You must enter a email address > > > > > And this form: > > value="%{name}"/> > value="%{email}"/> > > > > Thanks for all help > -- > View this message in context

Input validation in Struts 2 and extrating the errors in jsp

2009-06-19 Thread Thomas Rene Vervik
ter a name You must enter a email address And this form: Thanks for all help -- View this message in context: http://www.nabble.com/Input-validation-in-Struts-2-and-extrating-the-errors-in-jsp-tp24120894p24120894.html Sent from the Str

Re: [Help] I cannot make the Validation in struts 2.0 works.....

2009-04-13 Thread Dave Newton
白鹏 wrote: > *The returned html file contains:* > > src="/LearnDataProject/struts/xhtml/validation.js"> > src="/LearnDataProject/struts/utils.js"> > > but *There isn't the folder 'struts' in my App /LearnDataProject .* > ** > *Why this happens??? * Client-side validation requires JavaScript.

Re: [Help] I cannot make the Validation in struts 2.0 works.....

2009-04-12 Thread 白鹏
And this is my *LoginAction-validation.xml: {I check the App folders ,the xml and LoginAction.class are in the same folder.}* http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd";> 用户名必填! 用户名只能是字母和数字,且长度在4到25个字符之间 密码必填! 密码只能是

[Help] I cannot make the Validation in struts 2.0 works.....

2009-04-12 Thread 白鹏
Hello , the main codes in jsp is: *log.jsp * 用户名: 密码: 验证码: 验证码如图: 看不清? 单击此处刷新 "/> *The returned html file contains:* but *There isn't the folder 'struts' in my App /LearnDataProject .* ** *Why this happens??? * *Thanks for your help! *

Testing action validation in Struts 2.1.6

2009-01-27 Thread Joink
-test-my-actions-validation-logic.html Could anyone shed some light on how action validation testing is intended to be solved in 2.1.6? -- View this message in context: http://www.nabble.com/Testing-action-validation-in-Struts-2.1.6-tp21682094p21682094.html Sent from the Struts - User mailing list

question about ajax field validation in struts 2.1

2008-01-20 Thread Wei, Mei
Hi, In struts 2.0.11's showcase validation example (struts2-showcase-2.0.11/validation/quizAjax!input.action), it performs field validation at onblur(). I downloaded struts2.1, this validation example does not do field validation at onblur() any more. And I can not find ajax template in the strut

Re: email field validation in struts-2

2007-06-04 Thread Martin Gainty
- From: "Leena Borle" <[EMAIL PROTECTED]> To: Sent: Monday, June 04, 2007 8:02 PM Subject: email field validation in struts-2 Hi, I have just started learning Struts-2. I am using sruts2-blank application on Tomcat server. I added email field in login file. Problem I have

Re: email field validation in struts-2

2007-06-04 Thread Jeromy Evans
Property names are case sensitive. Your property name is "userEmail" not useremail public void setUserEmail(String userEmail) (wrong) The params interceptor will try to call setUseremail(String). As this doesn't exist userEmail is null. (wrong) The validator will be calling

email field validation in struts-2

2007-06-04 Thread Leena Borle
Hi, I have just started learning Struts-2. I am using sruts2-blank application on Tomcat server. I added email field in login file. Problem I have is validation is failing. Even if I put email address in email field, framework comes back with the error message from my validation.XML file(Email fi

Re: Need help in client side validation in Struts 2.0

2007-04-19 Thread Laurie Harper
arunabh wrote: hi, If somebody have some information about client side validation in Stutrs2. 0 then send me .I am in a desperate need of the same . thanks Arunabh Well, you could start with the documentation: http://struts.apache.org/2.x/docs/validation.html http://struts.apache.org/2.x/d

Need help in client side validation in Struts 2.0

2007-04-18 Thread arunabh
hi, If somebody have some information about client side validation in Stutrs2. 0 then send me .I am in a desperate need of the same . thanks Arunabh -- View this message in context: http://www.nabble.com/Need-help-in-client-side-validation-in-Struts-2.0-tf3605223.html#a10072395 Sent from

Re: Conditional validation in Struts.

2007-04-03 Thread Dave Newton
--- "Peter L. Berghold" <[EMAIL PROTECTED]> wrote: > Consider the following sniglet from my > validation.xml: > > depends="requiredif"> > > > field[0] > dropins_allowed_rq > > > fieldTest[0] > EQUALS > > > fieldValue[0] > on > > What version of Struts are you using? IIRC requiredif was d

Conditional validation in Struts.

2007-04-03 Thread Peter L. Berghold
Consider the following sniglet from my validation.xml: field[0] dropins_allowed_rq fieldTest[0] EQUALS fieldValue[0] on What I'm trying to accomplish is if the checkbox dropins_allowed_rq is checked then I want to consider the text field nonmember_dropin_rate_rq as a required field, othe

RE: Validation in Struts DisptachAction

2006-08-24 Thread Sherwood, Reg
ormal validation checks on the form. Hope this helps. Reg From: Vaneet Sharma [mailto:[EMAIL PROTECTED] Sent: Thu 24/08/2006 8:08 AM To: struts-user@jakarta.apache.org Subject: Validation in Struts DisptachAction Hii I am using Struts DispatchAction and

RE: Validation in Struts DisptachAction

2006-08-24 Thread Saeed, Rada
om: Vaneet Sharma [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 2:09 PM To: struts-user@jakarta.apache.org Subject: Validation in Struts DisptachAction Hii I am using Struts DispatchAction and i am facing a peculiar problem while validating . Now i want to validate ,my action fo

Validation in Struts DisptachAction

2006-08-24 Thread Vaneet Sharma
Hii I am using Struts DispatchAction and i am facing a peculiar problem while validating . Now i want to validate ,my action form only in insert or update mode. For read mode i want to prevent validation. To achive this is am writing validation="false" in the action mapping , and i am manually

Re: How to handle session validation in struts 1.1

2006-08-14 Thread Wendy Smoak
On 8/14/06, Anil Kumar T <[EMAIL PROTECTED]> wrote: I need to validate the user session in all actions. For this I tried using saveToken, isTokenValid(), but failed to use them. Not sure what the reason is but it fails during second request. Any info on this particular step or is there any other

How to handle session validation in struts 1.1

2006-08-14 Thread Anil Kumar T
Hi All, I need to validate the user session in all actions. For this I tried using saveToken, isTokenValid(), but failed to use them. Not sure what the reason is but it fails during second request. Any info on this particular step or is there any other way to handle the session in struts? Any he

Re: How do i do this validation in struts using validWhen

2005-11-01 Thread Niall Pemberton
On 11/1/05, Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Hi > Suppose i have entry text fields on a jsp, named ttype > and comment, > i want to add a validation saying that if ttype='2', > then comment cannot be blank, if ttype='3' or any > other value then comment can be blank, > > what i am tryin

How do i do this validation in struts using validWhen

2005-11-01 Thread Ashish Kulkarni
Hi Suppose i have entry text fields on a jsp, named ttype and comment, i want to add a validation saying that if ttype='2', then comment cannot be blank, if ttype='3' or any other value then comment can be blank, what i am trying is following test (ttype==2) and (comm

How to modify the date validation in Struts?

2005-07-29 Thread Thai Dang Vu
Hello everybody, I just tested the date validation in Struts and it seems to me that 12/31/2004 is valid but 12-31-2004 is invalid. Where should I change so that 12-31-2004, Dec 31 2004 are valid? Sincerely, Thai

Re: [HELP] How to do validation in Struts + iBatis + DAO???

2005-04-14 Thread Brandon Goodin
Brandon Goodin" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Thursday, April 14, 2005 10:18 PM > Subject: Re: [HELP] How to do validation in Struts + iBatis + DAO??? > > > "Right, like Mark said, I'm following JPetStoreExample, Rick

Re: [HELP] How to do validation in Struts + iBatis + DAO???

2005-04-14 Thread Pham Anh Tuan
From: "Brandon Goodin" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, April 14, 2005 10:18 PM Subject: Re: [HELP] How to do validation in Struts + iBatis + DAO??? "Right, like Mark said, I'm following JPetStoreExample, Rick :), when you use D

Re: [HELP] How to do validation in Struts + iBatis + DAO???

2005-04-14 Thread Brandon Goodin
l Message - > From: "Mark Bennett" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Tuesday, April 12, 2005 7:32 PM > Subject: Re: [HELP] How to do validation in Struts + iBatis + DAO??? > > Rick, I believe that he is referring the the

Re: [HELP] How to do validation in Struts + iBatis + DAO???

2005-04-12 Thread Pham Anh Tuan
u all :) - Original Message - From: "Mark Bennett" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, April 12, 2005 7:32 PM Subject: Re: [HELP] How to do validation in Struts + iBatis + DAO??? Rick, I believe that he is referring the the JPetStore download from t

Re: [HELP] How to do validation in Struts + iBatis + DAO???

2005-04-12 Thread Mark Bennett
gt; Pham Anh Tuan wrote the following on 4/11/2005 4:02 AM: > > Hi all, > > > > I don't know how to do Validation in Struts + iBatis + Dao. > > > > Because when I use above Structure, I must extends from BaseBean to > > create my own Bean. As you know, if we w

Re: [HELP] How to do validation in Struts + iBatis + DAO???

2005-04-11 Thread Rick Reumann
Pham Anh Tuan wrote the following on 4/11/2005 4:02 AM: Hi all, I don't know how to do Validation in Struts + iBatis + Dao. Because when I use above Structure, I must extends from BaseBean to create my own Bean. As you know, if we want to use Validator of Struts, our ActionForm must extends

Re: [HELP] How to do validation in Struts + iBatis + DAO???

2005-04-11 Thread Pham Anh Tuan
Struts, my bean must extend from ValidatorForm. again, help me! Bowl - Original Message - From: "Larry Meadors" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, April 11, 2005 9:43 PM Subject: Re: [HELP] How to do validation in Struts + iBatis + DAO?

Re: [HELP] How to do validation in Struts + iBatis + DAO???

2005-04-11 Thread Larry Meadors
Tuan <[EMAIL PROTECTED]> wrote: > > Hi all, > > I don't know how to do Validation in Struts + iBatis + Dao. > > Because when I use above Structure, I must extends from BaseBean to create > my own Bean. As you know, if we want to use Validator of Struts, our

[HELP] How to do validation in Struts + iBatis + DAO???

2005-04-11 Thread Pham Anh Tuan
Hi all, I don't know how to do Validation in Struts + iBatis + Dao. Because when I use above Structure, I must extends from BaseBean to create my own Bean. As you know, if we want to use Validator of Struts, our ActionForm must extends from ValidatorForm. So ... help me. bowl

Re: javascript validation in struts

2005-02-16 Thread Niall Pemberton
The tag dynamically generates the function for you - you should find that somewhere on the JSP page. http://struts.apache.org/userGuide/struts-html.html#javascript Niall - Original Message - From: "Jonathan M Z" <[EMAIL PROTECTED]> Sent: Tuesday, February 15, 2005 11:55 PM > Hi folks

Re: javascript validation in struts

2005-02-15 Thread Kumar deepak
Hi, Please visit http://www.roseindia.net/struts/struts_validator_framework.shtml Regards Deepak kumar Jonathan M Z <[EMAIL PROTECTED]> wrote: Hi folks, I am trying to understand struts validation from some example code, it has something like this: action="signin" method="post"> validateSign

Re: javascript validation in struts

2005-02-15 Thread Carlos Cajina
er renders'em). On every submit the JavaScript validation routines are called for every field participating in the validation process. Hope it helps... Regards, Carlos - Original Message - From: "Jonathan M Z" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 15, 2005

javascript validation in struts

2005-02-15 Thread Jonathan M Z
Hi folks, I am trying to understand struts validation from some example code, it has something like this: validateSigninForm is a javascript validation. I looked up in validation.xml and validator-rules, neither this javascript function nor anything contain the word "signin" is to be found, so

Re: Validation in Struts for Required fields

2004-10-07 Thread Jacob Weber
One more: you need something like this in your ApplicationResources: errors.required={0} is required. In article <[EMAIL PROTECTED]>, Caroline Jen <[EMAIL PROTECTED]> wrote: > To add to the list: > > 5. the validator-rules.xml and validation.xml must be > in the AppName/WEB-INF directory. >

Re: Listbox Validation in struts

2004-10-06 Thread Bill Siggelkow
If you want to ensure that at least one item is selected from the mulit-select list you can use "required" just like with the drop-down. If you need something more (like at least 2 items selected), to use Validator you will need to create a custom rule. -Bill Siggelkow Priya Jotwani wrote: Hi,

Listbox Validation in struts

2004-10-06 Thread Priya Jotwani
Hi, I have a JSP Page where I have a multiple selection Listbox. When the user submits the page, there should be some values in this listbox. How do I make the validations for the same in validator.xml ? I have done similar thing for dropdown by the following entry in validator.xml

Re: Validation in Struts for Required fields

2004-10-05 Thread Caroline Jen
leaving out? > > Erik > > > > Priya Jotwani wrote: > > >Yes I have set the validate= "true" in and the > field names are same too > >:( > > > >-Original Message- > >From: Erik Weber [mailto:[EMAIL PROTECTED] > >Sent: Tuesday,

Re: Validation in Struts for Required fields

2004-10-05 Thread Erik Weber
your form-bean declarations) What else am I leaving out? Erik Priya Jotwani wrote: Yes I have set the validate= "true" in and the field names are same too :( -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 11:32 PM To: Priya

Re: Validation in Struts for Required fields

2004-10-05 Thread Erik Weber
In your JSP, where are your selects? Are you using html:select tags to produce them? Erik Priya Jotwani wrote: Hi , I have a JSP Page where I have two dropdowns displaying default values. Before submitting that page, the user should select something from these two dropdowns and if he doesn't sel

Validation in Struts for Required fields

2004-10-05 Thread Priya Jotwani
Hi , I have a JSP Page where I have two dropdowns displaying default values. Before submitting that page, the user should select something from these two dropdowns and if he doesn't selects, there should be an error message displayed on the top saying "This field is required". This is what I a

Re: Validation in Struts

2004-09-18 Thread Rogue Chameleon
In your ActionForm, add the validation to the validate method. For example, you would have something like this: public ActionErrors validate(ActionMapping mapping, HttpServletRequest request) { ActionErrors errors = new ActionErrors(); if ((person == null) || (person.le

RE: Validation in Struts

2004-09-18 Thread David G. Friedman
lidator.html#builtin Regards, David -Original Message- From: Priya Jotwani [mailto:[EMAIL PROTECTED] Sent: Saturday, September 18, 2004 12:12 PM To: Struts Users Mailing List Subject: Validation in Struts Hi, I have a page where a user should select something from the dropdown before click

Validation in Struts

2004-09-18 Thread Priya Jotwani
Hi, I have a page where a user should select something from the dropdown before clicking on Submit. If he doesn't selects anything, an errorMessage should get displayed on the same page saying ' Please select an option ' How can I do such validations in Struts. Thanks in Advance, Priya

RE: Validation in struts

2004-09-15 Thread Jitender K Chukkavenkata
Divya, if your problem is just to display an error message box instead of the message. use the tag inside validator-rules.xml for your validation and map it with appropriate message key that you want to display. :) Jitender Kumar C.V.

RE: Validation in struts

2004-09-15 Thread Divya B Sridhar
: Jitender K Chukkavenkata [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 6:40 PM To: Struts Users Mailing List Subject: RE: Validation in struts Hi Divya, I think you need to extend your form class with org.apache.struts.validator.action.ValidatorForm or ValidatorActionFrom

RE: Validation in struts

2004-09-15 Thread Jitender K Chukkavenkata
Hi Divya, I think you need to extend your form class with org.apache.struts.validator.action.ValidatorForm or ValidatorActionFrom instead of org.apache.struts.action.ActionForm. have u done it? Regards, Jitender.

RE: Validation in struts

2004-09-15 Thread Divya B Sridhar
o point to validate(this) Is there something else that I am missing ? Thanks, Divya. -Original Message- From: Jitender K Chukkavenkata [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 9:51 AM To: Struts Users Mailing List Subject: Re: Validation in struts U can use struts v

RE: Validation in struts

2004-09-15 Thread Sachin Bhutada
: Validation in struts Hi All, It is said that the validation(client side validations like say a particular textbox field can contain numbers only etc) should not be explicitly written in client-side validation javascripts in a struts framework. How can such things be accomplished using struts without

RE: Validation in struts

2004-09-14 Thread Divya B Sridhar
Subject: Re: Validation in struts > It is said that the validation(client side validations like say a > particular textbox field can contain numbers only etc) should not be > explicitly written in client-side validation javascripts in a struts > framework. How can such things be

Re: Validation in struts

2004-09-14 Thread Greg Ludington
> It is said that the validation(client side validations like say a particular > textbox field can contain numbers only etc) should not be explicitly written > in client-side validation javascripts in a struts framework. How can such > things be accomplished using struts without writing specific cl

Re: Validation in struts

2004-09-14 Thread Jitender K Chukkavenkata
U can use struts validations framework as well go thru struts validation framework.. Jitender Kumar C.V. IBM Global Services India (Pvt.) Ltd., Embassy Golf Links Business Park, Block C, Bangalore - 560 071. Phone : + 91 (80) 51056320 Mobile: + 91 9886219429 Location : EGC-3*-058.

Validation in struts

2004-09-14 Thread Divya B Sridhar
Hi All, It is said that the validation(client side validations like say a particular textbox field can contain numbers only etc) should not be explicitly written in client-side validation javascripts in a struts framework. How can such things be accomplished using struts without writing specific cl

RE: Problem in Client Side Validation in Struts

2004-06-05 Thread David Friedman
owing any javascript error messages. Regards, David -Original Message- From: Sandip Mante [mailto:[EMAIL PROTECTED] Sent: Saturday, June 05, 2004 12:33 AM To: [EMAIL PROTECTED] Subject: Problem in Client Side Validation in Struts Dear Sir, I have a problem in Client Side Validation in Strut

Problem in Client Side Validation in Struts

2004-06-05 Thread Sandip Mante
Dear Sir, I have a problem in Client Side Validation in Struts 1.1.Actually see what is happening and what i have done: I have written all validdation and validation rules invalidator.xml and valation-rule.xml. I have given path (through plug-in tag) in struts-config file. \ I have called it