Antonio:
I just realized isEmpty needs to use the session:
/** [EMAIL PROTECTED] */
public boolean isEmpty() {
return (size() < 1);
}
Thanks,
Neil
--
Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com
Eliminate junk email and reclaim your inbox.
Visit http://www.spammilter.com for details.
-----Original Message-----
From: Antonio Petrelli [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 04, 2007 1:15 PM
To: [email protected]
Subject: Re: Improvement: Do not create sessions in
ServletTilesRequestContext
2007/9/3, Neil Aggarwal <[EMAIL PROTECTED]>:
> Antonio:
>
> I defer to your judgement since you know the code
> much better than I do.
>
> I appreciate your willingness to work on this
> issue.
Neil, can you check the code that I attached to the TILES-207 issue?
It is the "patch.diff" attachment (the bigger and more recent one).
I hope that I did not miss something.
Thanks
Antonio