Maybe it's because html:multibox doesn't support el... 
You could try to use struts-el tag library.






On Fri, 29 Oct 2004 07:14:26 -0700 (PDT), t t <[EMAIL PROTECTED]> wrote:
> Hi, all, I have such code:
> -----------------------------------------------------
> <c:forEach var="person" begin="0"
> items="${sessionScope.searchResult}">
>     <tr>
>         <td><html:multibox  property="smultibox"
> value="${person.userID}" /></td>
>     </tr>
> </c:forEach>
> ----------------------------------------------
> Where "person" has a property called "userID".
> I intend to assign such "userID" to multibox. e.g., if
> userID="111", the multibox value should be "111", But
> it just  got the string "${person.userID}". Why is it?
> How can it get "111"?
> Thanks in advance!
> Tong
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail Address AutoComplete - You start. We finish.
> http://promotions.yahoo.com/new_mail
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to