Thank you for your help.

My case is, For example, in PartyMenus.xml: "
<menu-item align-style="party07" name="security"
title="${uiLabelMap.CommonSecurity}">
     <condition>
         <if-service-permission service-name="partyBasePermissionCheck"
main-action="VIEW"/>
     </condition>
     <link target="FindSecurityGroup"/>
</menu-item>
"
Now, because some reasean, I have rewrite the code using freemarker.
In my freemarker, my code is :
${uiLabelMap.CommonSecurity} <${contextPath}/control/FindSecurityGroup>  
but how can I invoke the service-name in my freemarker?



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/How-can-I-call-the-servicedef-service-xml-in-the-freemarker-tp4650039p4650044.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to