S2: Adding global error with annotation field validation

2009-10-22 Thread Oleg T.
Hi, Is it possible to add a global error as well as a field error when validating with annotations? For example if @RequiredStringValidator fails I want to be able to add a global error as well as the field error. While I know I can do it if I move my field validation into validate() method, I wou

Re: Problem moving from 2.0.14 to 2.1.6

2009-02-03 Thread Oleg T.
> } > then inside Member.java I have all my validation annotations and it > works fine. > > Good luck! > -Peter > > Oleg T. wrote: >> Thanks Gus, you are correct that is the same exact case. I still have >> not found a work around other then passing an actua

Re: Problem moving from 2.0.14 to 2.1.6

2009-01-26 Thread Oleg T.
't help you much but its as far as I got when looking at > the problem. > > If you have any luck in fixing the problem I would be interested in hearing > how you did it. > > Cheers > Gus. > > > > -Original Message- > From: Oleg T. [mailto:oleg...@gmail

Problem moving from 2.0.14 to 2.1.6

2009-01-21 Thread Oleg T.
I am trying to upgrade to 2.1.6 and getting an error on Validation that I am having problems isolating. I followed migration guide at http://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html and didn't actually have to change that much since application is in very

s:select problem with data conversion

2008-12-24 Thread Oleg T.
Hi, I am using Struts 2.0.12 and having a problem getting selected="" to work on s:select with my data converter. It seems that converter is called when I submit from the select box, but when its populated its never called. 1. My select is: 2. Converter is defined in xwork-conversion file 3. p

[S2] Adding dojoType to

2008-12-15 Thread Oleg T.
Hi, I am using Struts 2.0.14 without Ajax theme since its end-of-life now with 2.1 in the works. I still want to use Dojo but as a standalone. What work arounds are there to add dojoType to a Thanks, Oleg - To unsubscribe, e-ma