Re: [S1] Form validation woes...

2007-05-04 Thread Dave Newton
--- Niall Pemberton <[EMAIL PROTECTED]> wrote: > [...] except some guys made me go out drinking beer > till late last night here at ApacheCon Those darn guys! ;) d. We won't tell. Get more on shows you

Re: [S1] Form validation woes...

2007-05-04 Thread Niall Pemberton
On 5/4/07, Dave Newton <[EMAIL PROTECTED]> wrote: Hey, Just out of curiosity, when did you post this? I've had some weird list timing things happening lately, 'cuz I posted that I had solved this yesterday (with the getValidationKey solution :) Yeah I was reading thru' in order and didn't see

Re: [S1] Form validation woes...

2007-05-04 Thread Dave Newton
Hey, Just out of curiosity, when did you post this? I've had some weird list timing things happening lately, 'cuz I posted that I had solved this yesterday (with the getValidationKey solution :) Thanks, d. --- Niall Pemberton <[EMAIL PROTECTED]> wrote: > On 5/3/07, Dave Newton <[EMAIL PROTECTED

Re: [S1] Form validation woes... (SOLVED)

2007-05-04 Thread Niall Pemberton
Doh! Just replied to the other thread :) Niall On 5/3/07, Dave Newton <[EMAIL PROTECTED]> wrote: Followup: Overriding getValidationKey(...) fixed it. --- Dave Newton <[EMAIL PROTECTED]> wrote: > Hey, > > Working on an S1 app at the moment (shaddup, all a' > ya'). > > Things are set up a bit

Re: [S1] Form validation woes...

2007-05-04 Thread Niall Pemberton
On 5/3/07, Dave Newton <[EMAIL PROTECTED]> wrote: Hey, Working on an S1 app at the moment (shaddup, all a' ya'). Things are set up a bit weird compared to what I'm used to; in this case there's an action that uses an ActionForm that isn't declared in struts-config, and that ActionForm contains

Re: [S1] Form validation woes... (SOLVED)

2007-05-03 Thread Dave Newton
Followup: Overriding getValidationKey(...) fixed it. --- Dave Newton <[EMAIL PROTECTED]> wrote: > Hey, > > Working on an S1 app at the moment (shaddup, all a' > ya'). > > Things are set up a bit weird compared to what I'm > used to; in this case there's an action that uses an > ActionForm that

[S1] Form validation woes...

2007-05-03 Thread Dave Newton
Hey, Working on an S1 app at the moment (shaddup, all a' ya'). Things are set up a bit weird compared to what I'm used to; in this case there's an action that uses an ActionForm that isn't declared in struts-config, and that ActionForm contains nested ActionForms. I need to do some validaton on