Displaying 1 result from an estimated 1 matches for "values_id".
Did you mean:
value_id
2005 Nov 25
0
Using link_to_remote/remote_function outside of a Controller
...est_controller.rb:16:in `index''
......
################################################################
and the call looks like this:
################################################################
#I uses remote_function within a select_tag funtion call:
remote_function(:update => values_id,
:with => "val=+value",
:url => {:action => :update_blocks }))
################################################################
There might be a logical explanation to this behaviour but I cant figure
it out! Any help is apprec...