Actually, on NT I'm using jdk1.3 and on Linux I'm using 1.2.2. Maybe that's the
difference.
I did manage to get it to work by using the Request object and setting it explicitly
<%
String[] selectedItems = request.getParameterValues("selectedItems");
myBean.setSelectedItems(selectedItems);
%>
Thanks, Carl
Stefan Langer wrote:
> I really have no idea why it doesn't work in Linux. Btw which SDK are you using on
>NT and which on Linux??
> BUt here a suggestion:
> Try putting the setProperty tag inside the useBean tag.
> Something like this
>
> <jsp:useBean ...>
> <jsp:setProperty .../>
> <jsp:useBean/>
>
> Might work.
>
> hope that helps
>
> Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]