Re: Error using tiles and ForwardAction

2002-07-12 Thread Cedric Dumoulin
The Struts ForwardAction do a forward with an URL. Tiles definition names are logical names, and you can't use them as URL. You can use them in tag , or in a . If you want to insert a definition according to a request parameter, try the tiles action org.apache.struts.tiles.actions.Definit

Error using tiles and ForwardAction

2002-07-12 Thread JuanPedro . DeAndres
Hello everyboy, I am trying to use tiles with ForwardAction, and I have the next error, anyone knows whats the problem. Juan Pedro. javax.servlet.ServletException: Path crearRango does not start with a "/" character at org.apache.struts.action.RequestProcessor.processException(RequestProcessor.