Displaying 1 result from an estimated 1 matches for "tortoyse".
Did you mean:
tortoise
2006 Sep 19
1
No request.raw_post when using RJS template?
...wanted to try out the RJS thing for updating more than just one HTML
element using AJAX.
I have a selection like that:
<select id="booking_musician_profile_id"
name="booking[musician_profile_id]">
<option value="4" selected="selected">Danc!ng TortoYse</option>
<option value="2">DJ Psyhigh</option>
<option value="1">DJ Yanniv Gold</option>
</select>
I observate it using the following observator:
<%= observe_field(:booking_musician_profile_id,
:url => { :action => :updat...