Re: Global Validation

2013-07-11 Thread Alireza Fattahi
List user@struts.apache.org Sent: Wednesday, 10 July 2013, 16:47 Subject: Re: Global Validation 2013/7/10 Alireza Fattahi afatt...@yahoo.com: Hi, Are there Global Validation  in struts 2 ?! What you mean by that? Validations which affects each and every action? If so, no. Regards -- Łukasz

Re: Global Validation

2013-07-11 Thread Lukasz Lenart
: Wednesday, 10 July 2013, 16:47 Subject: Re: Global Validation 2013/7/10 Alireza Fattahi afatt...@yahoo.com: Hi, Are there Global Validation in struts 2 ?! What you mean by that? Validations which affects each and every action? If so, no. Regards -- Łukasz + 48 606 323 122 http

Global Validation

2013-07-10 Thread Alireza Fattahi
Hi, Are there Global Validation  in struts 2 ?!   ~Regards, ~~Alireza Fattahi

Re: Global Validation

2013-07-10 Thread Lukasz Lenart
2013/7/10 Alireza Fattahi afatt...@yahoo.com: Hi, Are there Global Validation in struts 2 ?! What you mean by that? Validations which affects each and every action? If so, no. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl

RE: Struts 2 - Global Validation

2010-02-04 Thread Arulmani V A
Hi, Apologies for having posted the same query 5 times - it was purely UNINTENTIONAL. I'm new to this list and when I posted my query for the first time, I got the following reply : Hi. This is the deliver program at bjtu.edu.cn. I'm afraid I wasn't able to deliver your message to the following

Re: Struts 2 - Global Validation

2010-02-04 Thread Stephen Turner
Hello Arul, No worries - welcome to the list. The message you got was from a list subscriber's email system, not from the struts mailing list so it's outside the list admins' control. They happen from time to time - best to ignore those messages. Don't get discouraged - this is a good

Re: Struts 2 - Global Validation

2010-02-04 Thread Brian Thompson
On Thu, Feb 4, 2010 at 6:10 AM, Arulmani V A arulman...@yahoo.com wrote: Hi, Apologies for having posted the same query 5 times - it was purely UNINTENTIONAL. I'm new to this list and when I posted my query for the first time, I got the following reply : Hi. This is the deliver program at

Re: Struts 2 - Global Validation

2010-02-04 Thread mailtolouis2020-struts
A arulman...@yahoo.com To: Struts Users Mailing List user@struts.apache.org Sent: Wed, February 3, 2010 8:27:27 PM Subject: Struts 2 - Global Validation Hi, Any idea how to do global validation in Struts 2 ? For example, in Struts 1, I can define all global regular expression validations in a file

Re: Struts 2 - Global Validation

2010-02-04 Thread wild_oscar
- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org -- View this message in context: http://old.nabble.com/Struts-2---Global-Validation-tp27443164p27457359.html Sent from the Struts - User mailing list archive at Nabble.com

Struts 2 - Global Validation

2010-02-03 Thread Arulmani V A
Hi,  Any idea how to do global validation in Struts 2 ? For example, in Struts 1, I can define all global regular expression validations in a file called validation-regexpr.xml such as : ?xml version=1.0 encoding=ISO-8859-1 ? !DOCTYPE form-validation PUBLIC         -//Apache Software

Struts 2 - Global Validation

2010-02-03 Thread Arulmani V A
Hi,  How to do global validation in Struts 2 ? For example, in Struts 1, I can define all global regular expression validations in a file called validation-regexpr.xml such as : form-validation     global         constant             constant-namealpha/constant-name             constant-value

Struts 2 - Global Validation

2010-02-03 Thread Arulmani V A
Hi,  How to do global validation in Struts 2 ? For example, in Struts 1, I can define all global regular expression validations in a file called validation-regexpr.xml such as :     global         constant             constant-namealpha/constant-name             constant-value[A-Za-z]*/constant

Struts 2 - Global Validation

2010-02-03 Thread Arulmani V A
Hi,  How to do global validation in Struts 2 ? For example, in Struts 1, I can define all global regular expression validations in a file called validation-regexpr.xml such as : constant     constant-namealpha/constant-name     constant-value[A-Za-z]*/constant-value /constant The above global

Struts 2 - Global Validation

2010-02-03 Thread Arulmani V A
Hi,  How to do global validation in Struts 2 ? For example, in Struts 1, I can define all global regular expression validations in a file called validation-regexpr.xml such as : constant constant-namealpha/constant-name constant-value[A-Za-z]*/constant-value /constant The above global regular

Re: Struts 2 - Global Validation

2010-02-03 Thread Brian Thompson
Could you quit spamming the list, please? On Wed, Feb 3, 2010 at 2:46 PM, Arulmani V A arulman...@yahoo.com wrote: Hi, How to do global validation in Struts 2 ? For example, in Struts 1, I can define all global regular expression validations in a file called validation-regexpr.xml