Phillip wrote in post #949370: > def view > date_1 = params[:date_1] > date_2 = params[:date_2] > type = params[:type] > @graph = open_flash_chart_object(758,400, show(date_1, date_2, > type)) > > render :update do |page| > page.replace_html "results", :partial => "path_to_view" > page[:results].visual_effect :highlight, > :startcolor => "#bbcccc", > :endcolor => "#ccdddd" > end > end
Thanks for the reply, but stil nothing.. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

