Will see if I can test this later, but, first thing that stands out (might be a cut and paste thing)
<input type="hidden" id="foo7" name="fooname7" value="somevaluevalue7"/ <input type="hidden" id="foo8" name="fooname8" value="somevaluevalue8"/ <input type="hidden" id="foo9" name="fooname9" value="somevaluevalue9"/ your first fields are missing the closing >, which can cause versions of IE to not render a form properly - are you even seeing the POST on the server side when the button is hit? If not, I would suspect that broken html. If the html is indeed correct and it was a cut and paste error, offhand I'm not sure. Are you running the same versions of software between the two? can you post easy_install.pth from your site-packages directory from both installations? -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
