I just tried this Doctype/html tag in my code and don't get your error. Maybe it is originating from Spring?
Regards, Brian Stewart -----Original Message----- From: bendg [mailto:[email protected]] Sent: Tuesday, December 15, 2009 7:58 AM To: [email protected] Subject: JSPX Hi, Getting this exception: Caused by: org.apache.tiles.TilesException: Error including path '/WEB-INF/layou ts/standard.jspx'. PWC6302: Error reading file "/WEB-INF/layouts/standard.jspx" at org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer. java:427) at org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer. java:370) at org.springframework.web.servlet.view.tiles2.TilesView.renderMergedOut putModel(TilesView.java:75) at org.springframework.js.ajax.tiles2.AjaxTilesView.renderMergedOutputMo del(AjaxTilesView.java:115) at org.springframework.web.servlet.view.AbstractView.render(AbstractView .java:257) at org.springframework.webflow.mvc.servlet.ServletMvcView.doRender(Servl etMvcView.java:50) at org.springframework.webflow.mvc.view.AbstractMvcView.render(AbstractM as Tiles does not seem to like the doctype in one of my tiles: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0" xmlns:c="http://java.sun.com/jsp/jstl/core" xmlns:portlet="http://java.sun.com/portlet" xmlns:spring="http://www.springframework.org/tags" xmlns:form="http://www.springframework.org/tags/form" xmlns:tiles="http://tiles.apache.org/tags-tiles"> <head> Any ideas? -- View this message in context: http://old.nabble.com/JSPX-tp26795222p26795222.html Sent from the tiles users mailing list archive at Nabble.com. This message is confidential, intended only for the named recipient and may contain information that is privileged or exempt from disclosure under applicable law. If you are not the intended recipient, you are notified that the dissemination, distribution or copying of this message is strictly prohibited. If you receive this message in error, or are not the named recipient, please notify the sender at the email address listed above.
