I am Unable to get tiles to work in my application . I am using
Struts 1.3 , stuts-tiles-1.3.10.jar is in the lib folder I am building this application on top of struts-blank.war
The struts-config.xml
tiles-defs.xml
I am not sure if tiles is being intialized properly this is all i get in
tomcat console regarding tiles
Jan 8, 2013 10:24:11 PM org.apache.struts.tiles.TilesPlugin initDefinitionsFactory
INFO: Tiles definition factory loaded for module ''.
I guess something more should appear ?
on accessing the application forward action throws the following exception
WARNING: Unhandled exception
java.lang.IllegalArgumentException: Path search.page does not start with a "/" character
at org.apache.catalina.core.ApplicationContext.getRequestDispatcher(ApplicationContext.java:431)
Have I missed something please help