Hello,
I am trying to get routes to work with the following:
map.connect '':controller/:action?:x,:y''
The above route does not work as it seems to get caught up on the
''?''.
If I change the ''?'' to any other separator character it works
perfectly.
I am trying to get an image map to work
<%= link_to(image_tag(''/cage_layout.png'', :ismap =>
''true''), :action =>
''show'') %>
Is there a way I can change how :ismap passes the variables (instead of
?:x,:y).
I am using rails 1.2.3 with ruby 1.8.5
Regards
Glenn
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---