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.