search for: positions_list

Displaying 2 results from an estimated 2 matches for "positions_list".

Did you mean: positionlist
2006 Oct 11
2
Help please with observe_form - not working
...uot;Form.serialize(asearch)", :complete => "Element.show(''table'')", :url => { :action => "livesearch" } %> <div id="partb"> <div id="table"> <%= render :partial => "positions_list" %> </div> </div> Controller: def livesearch @categories = Category.find(:all, :order => "name") @states = State.find(:all, :order => "name") @terms = Term.find(:all, :order => "name") params[:cat] params[:sta...
2006 Oct 12
3
Help with observer_form , javascript error
...39;asearch'')", :complete => "Element.show(''table'')", :url => { :action => ''list'' } %> <div id="partb"> <div id="table"> <%= render :partial => ''positions_list'', :layout => false %> </div> </div> -- http://en.wikipedia.org/wiki/Dark_ambient --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this grou...