Maybe I'm wrong, but shouldn't there be one more </#if> in template/simple/submit.ftl?
The structure is as follows: <#if parameters.type?exists && parameters.type=="button"> <button type="submit"<#rt/>...</button> <#else> <#if parameters.type?exists && parameters.type=="image"> <input type="image"<#rt/> ... /> </#if> ??? At the place marked by ???, I guess there should be one more closing </#if>. Correct me if I'm wrong. Ondra Zizka PS: Concerns Struts 2.0.12. -- View this message in context: http://www.nabble.com/Missing-%3C--if%3E-in-simple-submit.ftl-tp20646009p20646009.html Sent from the Struts - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]