org.webframe.web.springmvc.view.commons.common.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wf-web-springmvc Show documentation
Show all versions of wf-web-springmvc Show documentation
Java Web Frame: wf-web-springmvc
<#global c=JspTaglibs["c.tld"]>
<#global fmt=JspTaglibs["fmt.tld"]>
<#global fn=JspTaglibs["fn.tld"]>
<#global vlh=JspTaglibs["valuelist.tld"]>
<#global form=JspTaglibs["spring-form.tld"]>
<#macro page title>
FreeMarker Struts Example - ${title?html}
${title?html}
<#nested>
FreeMarker Struts Example
#macro>