2007/9/3, Neil Aggarwal <[EMAIL PROTECTED]>: > > Hello: > > I created this tiles improvement request: > http://issues.apache.org/struts/browse/TILES-207 > > Right now, ServletTilesRequestContext.getSessionScope() calls > request.getSession() when it should be using > request.getSession(false) > > I hope this is the correct way to report this.
Thanks for the report: however I think the solution is not complete, since there is the need of checking if the session object is null. Antonio
