Re: Help with tapestry5 default convertion of html entities

2009-06-13 Thread Howard Lewis Ship
Or: ... and public String getDummyHref() { return "http://www.dummyhtml.fake";; } On Sat, Jun 13, 2009 at 10:12 AM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Use the OutputRaw component ( > http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corel

Re: Help with tapestry5 default convertion of html entities

2009-06-13 Thread Thiago H. de Paula Figueiredo
Use the OutputRaw component (http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/OutputRaw.html) -- Thiago H. de Paula Figueiredo Independent Java consultant, developer, and instructor Consultor, desenvolvedor e instrutor em Java http://www.arsmachin

Help with tapestry5 default convertion of html entities

2009-06-13 Thread Daniel Anguita O.
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 "http://www.dummyhtml.fake\";>Dummy Html"; } and anywhere on my Dummy.tml i have ${dummyHtmlLin