cancel
Showing results for 
Search instead for 
Did you mean: 

Access node properties in a template

drocco88
Champ in-the-making
Champ in-the-making
Hi there,

I have a custom template like this:

<field id="myProperty" label-id="myLabel">
   <control template="/org/alfresco/components/form/controls/myTemplate.ftl" />
</field>

where myProperty is a property of myAspect.

In myTemplate.ftl I want to have access to other properties of myAspect.

How can I do that?
Many thanks
1 REPLY 1

drocco88
Champ in-the-making
Champ in-the-making
form.data.prop_prefix_anotherProperty

Smiley Happy sorted