Visually, Prototype's Ajax.Updater is working as advertised.

I call a server action that creates a new div that contains a few form
elements.
The page reflects the updated form elements...or at least it appears
correct.
But when I finally submit the form  (form.submit) , all form elements
updated by the Updater, are missing from
the submit.

I have used firebug to verify this, and the post only has form
elements that were untouched during the Ajax updates.

I have reproduced this in both Firefox 3 and 2.  IE does not seem to
exhibit this problem.

I am able to pick the values off of each element
using document.getElementId and then I can manually append them onto
the
form's action:
e.g.
-------------
myForm.action="myurl"+"&var1="+var1;
myForm.submit();
-------------

... but this is obviously not best.   Is this a bug?


Thanks,





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to