You shoul urlencode('90%') I suppose. Anyway, wouldn't it be better to
use named parameters? That way you get cake's pretty urls and the html
helper does the urlencoding as necessary for you.
fito wrote:
> Hi friends.
>
> I've been using cake for some months, but it was today the first time
> I tried to invoke a controller method with a % character in the url.
> Something like this:
>
> $html->link('Example', '/controller/method?width=90%')
>
> The link was well-formed but response from the server was something
> like
>
> "Not Acceptable. The page you've requested doesn't exists... "
>
> does anyone know why?
>
> >
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---