try using <xsp:attribute>


<xsp:logic>
String my_link=//do your logic to generate the link here
<xsp:logic>
<a>
<xsp:attribute name="href"><xsp:expr>my_link</xsp:expr></xsp:attribute>
<xsp:expr>my_link</xsp:expr>
</a>


hope this helps

Reply via email to