Re: JsessionID breaking my DropDownChoice#onSelectionChanged

2012-05-02 Thread Fergal Keating
Hi, I havn't been able to recreate with a quickstart. Not sure why its appending the sessionID. #getContextRelativeUrl() is getting called correctly. So it must be elsewhere in application. I'll keep looking. Fergal. On 1 May 2012 18:21, Sven Meier wrote: > Hi, > > I just verified with blocked

Re: JsessionID breaking my DropDownChoice#onSelectionChanged

2012-05-01 Thread Sven Meier
Hi, I just verified with blocked cookies on a quickstart and it works fine here. ServletWebRequest#getContextRelativeUrl() strips the session id from the uri, so running without cookies should be no problem. Perhaps something else is going wrong, you should build a quickstart and attach it t

JsessionID breaking my DropDownChoice#onSelectionChanged

2012-05-01 Thread Fergal Keating
Apologies if this has been covered before, but i havn't found anything with this specific issue. I have a Dropdown added to my code, but when a user first accesses the site, the URL gets appended with JsessionID. This seems to break the link, and the #onSelectionChanged never gets called. Is there