Re: Validate associate Map

2008-08-17 Thread Stephan Schröder
i guess the short answer is: write it validateSave()-Method. The workflow interceptor should only call it if "save" is the invoke method. > > I have to write custom validation method where I iterate all > > "PageText" class and validate it. I want to use validate() > > method from ActionSupport

Re: Validate associate Map

2008-08-17 Thread stanlick
Big Al -- I started working on the Podcast last night and after a few moments playing with the recording spftware, decided to switch over to the You Tube format. It seemed that video and audio would solve many of the "code snippet" problems. After a few minutes working on this, I detected an AC/D

Re: Validate associate Map

2008-08-17 Thread Al Sutton
If you can tell me how to put XML example code into an audio form I might start to believe you about them selling as anything more than a novelty. The biggest problem is that when dealing with computers you are extremely rarely dealing with the English language and the various code snippets,

Re: Validate associate Map

2008-08-16 Thread Dave Newton
On a vaguely-related side note, I spent yesterday floating in my kayak counting herons (1 great blue), egrets (4, species unknown), and, parenthetically, turtles, wondering where my bug spray was. The variety in turtle size was astonishing; some were bigger than my head (I know, right?!) while

Re: Validate associate Map

2008-08-16 Thread stanlick
Dude, I totally think technical books on audio would sell! Most NERDS (like myself) have the attention span of a moth and are so busy chasing shiny things they can never get to the end of a book! I would slam an aBook in my iPod for the commute. For a great example of what I mean by attention sp

Re: Validate associate Map

2008-08-16 Thread Dave Newton
--- On Sat, 8/16/08, Al Sutton wrote: > lol... I've just had a mental image of Dave reading the > XML examples. I have a very soothing XML voice. I'm like the Isaac Hayes (but alive-ier) of structured text. Dave - To unsub

Re: Validate associate Map

2008-08-16 Thread Dave Newton
core/apidocs/com/opensymphony/xwork2/validator/ValidationInterceptor.html > > > > [3] MethodFilterInterceptor Javadocs: > > > http://struts.apache.org/2.x/struts2-core/apidocs/com/opensymphony/xwork2/interceptor/MethodFilterInterceptor.html > > > > > >

Re: Validate associate Map

2008-08-16 Thread Kibo
/opensymphony/xwork2/interceptor/MethodFilterInterceptor.html > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -

Re: Validate associate Map

2008-08-16 Thread Dave Newton
I'll offer it as a service along with my mad meta-Google skillz. --- On Sat, 8/16/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Subject: Re: Validate associate Map > To: "Struts Users Mailing List" , [EMAIL PR

Re: Validate associate Map

2008-08-16 Thread Al Sutton
lol... I've just had a mental image of Dave reading the XML examples. Some things just don't work in audio. Al. [EMAIL PROTECTED] wrote: Can you record *yourself *reading these documents and just post the Podcast? On Sat, Aug 16, 2008 at 9:24 AM, Dave Newton <[EMAIL PROTECTED]> wrote:

Re: Validate associate Map

2008-08-16 Thread stanlick
Can you record *yourself *reading these documents and just post the Podcast? On Sat, Aug 16, 2008 at 9:24 AM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- On Sat, 8/16/08, Kibo wrote: > > I have to write custom validation method where I iterate all > > "PageText" class and validate it. I want to

Re: Validate associate Map

2008-08-16 Thread Dave Newton
--- On Sat, 8/16/08, Kibo wrote: > I have to write custom validation method where I iterate all > "PageText" class and validate it. I want to use validate() > method from ActionSupport class but the method is invoke always. > I need invoke validator method only when is invoke method > save(); Is b

Re: Validate associate Map

2008-08-16 Thread Kibo
llection. > When I set only: fieldName= "page.texts" it dont work. > I need set something of : fieldName= "page.texts[*]" but it dont work. > > How can I determine in attribute fieldName as to validate all classes in > "page.texts" ? > Is it possible or I

Validate associate Map

2008-08-16 Thread Kibo
I need validate all class in collection. When I set only: fieldName= "page.texts" it dont work. I need set something of : fieldName= "page.texts[*]" but it dont work. How can I determine in attribute fieldName as to validate all classes in "page.texts" ? Is it possible or I mu