Re: [Actionframework-users] Passing objects from request to another...
Status: Inactive
Brought to you by:
ptoman
From: David W. <da...@su...> - 2002-08-09 22:44:33
|
Petr, Actually, I think you already have this on your 0.94 list as [ ] add new <on-new-session> element - allowing 'show-url' redirect (ensure $SERVLET, $URL and $REQUEST are set before processing it!) David David Warnock wrote: > Petr, > >> I searched mail archive and couldn't find David's "loading values upon a >> new session" - can you remind me what was that? > > > I think Mandip was referring to my email on 17 May "New Session > Behaviour". In that I said > > >>>>>>>>>>>>>>>>>> > Hi, > > We would like to request a new possibility for handling new sessions > > Instead of using the <template name="login.vm" is-new-session="true"> > > We would like a new element immediately after <application> called > <new-session> It would work like this > > <application> > <new-session show-url="/Login" /> > ... > > This would redirect you to the /Login url and thus to the /Login action. > > The main advantages are: > > - the url makes the action much clearer (you are at a /login url) > > - what happens on a first connection is much clearer > > > I am quite happy to also allow > > <application> > <new-session show-template="Login.vm" /> > ... > > if people want this. > > Thanks > > David > <<<<<<<<<<<<<<<< -- David Warnock, Sundayta Ltd. http://www.sundayta.com iDocSys for Document Management. VisibleResults for Fundraising. Development and Hosting of Web Applications and Sites. |