Re: Generate DirectAction URL with instance number when there is nosession

2007-07-25 Thread Francis Labrie
Hi, Frank Caputo wrote: just try the following code: NSMutableDictionary dict = new NSMutableDictionary(); String actionName = "DirectAction/foo"; String queryString = WOURLEncoder.encodeAsCGIFormValues(dict); String handlerKey = application().directActionRequestHandlerKey(); String url = cont

RE: Generate DirectAction URL with instance number when there is nosession

2007-07-25 Thread Frank Caputo
: Generate DirectAction URL with instance number when there is nosession Hi, For a special function, I need whenever it's possible to generate DirectAction URL including instance number. Unfortunately, if there is no session, there is no instance numbe