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 bhaara...@gmail.com wrote: Hi, If the same property is set in struts.xml and struts.properties which one takes precedence? also, is there any documentation where

Struts2 validation problem

2010-03-26 Thread zud
hi iam new to struts 2 i had made a simple application in which i added validtion to registration form i used validtion.xml the validtion is showing un desired way there are two problem 1) Is old errors is not getting cleared that means when the filed value is empty when i submit the form

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

Translation Properties

2010-03-26 Thread CRANFORD, CHRIS
I was curious if anyone else has come across a wonderful tool to help manage your applicationMessages translations for the various locales you use in your Struts applications? Our project continues to expand into other locales and trying to manage upwards of 15+ languages with over 3000 messages

Re: Translation Properties

2010-03-26 Thread Brian Thompson
Check out the Resource Bundle Editor plugin [1] for Eclipse. It might help. -Brian [1] - http://sourceforge.net/projects/eclipse-rbe/ On Fri, Mar 26, 2010 at 12:15 PM, CRANFORD, CHRIS chris.cranf...@setech.com wrote: I was curious if anyone else has come across a wonderful tool to help

struts2 + Tiles, whypages shrink in top center ?

2010-03-26 Thread A. Lotfi
Hi, I am learning struts2 + Tiles from some tutorials, I run them in tomcat 6, everything is working fine, but pages are just a small table in the center top of every page, I tried to change the height and width of the Layout page :   %@ taglib uri=http://tiles.apache.org/tags-tiles;

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

2010-03-26 Thread Martin Gainty
not speaking for the group but this is how I break out whether to use .properties or a XML file *.properties for user and or environment specific configurations XML for data couched in XML schema objects i have an AXIOM object processor which reads XML Input streams and processes