Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-07 Thread Lukasz Lenart
Yes, that would be the best solution. 2014-03-07 22:02 GMT+01:00 Paul Benedict : > We need a JIRA ticket to solve this permanently. > > > On Fri, Mar 7, 2014 at 2:37 PM, Lukasz Lenart wrote: > >> YooHoo! That's suppose to work template inheritance! >> >> 2014-03-07 21:03 GMT+01:00 Fredrik Andersso

Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-07 Thread Paul Benedict
We need a JIRA ticket to solve this permanently. On Fri, Mar 7, 2014 at 2:37 PM, Lukasz Lenart wrote: > YooHoo! That's suppose to work template inheritance! > > 2014-03-07 21:03 GMT+01:00 Fredrik Andersson : > > Hello guys! > > > > I think you solved it! > > > > I put a new file "hidden.ftl" in

Re: Why do I get this XHTML validation errors? (second attempt)

2014-03-07 Thread Lukasz Lenart
YooHoo! That's suppose to work template inheritance! 2014-03-07 21:03 GMT+01:00 Fredrik Andersson : > Hello guys! > > I think you solved it! > > I put a new file "hidden.ftl" in my resources-folder (I use maven with > eclipse): > resources/template/xhtml/hidden.ftl > > The content in hidden.ftl i

RE: Why do I get this XHTML validation errors? (second attempt)

2014-03-07 Thread Fredrik Andersson
Hello guys! I think you solved it! I put a new file "hidden.ftl" in my resources-folder (I use maven with eclipse): resources/template/xhtml/hidden.ftl The content in hidden.ftl is: <#include "/${parameters.templateDir}/simple/hidden.ftl" /> Now it validates