Re: Precedence

2011-01-02 Thread stanlick
> >>> > >>> Are you calling super() in your validate() method? > >>>> > >>>> On Thu, Dec 30, 2010 at 1:38 PM, Anjib Mulepati > >>>> wrote: > >>>> > >>>> I am using 1.3.8. I try with simple one an

Re: Precedence

2010-12-30 Thread Dave Newton
gt;> Are you calling super() in your validate() method? >>>> >>>> On Thu, Dec 30, 2010 at 1:38 PM, Anjib Mulepati >>>> wrote: >>>> >>>> I am using 1.3.8. I try with simple one and seems th

Re: Precedence

2010-12-30 Thread Anjib Mulepati
validate() method? On Thu, Dec 30, 2010 at 1:38 PM, Anjib Mulepati wrote: I am using 1.3.8. I try with simple one and seems that validate() has the precedence. In fact rules in .xml file is never checked even my class is extended from ValidatorForm. Do you call super () (S1

Re: Precedence

2010-12-30 Thread Dave Newton
; On Thu, Dec 30, 2010 at 1:38 PM, Anjib Mulepati >> wrote: >> >> I am using 1.3.8. I try with simple one and seems that validate() has the >>> precedence. In fact rules in .xml file is never checked even my class is >>&

Re: Precedence

2010-12-30 Thread Anjib Mulepati
Not in validate but in constructor. On 12/30/2010 1:56 PM, Dave Newton wrote: Are you calling super() in your validate() method? On Thu, Dec 30, 2010 at 1:38 PM, Anjib Mulepati wrote: I am using 1.3.8. I try with simple one and seems that validate() has the precedence. In fact rules in .xml

Re: Precedence

2010-12-30 Thread Dave Newton
Are you calling super() in your validate() method? On Thu, Dec 30, 2010 at 1:38 PM, Anjib Mulepati wrote: > I am using 1.3.8. I try with simple one and seems that validate() has the > precedence. In fact rules in .xml file is never checked even my class is > extended from Vali

Re: Precedence

2010-12-30 Thread Anjib Mulepati
I am using 1.3.8. I try with simple one and seems that validate() has the precedence. In fact rules in .xml file is never checked even my class is extended from ValidatorForm. Anjib On 12/30/2010 12:39 PM, Dave Newton wrote: Which version of struts? Do you call super () (S1)? Did you just try

Re: Precedence

2010-12-30 Thread Dave Newton
Which version of struts? Do you call super () (S1)? Did you just try it? On Dec 30, 2010 11:10 AM, "Anjib Mulepati" wrote: > When using both validation.xml and validate() method for form validation > which one have prece

Precedence

2010-12-30 Thread Anjib Mulepati
When using both validation.xml and validate() method for form validation which one have precedence? Anjib - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h

RE: struts.xml vs struts.properties which takes a precedence?

2010-03-26 Thread Martin Gainty
t et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Fri, 26 Mar 2010 13:05:29 +0530 > Subject: Re: struts.xm

Re: struts.xml vs struts.properties which takes a precedence?

2010-03-26 Thread Greg Lindholm
This page shows the search order: http://struts.apache.org/2.x/docs/constant-configuration.html - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: struts.xml vs struts.properties which takes a precedence?

2010-03-26 Thread aum strut
struts.properties http://struts.apache.org/2.0.11/docs/strutsproperties.html On Fri, Mar 26, 2010 at 8:03 AM, Bhaarat Sharma wrote: > Hi, > > > If the same property is set in struts.xml and struts.properties which one > takes precedence? also, is there any documentation where th

struts.xml vs struts.properties which takes a precedence?

2010-03-25 Thread Bhaarat Sharma
Hi, If the same property is set in struts.xml and struts.properties which one takes precedence? also, is there any documentation where this is explained /verified?

Configuration precedence

2008-09-07 Thread stanlick
Does this table imply file precedence and setting overrides? http://struts.apache.org/2.x/docs/configuration-files.html