Displaying 1 result from an estimated 1 matches for "rec_point_list".
Did you mean:
erec_print_list
2006 Apr 09
12
Help With Dependent Drop-Down and @Params
......
end
<<view>>
<p><label for="deal_utility">Utility</label><br/>
<%= select ''deal'', ''utility'', %w{ PG&E SoCal SDG&E Southwest},
:include_blank => true %></p>
<span id="rec_point_list">
<label for="deal_rec_point">Receipt Point</label><br/>
<select id="deal[rec_point]" name="deal[rec_point]"></select>
</span>
<%= observe_field("deal[utility]",
:frequency => 0.25,
:updat...