Re: new to shale tiles

2006-11-08 Thread Jonathan Smith
-To: user@shale.apache.org To: user@shale.apache.org Subject: Re: new to shale tiles Date: Wed, 8 Nov 2006 10:09:47 -0700 I believe you're missing a space between the two attributes. Also, you should specify flush=false or you're bound to run into problems. david 2006/11/8, Antonio Petrelli [EMAIL

Re: new to shale tiles

2006-11-08 Thread David Geary
use the standalone version of Tiles with Shale. david From: David Geary [EMAIL PROTECTED] Reply-To: user@shale.apache.org To: user@shale.apache.org Subject: Re: new to shale tiles Date: Wed, 8 Nov 2006 10:09:47 -0700 I believe you're missing a space between the two attributes. Also, you should

Re: new to shale tiles

2006-11-08 Thread Greg Reddin
On Nov 8, 2006, at 11:34 AM, David Geary wrote: 2006/11/8, Jonathan Smith [EMAIL PROTECTED]: added the space and the flush false now i get a java.lang.IncompatibleClassChangeError org.apache.shale.tiles.TilesViewHandler.dispatchToTile( TilesViewHandler.java:304)

Re: new to shale tiles

2006-11-08 Thread Jonathan Smith
i am using tiles-core 2.0 snapsot and i have the nightly builds of shale as well From: Greg Reddin [EMAIL PROTECTED] Reply-To: user@shale.apache.org To: user@shale.apache.org Subject: Re: new to shale tiles Date: Wed, 8 Nov 2006 11:41:38 -0600 On Nov 8, 2006, at 11:34 AM, David Geary wrote

RE: new to shale tiles

2006-11-07 Thread Jonathan Smith
what does your doc type look like in your tiles.xml? also i am getting a javax.servlet.ServletException: Source object must not be null in tomcat 5.5.17 any ideas? _ Get today's hot entertainment gossip

RE: new to shale tiles

2006-11-07 Thread Jonathan Smith
ok when i do this tiles:insert definition=debug2flush=true/tiles:insert with this as the definition tiles-definitions definition name=debug2 path=debug2.jsp put name=header type=template value=/debug/debug-header.jsp / /definition

RE: new to shale tiles

2006-10-19 Thread Dick Starr
To: user@shale.apache.org Cc: Subject:RE: new to shale tiles -Original Message- From: Jonathan Smith [mailto:[EMAIL PROTECTED] Sent: Wed 10/18/2006 7:42 AM To: user@shale.apache.org Cc: Subject:new to shale tiles is there a good example of how

Re: new to shale tiles

2006-10-19 Thread Gregg Leichtman
I finally got a tiled page to display after trying a multitude of server and jar versions as well as defining the correct tile contents with appropriate jsf tags and attributes and getting past an IllegalStateException caused by incorrectly having a view tag wrapping the contents of a tile that