Displaying 1 result from an estimated 1 matches for "0cb28804".
Did you mean:
0.628804
2006 Jan 27
2
pagination and nested parameters
Hi all,
I''ve got a couple select_date form helpers. For pagination, I need to submit
these form values. I tried this, but it''s apparently wrong:
link_to ''Previous page'', {
:page => @schedule_pages.current.previous,
:params => {:date => {:month => @month}, :date => {:year => @year}}
}
I tried a few variations, but no luck.