Where is last supported tiles.jar?

2007-01-15 Thread Stone, Sam
Where can I download the last supported version of standalone tiles.jar (not tiles 2)? Sam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: A little help please

2007-01-02 Thread Stone, Sam
inition you can try to utilize the MutableTilesContainer interface. Perhaps what you're asking for is not supported. . .what is the use case? What specifically are you trying to accomplish by accessing the definition's attribute? David Stone, Sam wrote: > Still having trouble gra

A little help please

2007-01-02 Thread Stone, Sam
"->ctx=" + ctx); Iterator it = ctx.getAttributeNames(); int i=0; while (it.hasNext()) System.out.println("->" + i++); } catch (Exception e) { System.out.println(e); } Sam ---- -Original Message- From

RE: How to access componentDefinition?

2007-01-02 Thread Stone, Sam
EMAIL PROTECTED] On Behalf Of David H. DeWolf Sent: Tuesday, January 02, 2007 10:36 AM To: Struts Developers List Subject: Re: How to access componentDefinition? potentially . . .it depends on your environment. My guess is that from your example the answer is yes. David Stone, Sam

RE: How to access componentDefinition?

2007-01-02 Thread Stone, Sam
to access componentDefinition? Hi Sam: Everything is now done through the container. Try something like this: TilesContainer container = TilesAccess.getContainer(context); ComponentContext ctx = container.getComponentContext(req, res); ComponentAttribute attr = ctx.getAttribute(name); David

How to access componentDefinition?

2007-01-02 Thread Stone, Sam
Using the API from Sep 2006 I was able to access externally an attribute from a tiles definition as follows: String sTilesDefName = (String) request.getAttribute("tile_name"); TilesContext tilesContext = new ServletTilesContext(session.getServletContext(), request, response); ComponentDefinition

Is this the appropriate mailing list for questions about the Tiles 2 sandbox project?

2006-12-29 Thread Stone, Sam
Is this the appropriate mailing list for questions about the Tiles 2 sandbox project? I've got some questions about using the most recent snapshot and want to make sure I pose them to the correct group. - To unsubscribe, e-mail:

How to do this with latest Tiles 2 API?

2006-12-29 Thread Stone, Sam
Using the API from Sep 2006 I was able to access externally an attribute from a tiles definition as follows: String sTilesDefName = (String) request.getAttribute("tile_name"); TilesContext tilesContext = new ServletTilesContext(session.getServletContext(), request, response); ComponentDefinition

Tiles 2 - how to get more error info?

2006-12-28 Thread Stone, Sam
Am getting "ServletException while including page" (see EX. 1 below). How can I get more specific information? My insert looks as follows: EX. 1 - [12/28/06 15:41:25:313 EST] 56747b48 ContainerTagS E org.apache.tiles.taglib.ContainerTagSupport Error executing tag: ServletException while i

RE: Tiles 2 jdk

2006-12-22 Thread Stone, Sam
Thanks Wendy. I haven't built it yet but r443203 looks pretty good. Sam --- -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, December 22, 2006 9:20 AM To: Struts Developers List Subject: Re: Tiles 2 jdk On 12/13/06, Stone

Would like source code for Sep 14, 2006 Tiles snapshot

2006-12-22 Thread Stone, Sam
I'd like to get the sourcecode for tiles-core-2.0-SNAPSHOT.jar from 9/14/2006 (filesize: 128880, CRC: 3F46E3BF). How do I do this? Thanks, Sam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

RE: [tiles2] Re: What happens if session is invalidated by a tile?

2006-12-22 Thread Stone, Sam
PROTECTED] Sent: Friday, December 22, 2006 5:17 AM To: Struts Developers List Subject: [tiles2] Re: What happens if session is invalidated by a tile? Stone, Sam ha scritto: > It appears that ServletSessionScopeMap.containsValue(...) will throw a > java.lang.IllegalStateException when getAttrib

What happens if session is invalidated by a tile?

2006-12-20 Thread Stone, Sam
It appears that ServletSessionScopeMap.containsValue(...) will throw a java.lang.IllegalStateException when getAttributes() is called on an invalidated session but it doesn't seem that anything catches and handles this. - To unsub

RE: Problems with Tiles 2 and WS 5

2006-12-19 Thread Stone, Sam
-Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 2:36 AM To: Struts Developers List Subject: Re: Problems with Tiles 2 and WS 5 Stone, Sam ha scritto: > 1)changed all my tiles-defs to use tiles-config_2_0.dtd instead of &g

Problems with Tiles 2 and WS 5

2006-12-18 Thread Stone, Sam
I got my entire app working on Websphere 5 (servlet 1.2, jsp 2.3, jdk 1.4.2) using the tiles-core-2.0-SNAPSHOT.jar from 9/14/2006 (filesize: 128880, CRC: 3F46E3BF). I did have to use jstl.jar and standard.jar (not the 1.1.2 versions) because of this WebSphere environment. I'd like to either: A)

RE: Tiles 2 jdk

2006-12-13 Thread Stone, Sam
ailto:[EMAIL PROTECTED] Sent: Wednesday, December 13, 2006 8:10 AM To: Struts Developers List Subject: RE: Tiles 2 jdk From: David H. DeWolf [mailto:[EMAIL PROTECTED] On Behalf Of David H. > Stone, Sam wrote: > > Before I go through the trouble of building this and portlet and > > w

RE: Where is Latest tiles-test-2.0-SNAPSHOT.war???

2006-12-12 Thread Stone, Sam
-SNAPSHOT.war??? The most recent 'stable' snapshot is: 2.0-r480013-SNAPSHOT and is in the snapshot repo: http://people.apache.org/repo/m2-snapshot-repository/ If you need consistency, this one won't be changed underneath you. David Stone, Sam wrote: > Where is latest downloada

RE: Where is Latest tiles-test-2.0-SNAPSHOT.war???

2006-12-12 Thread Stone, Sam
, at 8:42 AM, Stone, Sam wrote: > Where is latest downloadable tiles-test war file? This page tells you how to get it: http://struts.apache.org/struts-sandbox/tiles/index.html Greg - To unsubscribe, e-mail: [EM

Where is Latest tiles-test-2.0-SNAPSHOT.war???

2006-12-12 Thread Stone, Sam
Where is latest downloadable tiles-test war file? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tiles 2 - How to dispatch to tiles servlet????

2006-12-04 Thread Stone, Sam
I am using tiles-core-2.0-SNAPSHOT.jar from Sep 2006. I have a servlet MyServlet and also a servlet named tiles in the same war file. Everything works if I do launch a jsp page that has a tiles:insert in it. However, I'd like to dispatch directlry from MyServlet to a tiles definition. I can

RE: Where do I get the Tiles 2 Source Code?

2006-11-15 Thread Stone, Sam
Thanks much. -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 11:31 AM To: Struts Developers List Subject: Re: Where do I get the Tiles 2 Source Code? Stone, Sam ha scritto: > Where do I get the Tiles 2 Source Code? > >

Where do I get the Tiles 2 Source Code?

2006-11-15 Thread Stone, Sam
Where do I get the Tiles 2 Source Code? Thanks, Sam