Displaying 1 result from an estimated 1 matches for "filter_rolle".
2006 Dec 12
0
problems with variable updated from observer
hello,
just stuck with the following problem:
in my view a select updates with an observer a variable in the
controller.
works fine.
---
<%= select(''filter'', ''rolle'', Rolle.auswahl_systemrollen) %>
<%= observe_field :filter_rolle, :url => {:action =>
"update_pers_rolle"}, :with => ''filter_rolle'' %>
---
this is my controller action
---
def update_pers_rolle
@persRolle = params[:filter_rolle]
render :nothing => true
logger.info <http://logger.info> "Log: update =>...