Displaying 1 result from an estimated 1 matches for "job_job_phase_id".
2006 Jan 18
4
That ol'' AJAX select box update again : observe_field does nothing
...before - but I still don''t
really get it. CAn someone please tell me what''s up with the following;
In a view I have (apologies for the formatting);
<td>
<select id="job.job_phase_id" name="job[job_phase_id]"><p><label
for="job_job_phase_id">Job Phase</label><br/>
<%= options_from_collection_for_select @jp, "id", "description",
job.job_phase_id %></p>
</select></p>
</td>
<%= observe_field(?job.job_phase_id?,
:frequency => 0.25,...