Displaying 1 result from an estimated 1 matches for "persrolle".
2006 Dec 12
0
problems with variable updated from observer
...ct(''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 => " + @persRolle
end
---
everything works like expected.
but if i try to use the @persRolle variable in my autocomplete function
for the "corresponding" autocomplete te...