Re: Validation Help

2012-06-22 Thread Paul Mefford
lukasz.lenart, Thanks for your response. I am using Struts 2.1.8, Java 1.6 and tomcat 7. On Mon, Jun 18, 2012 at 12:02 AM, Ɓukasz Lenart < lukasz.len...@googlemail.com> wrote: > 2012/6/17 Paul Mefford : > > Can anyone give me some advice on how to fix the .xml loader so it fi

Re: How to display 2 textfield while still being to use XML validation

2012-06-17 Thread Paul Mefford
I found the default themes not full featured enough to use out of the box. My recommendation is write your own theme using xhtml as a starting point. If you don't want to do that use the xhtml theme as it is the most complete with it you get limited ability to design a nice form because of all the

Re: Localized -validation.xml

2011-01-12 Thread Paul Mefford
t;Localizing and Parameterizing Messages" > > [1] http://struts.apache.org/2.x/docs/validation.html > > Maurizio Cucchiara > > On Jan 11, 2011 7:27 PM, "Paul Mefford" wrote: > Does anyone know of the best way to have different validation rules > for different l

Localized -validation.xml

2011-01-11 Thread Paul Mefford
Does anyone know of the best way to have different validation rules for different locales in the validation.xml. I created what I feel is a hack by using wildcard in the alias: Then I call startUS so my validation.xml file is named MyClass-startUS-validation.xml Is this the best or rec