Re: How to get a dynamic property attribute

2005-01-22 Thread Dakota Jack
Thanks, Wendy. Much appreciated. I hadn't really checked LazyActionForm out, because I am using 1.1. Now, I guess, I have to see what is required to step up to 1.2.6. Jack On Sat, 22 Jan 2005 20:18:54 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Dakota Jack" <[EMAIL PROTECTED]> > >

Re: How to get a dynamic property attribute

2005-01-22 Thread Wendy Smoak
From: "Dakota Jack" <[EMAIL PROTECTED]> However, this is impossible because Struts requires that the form have a getter with the name of the property value, i.e. getWhatever() for "whatever". Anyone have a good idea(er) on how to do this without changing the Struts code? Struts has LazyValidatorFo

How to get a dynamic property attribute

2005-01-22 Thread Dakota Jack
I would like to do something like:  '' However, this is impossible because S