Displaying 1 result from an estimated 1 matches for "deal_util".
2006 Apr 09
12
Help With Dependent Drop-Down and @Params
...list_prompt(@params[:utility], :order
=> ''list_item'')
render :partial => ''rec_points''
#I use a partial here to fill the span so as not to mix View and
Business logic in the controller...
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">...