Ruby on Rails Monday, September 6, 2010

Again answering to myself...

I solved the problem by:

1-Using *link_to_remote* using :with clause, and passing as serialize
the id of the div that I had to create sourranding the select
2-In the controller, once taked the parm and maked all the operations,
use *respond_to* js and reloading the page.

Probably not the best solution... but it works!

--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment