On Thu, 20 Dec 2012 11:59:30 -0200, bhorvat <horvat.z.bo...@gmail.com> wrote:

Hi all,

Hi!

<t:any t:mixins="jquery/tooltip" t:title="${tags}" >tags</t:any>

    public String getTags() {
        return "Item:1&lt;br/&gt;Item2&lt;br/&gt;Item3&lt;br/&gt;";
    }

now this doesnt work. Any idea why? How can I output raw html from the
method?

Just return the unquoted tags in your method, as Tapestry will quote them for you.

--
Thiago H. de Paula Figueiredo

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

Reply via email to