hi Prad ,Digambar
i got the same problem u got,
January 23, 2007 at 11:13 PM
hi Prad ,Digambar
i got the same problem u got javax.servlet.ServletException: Path Tiles.Example does not start with a "/" character
the solution is
add chain-config.xml to your web-inf folder and add this entry <init-param> <param-name>chainConfig</param-name> <param-value>/WEB-INF/chain-config.xml</param-value> </init-param>
as same as struts-config to ActionServlet in web.xml