if not then .
<html-el:link page="${refVO.link}">or
<html:link page ="<%= refVO.getLink() %>">
or
<a href="<c:url value="${refVO.link}" />">
If you get the jstl route then use c:forEach rather than iterate, although it will work with either.
On 25 Feb 2004, at 14:32, Jakarta wrote:
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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

