cancel
Showing results for 
Search instead for 
Did you mean: 

NPException generated when accessing Context on ftl freemarker

Bora_
Confirmed Champ
Confirmed Champ

Hi. I have created a document template using freemarker. How can i get the properties of parent of the current doc. I can use the session to get what i want, but the context doesn`t work properly, it causes error.


<center>
<img src=${Env['nuxeo.url']}/img/stema_republikes.jpg" height="7%" width="5%"/>
<p style="font-weight:bold;font-size: 12pt;font-family: "Times New Roman", Times, serif;">REPUBLIKA E SHQIPËRISË</br>MINISTRIA E DREJTËSISË</br>Drejtoria e Përgjithshme e Burgjeve</p>
</center>
<hr style="height:20px; color:black"/>
    <p style="float: right; width: 50%; text-align: right;font-size: 12pt;font-family: "Times New Roman", Times, serif;">Afati i Ruajtjes __ vit</br>Kopje nr. ___</p>
</br></br>
<center>
<p><span  style="font-weight:bold;font-family: "Times New Roman", Times, serif;">URDHËR TRANSFERIMI</span>
</br>Nr.__________ Datë ${CurrentDate.format("dd.MM.yyyy")}</p>
</center>

<p> ${Document["vendime:numer"]}</br>
${Document.id}</br>
${doc['vendime:numer']}</br>
${session.getRepositoryName()}</br>
${context.getClass()}</br>
</p>........etc
1 REPLY 1

Bora_
Confirmed Champ
Confirmed Champ

${Context['param_name']}

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.