Displaying 1 result from an estimated 1 matches for "update_new_form".
2006 Sep 19
1
No request.raw_post when using RJS template?
...toYse</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''d like it to store the ID of my selected option!
Also params only includes the :controller and :action values...
I don''t get it, why is it missing? Everything works fine...