Re: Webhelpers' h.link_to(_remote) escapes my URL :(

2007-05-05 Thread Shannon -jj Behrens
On 5/5/07, Christoph Haas <[EMAIL PROTECTED]> wrote: > > On Fri, May 04, 2007 at 12:58:07PM -0700, Shannon -jj Behrens wrote: > > On 5/4/07, Christoph Haas <[EMAIL PROTECTED]> wrote: > > > I have created a URL using information from Routes using h.url_for(). > > > Example: > > > > > > /start/p

Re: Webhelpers' h.link_to(_remote) escapes my URL :(

2007-05-05 Thread Christoph Haas
On Fri, May 04, 2007 at 12:58:07PM -0700, Shannon -jj Behrens wrote: > On 5/4/07, Christoph Haas <[EMAIL PROTECTED]> wrote: > > I have created a URL using information from Routes using h.url_for(). > > Example: > > > > /start/page?page_nr=1&called=back > > > > Now I want to create a link to th

Re: Webhelpers' h.link_to(_remote) escapes my URL :(

2007-05-04 Thread Shannon -jj Behrens
On 5/4/07, Christoph Haas <[EMAIL PROTECTED]> wrote: > > Dear list... > > I have created a URL using information from Routes using h.url_for(). > Example: > > /start/page?page_nr=1&called=back > > Now I want to create a link to this URL with h.link_to. What I get is: > > foo > > Apparently

Webhelpers' h.link_to(_remote) escapes my URL :(

2007-05-04 Thread Christoph Haas
Dear list... I have created a URL using information from Routes using h.url_for(). Example: /start/page?page_nr=1&called=back Now I want to create a link to this URL with h.link_to. What I get is: foo Apparently '&' is escaped to '&' which is what I obviously don't want. Of course in