Displaying 1 result from an estimated 1 matches for "checkperiod".
Did you mean:
check_period
2006 Oct 14
2
sending parameters with link_to_remote Ajax Request
...?
presently I just send back one parameter (an id) but I need both...
<input type="hidden" name="booking[start_at]" id="f_date_s"
value="booking[start_at]" />
...
<%= link_to_remote(''check period'', :url => {:action => "checkPeriod",
:id => @booking }) %>
thanks for your help
kad
--
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, s...