Re: URLEncoder and Javascript

2008-10-31 Thread Howard Lewis Ship
On Fri, Oct 31, 2008 at 8:11 AM, Martijn Brinkers <[EMAIL PROTECTED]> wrote: > > On Fri, 2008-10-31 at 07:59 -0700, Howard Lewis Ship wrote: >> My general approach is to use query parameters, not context info in >> the path, for any dynamic portions of a query from the client. > > This is new to me

Re: URLEncoder and Javascript

2008-10-31 Thread Martijn Brinkers
On Fri, 2008-10-31 at 07:59 -0700, Howard Lewis Ship wrote: > My general approach is to use query parameters, not context info in > the path, for any dynamic portions of a query from the client. This is new to me. How do you get those query parameters? by injecting Request and getting the paramet

Re: URLEncoder and Javascript

2008-10-31 Thread Howard Lewis Ship
My general approach is to use query parameters, not context info in the path, for any dynamic portions of a query from the client. On Fri, Oct 31, 2008 at 7:43 AM, Martijn Brinkers <[EMAIL PROTECTED]> wrote: > The latest build (5.0.16) comes with a new URLBuilder. The problem I now > have is that

URLEncoder and Javascript

2008-10-31 Thread Martijn Brinkers
The latest build (5.0.16) comes with a new URLBuilder. The problem I now have is that some AJAX'ified javascripts suddenly stops working because the context now contains illegal characters (for example the @ symbol of an email address). I therefore need to encode the parameters before building the