Re: Updated version of TilesViewHandler

2007-11-13 Thread Gregg Leichtman
If you are willing to use JSF RI 1.2 (not MyFaces), then I posted an experimental version as an attachment at: http://issues.apache.org/struts/browse/SHALE-302 -= Gregg =- Garner, Shawn wrote: Since the release of a GA version of Standalone Tiles when can we expect a

Re: SV: Tiles integration

2007-10-05 Thread Gregg Leichtman
, Gregg Leichtman [EMAIL PROTECTED]: I was not successful in getting the webapp stack that you mention to work. I ended up modifying an old TilesViewHandler to work with JSF 1.2 RI v1.2_04-b16-p02, not MyFaces, a nightly snapshot of Shale 1.1.0 from July 17, 2007, the released version

Re: SV: Tiles integration

2007-10-04 Thread Gregg Leichtman
signature.asc Description: OpenPGP digital signature

Re: SV: Tiles integration

2007-09-12 Thread Gregg Leichtman
I was not successful in getting the webapp stack that you mention to work. I ended up modifying an old TilesViewHandler to work with JSF 1.2 RI v1.2_04-b16-p02, not MyFaces, a nightly snapshot of Shale 1.1.0 from July 17, 2007, the released version of Trinidad 1.2.1, Tomahawk 1.1.6, JSTL 1.1.2 and

Re: Any sucess with shale nightly 20070717 and RI JSF 1.2?

2007-08-01 Thread Gregg Leichtman
signature.asc Description: OpenPGP digital signature

Re: Any sucess with shale nightly 20070717 and RI JSF 1.2?

2007-07-25 Thread Gregg Leichtman
Subject: Re: Any sucess with shale nightly 20070717 and RI JSF 1.2? From: Gregg Leichtman [EMAIL PROTECTED] Date: Wed, 25 Jul 2007 04:10:34 + To: user@shale.apache.org To: user@shale.apache.org Sorry about the empty post. Let's try again

Re: Any sucess with shale nightly 20070717 and RI JSF 1.2?

2007-07-24 Thread Gregg Leichtman
-= Gregg =- Gregg Leichtman wrote: I have assembled a small sample project using: RI of JSF 1.2 v1.2_04_p2 Shale nightly 20070717 tiles-core-2.0-r468346-SNAPSHOT.jar from the Shale nightly distribution JSTL 1.1.2 Tomcat 6.0.13 Updated the faces

Re: Any sucess with shale nightly 20070717 and RI JSF 1.2?

2007-07-23 Thread Gregg Leichtman
signature.asc Description: OpenPGP digital signature

Re: shale-tiger and jsf 1.2

2007-07-21 Thread Gregg Leichtman
There appear to be some problems with MyFaces 1.2.0 or Tomcat 6.0.13 and JSF tags. For example see: http://article.gmane.org/gmane.comp.jakarta.myfaces.user/38651 This does not address your specific problem, but I ran into the above referenced problem immediately. Notice that the problem was

SUCCESS - Re: Migration: Struts/Tiles to Shale/JSF/Tiles

2007-04-21 Thread Gregg Leichtman
. If not, let me know. -= Gregg =- Greg Reddin wrote: On 4/18/07, Gregg Leichtman wrote: I am also using the tiles listener from web.xml as follows: listener listener-class org.apache.tiles.listener.TilesListener /listener

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

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
#a6288731 where he inserts the title and body puts successfully. Are both of use doing different things? If so, can you point out what I'm doing that is different or something that is now obsolete in shale-1.0.4? -= Gregg =- Antonio Petrelli wrote: Gregg Leichtman ha

Tiles failure: java.lang.IllegalStateException

2006-10-11 Thread Gregg Leichtman
Actually, Antonio's last message caused the light to go on and I saw that I was not causing the extended tile def to load and consequently the primary tile def it is derived from to load, so clearly I could not possibly expect the tiles code to find anything wrapped by either def. I have since