Auto complete with passing multiple parameters

i have a problem with passing multiple value in auto complete field.

Felix Alphonseraj wrote:

i have a problem with passing multiple value in auto complete field.

And the problem is…? And you tried doing…?

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Marnen Laibow-Koser wrote:

Felix Alphonseraj wrote:

i have a problem with passing multiple value in auto complete field.

And the problem is…? And you tried doing…?

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

<%= text_field_with_auto_complete “person”,“first_name”,:url => {:action
=> “auto_complete_for_person_first_name”}, :with => “’
&id=#{@user.id}'”%>

i need to pass like this .but i cant get the id value. please help me do
this