You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Ganael LAPLANCHE <ma...@martymac.com> on 2002/09/06 11:13:43 UTC

Link creation problem

Hi !

I'd like to create a link in a logic sheet, then display it  with a <xsp:expr> tag.
This is the source code : 
String temp = "<a href=\"" + myLink + "\">" + myLink + "</a>";
This should work, but I get an error message if I try to display the string :
-- Open quote is expected for attribute "Href|" --

If I replace < and > by &lt; and &gt; everything is correctly displayed, but the link
isn't interpreted by the browser...

Any idea ?

Gan.