Re: invoking session with Direct Action
Mike Schrag <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
If I understand correctly, you have an existing session and you want to pass it into your DirectAction? If so, the URL generation quoted below looks wrong. You're not including "&wosid=" + session.sessionID (). You also might want to be using wocontext.directActionURLForActionNamed(..) or wocontext.completeURLWithRequestHandlerKey for making your url, though I don't know if you have some other magic in your url generation method or not. ms On Jul 25, 2006, at 6:56 AM, Yamuna Vallipuram wrote: > String fridaURL = > UIOApplication.getFullUrlForApplication(context > ().request(), true) > + "/wa/registrering?moriaID="; _______________________________________________ WebObjects-dev mailing list [email protected] http://www.omnigroup.com/mailman/listinfo/webobjects-dev