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, Sam <[EMAIL

Re: Would like source code for Sep 14, 2006 Tiles snapshot

2006-12-22 Thread Wendy Smoak
On 12/22/06, Stone, Sam <[EMAIL PROTECTED]> wrote: 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? I thought I had answered your other message, but it was sitting in drafts. See if this helps: http://www.nabbl

Re: Tiles 2 jdk

2006-12-22 Thread Wendy Smoak
On 12/13/06, Stone, Sam <[EMAIL PROTECTED]> wrote: I've got a tiles-core-2.0-SNAPSHOT.jar (128,880 bytes) from 9/14/2006 that is working fine with my project under JDK 1.4.2. How can I get the source code for this date? If not that, then the latest source code known to work with JDK 1.4? I neve

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
Another programmer wants to invalidate the session in a tile under a certain condition. We get into the tiles definition by dispatching from our servlet to a jsp that has a tiles:insert. Once the session is invalidated then we get (as you'd expect) an IllegalStateException and execution halts. In o

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

2006-12-22 Thread Antonio Petrelli
Stone, Sam ha scritto: 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. I think that the behaviour is correct, if the ses