Re: Creating a session with an initial DirectAction

2009-09-04 Thread David Holt
On 4-Sep-09, at 11:44 AM, David LeBer wrote: Creating the session however is easy. Within your direct action method: Session session = (Session)session(); This will return the session if it exists or create a new one if it doesn't. Thanks, I don't know why I didn't know that. Sometime

Re: Creating a session with an initial DirectAction

2009-09-04 Thread David LeBer
On 2009-09-04, at 2:29 PM, David Holt wrote: How do I do this? Should I do this? I want to provide different "doorways" to my app using DirectActions, but I need to set the NavigationRootChoice in session in order to set up state for the ERXNavigation stuff (each doorway presents a differe

Creating a session with an initial DirectAction

2009-09-04 Thread David Holt
How do I do this? Should I do this? I want to provide different "doorways" to my app using DirectActions, but I need to set the NavigationRootChoice in session in order to set up state for the ERXNavigation stuff (each doorway presents a different navigation menu). Ideally I guess I would u