Kevin,
Thanks for the guestimate. My question was off topic,
but I thought I'd give it a shot. My javascript is almost non-
existant,
so I am struggling with Prototype.
Here is the example from the Rails docs:
:with => "'name=' + $('name').value"
I am getting same result (I believe) with
:with => "'architect = ' + #{project_detail.architect}"
...as the output looks fine in Firebug.
Where I am having trouble is in the controller.
How do I pick this up there?
I was trying
params[:architect]
or with another construct ( project_details['architect] =
project_details['architect']) in the
javascript reply I tried
params([:project_details][:architect]
in the controller, but this did not seem to work either.
Lacking the knowledge to pick up the vars out of javascript reply in
the controller.
Thanks again,
Jet