Displaying 1 result from an estimated 1 matches for "filter_box_begin_date_d".
Did you mean:
filter_box_begin_date
2006 Jan 16
1
Bundled resource -- something I''m missing
...;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="" />
Is there a way I?m not seeing to get the id to be ?filter_box_begin_date?
and the name to be ?filter_box[begin_date]?? I think it would be far more
natural to use...
Thoughts?
Thanks
-----------...