Displaying 1 result from an estimated 1 matches for "job_current_action_id".
2006 Jan 18
4
That ol'' AJAX select box update again : observe_field does nothing
...9;job'', :action =>
:get_action_from_phase },
:with => ??job_phase_id=?+value?) %>
<td id=''action_container''>
<select id="job.current_action_id"
name="job[current_action_id]"><p><label for="job_current_action_id">Job
Phase</label><br/>
<%= options_from_collection_for_select @ja, "id", "description",
job.current_action_id %></p>
</select></p>
</td>
In the controller this;
def get_action_from_phase
breakpoint...