So that means that my custom rendering engine, in my case a portlet, is
repsonsible for handling the references, using the uuid in the anchor tag of
the action URL for instance?
Marcel
On 12/4/06, Jukka Zitting <[EMAIL PROTECTED]> wrote:
Hi,
On 12/4/06, Marcel Dullaart <[EMAIL PROTECTED]> wrote:
> But how are the referecnes actually resolved.
The easiest way is to use the Property.getNode() method. I.e. when you
have the source node that contains a reference property, you can
access the referenced target node like this:
Node source = ...;
Node target = source.getProperty("my:reference-property").getNode();
BR,
Jukka Zitting