JBoss Community

GWT Form Designer

created by Chetan Shinde in jBPM - View the full discussion

Hello All,

 

I am using GWT Form Desinger (jbpm-5.4.0.Final-form-builder) to design a .FTL to run a buisness Process. I wanted to know the FTL file that is created by the Form Designer has some tags,

 

<#if $locale??>

  <#assign $localeData=[

      "LAST_ELEMENT_KEY", "LAST_ELEMENT_VALUE"

  ] >

    <#if $localeData[$locale]??>

    <#assign $value = $localeData[$locale] >

  </#if>

</#if>

<#macro printi18nlabel label>

              <#if $value??> ${value} <#else> ${label} </#if>

</#macro>

 

What is the use of these tags? And how is the FTL file processing them in the lifecycle of the Process (After I create the FTL file I am adding this file to Guvnor and then from Guvnor I am using it in the Business Process).

 

Any information will be useful.

 

Regards,

Chetan

Reply to this message by going to Community

Start a new discussion in jBPM at Community