auto_complete_for - getting :id and using > once in a view

trying to find best approach to deriving the :id associated with the selected 'text field' from auto_complete_for.

also, is it possible to use the same auto_complete_for more than once on a view. My tests suggest not.

would appreciate any help or pointers.

thanks.

Lee wrote:

trying to find best approach to deriving the :id associated with the selected 'text field' from auto_complete_for.

also, is it possible to use the same auto_complete_for more than once on a view. My tests suggest not.

would appreciate any help or pointers.

thanks.

>

These twoblog entries may help..

http://blog.wolfman.com/articles/2006/10/23/getting-a-record-id-from-text_field_with_auto_complete

http://blog.wolfman.com/articles/2006/10/17/having-multiple-text_field_with_auto_complete-in-the-same-view