Hi!

I was following a post from Taha over on Java Magic (
http://tawus.wordpress.com/2011/07/12/a-tooltip-component-for-tapestry/ Here
) for creating tool tips using the opentip.js library.

I have followed his post almost verbatim, and have it all working except for
one small part.  When the user scrolls their mouse over the element that is
supposed to activate the tool tip, a message appears, although it seems to
be showing a JSON object containing the message, as opposed to only the
message.

i.e. in the tool tip box, its displaying:
{ "content" : "Term Groups allow information ..." }

When it should only be showing:
Term Groups allow information ...


I've gone over everything I've implemented from the post with a fine toothed
comb and appear to have everything correct, but I may very well be missing
something.

A big thanks to Taha for his awesome tutorials and community involvement,
and of course thank you to anyone who might be able to help me shed some
light on my problem.

cheers

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-opentip-js-bug-question-tp4601227p4601227.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