TilesViewHandler

2006-08-29 Thread Baker,Jonathan
According to the Documentation for the shale-tiles TilesViewHandler: * Strips off the view ID's suffix (eg: /tiles/test.jsp becomes /tiles/test) * Searches for a tile with the resulting name, with or without the leading slash (eg: /tiles/test or tiles/test) I was not getting this

RE: TilesViewHandler

2006-08-29 Thread Baker,Jonathan
I'm sure if I renamed my tiles to have the slash at the beginning of their names that it would work as well. My confusion is over the explicit statement that it will look for a tile both with and without the leading slash and that does not seem to be the case. JB -Original Message-

RE: TilesViewHandler

2006-08-29 Thread Dick Starr
When I saw that the navigation rule required a slash, I went with a slash on the tiles defs. Per Kito's book (p 132), the view-id must always start with a slash - but I don't know why. Dick -Original Message- From: Baker,Jonathan [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006

Re: Why I get org.apache.tiles.FactoryNotFoundException

2006-08-29 Thread Greg Reddin
Can you post your stacktrace? Are you actually getting tiles-based views to work? Greg On Aug 29, 2006, at 2:44 AM, Daniel del Río wrote: Hello, looking in he logs i see a lot of erros with the message: .. tiles.TilesViewHandler - Tiles error org.apache.tiles.FactoryNotFoundException:

Re: TilesViewHandler

2006-08-29 Thread Greg Reddin
On Aug 29, 2006, at 8:13 AM, Dick Starr wrote: When I saw that the navigation rule required a slash, I went with a slash on the tiles defs. Per Kito's book (p 132), the view-id must always start with a slash - but I don't know why. Wow, I didn't know that. Sounds kinda restrictive. Does

Re: Why I get org.apache.tiles.FactoryNotFoundException

2006-08-29 Thread Daniel del Río
I'm not using tiles views, only clay templates (as far I know clay templates haven't any relation to tiles, isn't?) In fact, my clay-tiles-config.xml is empty: !DOCTYPE view PUBLIC -//Apache Software Foundation//DTD Shale Clay View Configuration 1.0//EN

Re: Why I get org.apache.tiles.FactoryNotFoundException

2006-08-29 Thread Greg Reddin
On Aug 29, 2006, at 9:35 AM, Daniel del Río wrote: I'm not using tiles views, only clay templates (as far I know clay templates haven't any relation to tiles, isn't? No, not inherently. [ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)' ERROR

Re: TilesViewHandler

2006-08-29 Thread David Geary
2006/8/29, Baker,Jonathan [EMAIL PROTECTED]: I'm sure if I renamed my tiles to have the slash at the beginning of their names that it would work as well. My confusion is over the explicit statement that it will look for a tile both with and without the leading slash and that does not seem to