Greetings,
What I'd like to do is to dynamically write the URI of the Forward
attribute of the HTML:Link tag from a bean as follows:
<logic:iterate id="refVO" name="listRef" type="abc.ref.RefVO">
<tr>
<td class="darkGreyDescription">
<br><html:link forward="<bean:write name="refVO"
property="link"/>" paramId="id"
paramName="refVO" paramProperty= "tableID" styleClass="anchor">
<bean:write name="refVO"
property="businessName"/></html:link>:
<bean:write name="refVO" property="description"/>
</td>
<td></td>
</tr>
</logic:iterate>
I get an Attribute refVO has no value error.
The idea is to have a JSP page with more than one possible link
depending on the data.
I have searched the mail archives without any success. :-(
Any help would be appreciated!
TIA,
Glenn