2008/1/13, Vernon <[EMAIL PROTECTED]>: > A problem of the Tiles migration is that I need to > access a session > attribute inside of the execute method. I can't see a > way of accessing a > Http session inside of the method. How can I solve > this problem?
TilesRequestContext has the "getSessionScope" method, that is connected to the session attributes: http://tiles.apache.org/framework/apidocs/org/apache/tiles/context/TilesRequestContext.html HTH Antonio
