On Mar 8, 2006, at 10:49 AM, Joe Germuska wrote:

At 10:36 AM -0600 3/8/06, Greg Reddin wrote:

On Mar 8, 2006, at 7:14 AM, vinicius wrote:


My forward and action:

<forward
            name="institucional"
            path="/Institucional.do"/>

 <action
            path="/Institucional"
            forward=".teste"/>



...
Which is a long way of saying that a tiles definition can be any string, but if you get an IllegalArgumentException "Path XXX does not start with a "/" character", the reason is that Tiles was not able to replace the ActionForward whose path was a tiles definition with one whose path is acceptable to ServletContext.getRequestDispatcher()

The thing that baffles me about that is that the action mapping is not specifying an action class. So the only way it would not be able to find the forward is if either the ".teste" def doesn't exist or the TilesRequestProcessor is not specified. I guess you should check the following:

1)  Any startup errors with Tiles?
2)  Is your tiles-defs.xml file in the right place?
3)  Are you using TilesRequestProcessor?

Greg


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to