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]