Quote:
|
Originally Posted by Uwe Voigt
fixed the problem by overriding DynaActionForm but still wonder why
that doesn't work by default
Sudsy <> wrote in message news:<>...
> Uwe Voigt wrote:
> > Is it possible to set the size of a DynaActionForm array or list
> > property depending on the number of entries within the request
> > parameter values belonging to one request parameter name?
> > I always get arrays of size 0.
> > Thanks!
>
> You'll have to provide code samples since I've used this approach before
> and it's always worked for me. Just make sure that you specify the empty
> square brackets in the type attribute of the form-property element and
> cast the return from DynaActionForm#get to the appropriate array type.
> I can send you some working code but don't want to annoy others by
> posting to the ng.
|
Hi
I am facing the same problem as faced by Uwe Voigt, i am not getting how to override DynaActionForm . CAn i get a code snippet to know how to override DynaActionForm