Hi,
I have this code in my jsp:
the property oList is a typed List in the form and it works fine.
The problem is that i can only map the property selectedList to an array.
I wold like to map this property to a List or a Set. Is that possible?
Thanks,
JP
--
View this message in context:
Hi,
I have written this Action for a project. It uses the parameter of a mapped
action and gets the parameter’s value from the request to execute the action
forward.
Also it has a default forward that is used when the forward parameter is not
present in the request.
The action code is:
public
I'm reading it correctly there is a risk of infinite recursion in
> there (if the parameter is the same as the current action).
>
> bests,
> ./alex
> --
> .w( the_mindstorm )p.
>
>
> On 8/28/07, jpedro <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
Yes, you are right Alexandru… but doesn't the DispacthAction has the same
problem when using the method parameter in the request to specify the method
of action to execute?
Best regards,
JP
Alexandru Popescu ☀ wrote:
>
> On 8/30/07, jpedro <[EMAIL PROTECTED]> wrote:
>>