Actually I am using same version of tiles: 2.0 as you said i.e
for tiles.xml:
http://struts.apache.org/dtds/tiles-config_2_0.dtd";>
My jsps are simple and don't use tiles tags. I am using tiles just as a
forward result type.
You can look at my configuration given below
1. tiles.xml--
Hi,
Yesterday I got the same problem,
and here is the solution:
Use new version of tiles: 2.0
for tiles.xml:
http://struts.apache.org/dtds/tiles-config_2_0.dtd";>
for jsps:
<%@ taglib uri="http://tiles.apache.org/tags-tiles"; prefix="tiles" %>
tags are a little bit changed but it's easy to upg
2 matches
Mail list logo