If I understand you correctly, you have some information stored in a field of your entity that is HTML mark-up for a hyperlink.

For example, a beanedit for the entity class Reference which has a field String website which for this entry has an html link like "<a href="somesite.com">Some Site</a>". If you want that to display as markup and not text, you would use the <t:outputraw t:value="entity.website" /> which will output it as HTML for you. You may need to override the column to insert this into the TML, the documentation for beanedit should make it clear how to do that if you don't know how.

On 05/17/2011 10:16 AM, TG wrote:
Hi,

This is a newbie question so please bear with me :) I used beanedit to
display HTML. So far I like it, but a column that contains hyperlink, the
values does not "become" a hyperlink that I can click to launch an external
site.

How do I make the values becoming a clickable hyperlink in Tapestry 5? Is
there any easy way? One line code is the best.

Thanks.

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Hyperlink-not-becoming-hyperlink-tp4403607p4403607.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



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

Reply via email to