Displaying 1 result from an estimated 1 matches for "yanniv".
Did you mean:
yannis
2006 Sep 19
1
No request.raw_post when using RJS template?
...lt;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 => :update_new_form }) %>
Now I have a question: why is there now request.raw_post available? It''s
just empty, but I...