I have this two custom tags in my JSP - gf
,ctag
:
<gf:writeToolTip labelSet="None">
<ctag:property property="name" />
</gf:writeToolTip>
This code works fine and puts in a tooltip the value of property name
.
What I need to do is to get the value of another property, but I don't know its name and I don't have access to the backend code to see the ctag
definition. How to see every name of each property from ctag
tag?