2008/1/18, Amulya Yadavilli <[EMAIL PROTECTED]>: > > *description * *The server encountered an internal error () that prevented > it from fulfilling this request.* > *exception * > java.lang.IllegalArgumentException : Path page.welcome does not start > with a "/" character > org.apache.struts.action.RequestProcessor.doForward > (RequestProcessor.java:1062) > org.apache.struts.tiles.TilesRequestProcessor.doForward ( > TilesRequestProcessor.java:274) > org.apache.struts.action.RequestProcessor.processForwardConfig( > RequestProcessor.java:455) > org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig > (TilesRequestProcessor.java :320)
This usually happens when the definition does not exist, or if you have some problems at startup of your application. Antonio