Hi,
I have a ArrayList in a xxxAction and make a "session.setAttribute("list",
list);". How can I access to this array from the forward jsp-site? In this
jsp-site I have a fallowing:
<html:select property="list">
<html:options collection="list" property="value" labelProperty="lable"/>
</html:select>
What do I make wrong, or do somone have another possibility.
Best regards,
Stefan Faist
- Re: <html:options> Stefan Faist
- Re: <html:options> Oleg V Alexeev

