Re: weird thing with xwork 2.0.3

2007-07-02 Thread alex xander
thx alot, u solve my problem. that's work Zoran Avtarovski <[EMAIL PROTECTED]> wrote: I got caught out on this as well. You have to add the DTD statement to your validators.xml file like this: "-//OpenSymphony Group//XWork Validator Config 1.0//EN" "http://www.opensymphony.com/xwor

Re: weird thing with xwork 2.0.3

2007-07-02 Thread Zoran Avtarovski
I got caught out on this as well. You have to add the DTD statement to your validators.xml file like this: http://www.opensymphony.com/xwork/xwork-validator-config-1.0.dtd";> 2.0.1 didn't need it, but 2.0.8 does. Z. > i use struts 2.0.8 and tomcat 6.0.10 as server > i want to upgrade from xw

weird thing with xwork 2.0.3

2007-07-02 Thread alex xander
i use struts 2.0.8 and tomcat 6.0.10 as server i want to upgrade from xwork 2.0.1 to 2.0.3. everything work fine with xwork 2.0.1 but with xwork 2.0.3 i find some weird thing i got error just when i run com.bba.security.Login.java, but when i put it on another package for example com.bba.test.Logi