Displaying 1 result from an estimated 1 matches for "charge_reg".
Did you mean:
charge_regs
2006 Aug 02
2
Problem with date_select
Hi all.
I have a big problem with date_select helper, because i guess it can''t
resolve local variables to set correctly selected date.
Small example:
<% @client.charge_regs.each do |creg| %>
<%= form_remote_tag with_progress(:url => { :action => ''foo'' }) %>
<%= date_select ''creg'', ''valid_before'' %>
<% end_form_tag %>
<% end %>
selected date will be assigned to current date...