Henrik Karlsson created FREEMARKER-9:
----------------------------------------

             Summary: Can't use macro inside #if-#elseif-#else
                 Key: FREEMARKER-9
                 URL: https://issues.apache.org/jira/browse/FREEMARKER-9
             Project: Apache Freemarker
          Issue Type: Bug
          Components: engine
    Affects Versions: 2.3.23
         Environment: Windows 7
            Reporter: Henrik Karlsson


When I put a call to a macro inside an #if-#elseif-#else I get this error:
Unexpected directive, "<#else>". Check whether you have a valid 
#if-#elseif-#else structure.

Example template:
{noformat}
<#macro testMacro value>
${value}
</#macro>
<#if (true)>
        <@testMacro "A">
<#else>
        <@testMacro "B">
</#if>
{noformat}








--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to