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 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 never have much luck with svn and dates [1], but looking at the
commits@ list, on 9/14 we were around r443203.  So, try:
   svn co http://svn.apache.org/repos/asf/struts/sandbox/trunk/tiles
-r443203

The svn log of pom.xml shows the compiler config being changed to JDK
1.5 on 10/31:
 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/pom.xml?view=log

[1] If I check out with -r {2006-09-14} I get r462213 instead.

-- 
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.nabble.com/Re%3A-Tiles-2-jdk-t2811881.html#a8023993

--
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 never have much luck with svn and dates [1], but looking at the
commits@ list, on 9/14 we were around r443203.  So, try:
  svn co http://svn.apache.org/repos/asf/struts/sandbox/trunk/tiles -r443203

The svn log of pom.xml shows the compiler config being changed to JDK
1.5 on 10/31:
  http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/pom.xml?view=log

[1] If I check out with -r {2006-09-14} I get r462213 instead.

--
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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: [EMAIL PROTECTED]



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 our case, this particular tile is in the middle of a
page and the rest of the tiles (such as the footer) never execute. Not a
big deal. The way he wants to do this is not a good idea. We've worked
around it already.

Sam

-Original Message-
From: Antonio Petrelli [mailto:[EMAIL 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 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 session is invalidated, 
then it's the task of the application (and not of Tiles) to intercept
it.
What's your use case where this behaviour is not acceptable?

Ciao
Antonio

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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 session is invalidated, 
then it's the task of the application (and not of Tiles) to intercept it.

What's your use case where this behaviour is not acceptable?

Ciao
Antonio

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]