Hi,
i had a similar problem, where a 1.2 upgrade broke many of such calls.
I fixed it in changed the call into:
> link_to(image_tag('icons/information'), '/');
Frank
Am 14.12.2008 um 18:14 schrieb Nicolas Garnault:
>
> Hi people,
>
> I'd like do make a "generic" link to call an ajax request (using
> mootools, so, not using the "javascript_helper" and "link_to_remote"
> folks) like this :
>
> link_to(image_tag('icons/information'), '#');
>
> The problem is that this line throws up an exception :
>
> 500 | Internal Server Error | sfConfigurationException
> The route "#" does not exist.
>
> So is it a bug, or is there another way to make such kind of links ?
>
> Thanks a lot
>
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" 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/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---