> links like this: <a href=ViewHeadlineAction.do?headlineID=X>XYZ</a>
supposing the logic:iterate id paramenter is set to "element"
It should be something like this

<html:link page="ViewHeadlineAction.do" paramName="element"
paramId="headlineID" paramPropery="getterMethodWhoReturnsX">

 instead of the static <a></a>

checks this document http://jakarta.apache.org/struts/struts-html.html for
<html:link> reference doc.

Hope this helps.

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


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

Reply via email to