Tiles Failure in GlassFish: org.apache.tiles.NoSuchDefinitionException

2006-10-11 Thread Gregg Leichtman
At Greg Reddins suggestion I have moved to GlassFish v2_b20 in an attempt to get past the need to use the verbatim tag around all non JSF tags within a tile. I have run into a problem that seems to be identical to the fixed problem described in SB-37: tiles:insert tag does not support correctly

Re: Tiles Failure in GlassFish: org.apache.tiles.NoSuchDefinitionException

2006-10-11 Thread Gregg Leichtman
I suppose that I could create a different definition like: definition name=/mainLayout path=/tiles/layouts/siteLayout.jsp put name=htmlHeader type=template value=/ put name=header type=template value=/tiles/headerTile.jsp/ put name=rightSideBar type=template

Re: Tiles Failure in GlassFish: org.apache.tiles.NoSuchDefinitionException

2006-10-11 Thread Antonio Petrelli
Gregg Leichtman ha scritto: I suppose that I could create a different definition like: definition name=/mainLayout path=/tiles/layouts/siteLayout.jsp put name=htmlHeader type=template value=/ put name=header type=template value=/tiles/headerTile.jsp/ put

Re: Tiles Failure in GlassFish: org.apache.tiles.NoSuchDefinitionException

2006-10-11 Thread Antonio Petrelli
Gregg Leichtman ha scritto: Sorry, I'm still confused as to how my original approach is different from Mr. Starr's. As far as I can see, he seems to be inserting tiles in his /tiles/layouts/classicLayout _directly_ from the puts for title and body, not from an extended definition wrapped

RE: Tiles Failure in GlassFish: org.apache.tiles.NoSuchDefinitionException

2006-10-11 Thread Dick Starr
Dick -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 11, 2006 6:50 AM To: user@shale.apache.org Subject: Re: Tiles Failure in GlassFish: org.apache.tiles.NoSuchDefinitionException Gregg Leichtman ha scritto: Sorry, I'm still confused

Re: Tiles Failure in GlassFish: org.apache.tiles.NoSuchDefinitionException

2006-10-11 Thread Greg Reddin
On Oct 11, 2006, at 6:06 AM, Gregg Leichtman wrote: I suppose that I could create a different definition like: definition name=/mainLayout path=/tiles/layouts/ siteLayout.jsp put name=htmlHeader type=template value=/ put name=header type=template value=/tiles/