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
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
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