search for: filterbox

Displaying 1 result from an estimated 1 matches for "filterbox".

Did you mean: filter_box
2006 Jan 16
1
Bundled resource -- something I''m missing
...er :partial => ?filter_box? %> In my view and... <%= dynarch_date_select ''filter_box'', ''begin_date'' %> I receive the following in my params hash: "begin_date"=>{"date"=>"01/01/2006"}} I constructed a faux model FilterBox just for the occasion, but as you might expect, it can?t be created as easily as you might think because of the trailing ?date? in the field id. Here?s the generated HTML: <input id="filter_box_begin_date_date" name="filter_box[begin_date][date]" type="text" value...