Hi,
I am new to tapestry

i have 2 questions

firstly if i want to render some html from a function in page...how will i
do...
suppose template has ${show}...
and i define 
public String getShow() {
return "<div>Hello</div>";
}

it changes < to lt; gt; etc


secondly i have a component Info with a variable say "private String
description"
and function
public String getDescription() {
                return description;
}

how can i use it in template ??
${component:Info.description} doesnt work !
-- 
View this message in context: 
http://www.nabble.com/Return-HTML-tp24154619p24154619.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to