Re: Simple validation does not work

2008-08-13 Thread Anton Bashmakov
2.0.5 is >> missing a patch for WAS users and the patch is included in xwork 2.0.6.So >> you can either use >> 2.0.11.1 or use xwork 2.0.6 instead of xwork 2.0.5 >> >> >> >> - Original Message ---- >> From: holod <[EMAIL PROTECTED]>

Re: Simple validation does not work

2008-08-10 Thread Anton Bashmakov
IL PROTECTED]> > To: user@struts.apache.org > Sent: Saturday, August 9, 2008 6:39:42 AM > Subject: Re: Simple validation does not work > > > http://www.mvnrepository.com/artifact/com.opensymphony/xwork/2.0.5 > > Scroll down page and see Source Control paragraph. > Use so

Re: Simple validation does not work

2008-08-09 Thread Struts Two
he.org Sent: Saturday, August 9, 2008 6:39:42 AM Subject: Re: Simple validation does not work http://www.mvnrepository.com/artifact/com.opensymphony/xwork/2.0.5 Scroll down page and see Source Control paragraph. Use some svn client and checkout branch. Using command mvn package you can compi

Re: Simple validation does not work

2008-08-09 Thread holod
http://www.mvnrepository.com/artifact/com.opensymphony/xwork/2.0.5 Scroll down page and see Source Control paragraph. Use some svn client and checkout branch. Using command mvn package you can compile and package the project. Then use your new jar instead of official-released. It helped for me

Re: Simple validation does not work

2008-08-09 Thread Anton Bashmakov
I'm using JBOSS-5.0.0.CR1, could you please explain in more details what I should do? On Fri, Aug 8, 2008 at 7:37 PM, holod <[EMAIL PROTECTED]> wrote: > > If you are using IBM WebSphere 6.x, that's ok. > I've faced the same problem: http://jira.opensymphony.com/browse/XW-651 > > So, I've simply c

Re: Simple validation does not work

2008-08-08 Thread holod
If you are using IBM WebSphere 6.x, that's ok. I've faced the same problem: http://jira.opensymphony.com/browse/XW-651 So, I've simply checked out branch of x-work, packaged it using Maven and now stupid IBM App server allows me to use validation. Anyway, you you aren't WebSphere user, I suggest