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
- Link creation problem Ganael LAPLANCHE
- Re: Link creation problem MTiffany71
- Re: Link creation problem Ganael LAPLANCHE