search for: auto_complete_for_person_nam

Displaying 1 result from an estimated 1 matches for "auto_complete_for_person_nam".

2006 Dec 12
0
problems with variable updated from observer
...gt; 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 textfield, @persRolle is always nil. --- def auto_complete_for_person_name logger.info <http://logger.info> "Log: auto_complete => " + @persRolle.inspect <-- always nil end --- the select is an filter for the autocomplete query. so i need the value in my query. i''m a bit confused or just mind blocked. often it helps just to talk about.....