Hi,
Thank you for your answer.I would like to change the code shown below,
to pass a request parameter to the modelList function;something like
this:
public Collection getModelList(String requestString){}, where
requestString is a parameter of the http request..
Warmest Regards,
Dragos
<logic:iterate id="model" name="models" property="modelList">
<tr>
<td><bean:write name="model" property="name" /></td>
<td><bean:write name="model" property="description" /></td>
</tr>
</logic:iterate>
> From: Dragos Madalin Popa [mailto:[EMAIL PROTECTED]
> How can I iterate over a collection which depends of a request
> parameter?
JSTL and/or Struts-EL can probably help, but I'm not quite sure what
your question is. Can you give an example?
--
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management
---------------------------------------------------------------------
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]