2007/10/6, Baptiste GAILLARD <[EMAIL PROTECTED]>:
> <?xml version="1.0" encoding="UTF-8" ?>
> <!DOCTYPE tiles-definitions PUBLIC
>        "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN"
>        "http://tiles.apache.org/dtds/tiles-config_2_0.dtd";>
>
> <definition name="homepage" template="/index2.jsp">
>         <put-attribute name="header" value="/header.jsp" />
>         <put-attribute name="leftmenu" value="/leftmenu.jsp" />
>         <put-attribute name="centerarea" value="/centerarea.jsp" />
>         <put-attribute name="rightmenu" value="/rightmenu.jsp" />
>         <put-attribute name="footer" value="/footer.jsp" />
> </definition>

Your tiles-defs.xml file is invalid, the root element must be
"tiles-definitions".
Anyway it's strange: did you turn off validation of the file?

Antonio

Reply via email to