I need to obtain the (rendered) content of a block as java.lang.String.
That's because I'd like to use the Tooltip component (from Tassel), and
that has a java.lang.String parameter toolTip
I try to use a third party component (Tooltip from Tassel) in my
application.
One of the required parameters is tooltipContent (java.lang.String), but
unfortunatly my available tooltip content is inside a block. This block
contains some components as well, so I don't know, how to get that as a
String.
is there some way to get the whole rendered content of a block as a
String via ognl? something like
<span jwcid=...
tooltipContent="ognl:someBlock.content"/>
or another way to get the content?
Andy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]