Displaying 1 result from an estimated 1 matches for "budget_period".
2007 Jan 16
1
Can't pass parameters to Ziya controller using url_for
...#39;'t
seem to pass more than one parameter through to the action.
<%= gen_chart( "overview_graph",
url_for( :controller => ''graph'', :action => ''graph'', :graph_id =>
GraphController::GRAPH_OVERVIEW, :start_date =>
@report_params[:budget_period][:start_date].to_f, :end_date =>
@report_params[:budget_period][:end_date].to_f, :size => 300 ),
"#ffffff",
300,
300 ) %>
This just doesn''t work, however. The start date is passed through to
the underlying action, but the rest of the parameters aren'...