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
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
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