Access node properties in a template

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2012 08:36 AM
Hi there,
I have a custom template like this:
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2012 09:30 AM
form.data.prop_prefix_anotherProperty
sorted

