Page 1 of 1

missing Html Namespaces

Posted: Wed Jan 30, 2013 10:26 pm
by conscience
Why are the html namespaces for the thymeleaf and broadleaf tags not set in the layout files ?

Re: missing Html Namespaces

Posted: Fri Feb 01, 2013 11:28 am
by phillipuniverse
One reason is because we use includes extensively. You cannot declare the namespace in include files.

Re: missing Html Namespaces

Posted: Fri Feb 01, 2013 5:06 pm
by conscience
ah ok thx, good to know :)