Hyperic Team - 2010-03-03

http://forums.hyperic.com/jiveforums/thread.jspa?messageID
=30949&tstart=0#30949</a
>

Hi Mario,

You can use urlFor to get the path or you can use
resource.entityId to get the T:XXXXX format of the ID.

import
org.hyperic.hq.hqu.rendit.util.HQUtil

HQUtil.baseURL +
resource.urlFor()

Is this what...