Hey,

I'm trying to insert a html link to my template from the class.
For example, i have my page Dummy.java anda template Dummy.tml.

on Dummy.java i have

public String getDummyHtmlLink(){
   return "<a href=\"http://www.dummyhtml.fake\";>Dummy Html</a>";
}

and anywhere on my Dummy.tml i have

${dummyHtmlLink}

The problem is that tapestry display literally my html link, converting the characters to html entities, so what i see in the page y actually the html code, and not the link.

Is there any way to deal with this?

Thanks
- Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to