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.

Reply via email to