hello,
i've a problem by using text_field_with_autocomplete.
when i use parameters in the header of my function in works :
auto_complete_for :user :login
but i use the function "auto_complete_for_user_login" it doesn't work.
any ideas?
thank you.
fxn
(Xavier Noria)
2
Can you explain in what sense it does not work? Is the method reached? Is it called but no completion returns?
-- fxn
function isn't reached at all.
i've found what was the matter. "auto_complete_for" function was
declared as protected :(.
thank you anyway Xavier.