[web2py] Re: ajax posts text input twice when name and id are identical

2014-08-06 Thread Cliff Kachinske
I can do that. But I discovered it was doing something much more interesting than my original diagnosis. The inputs in question were editable and generated by the controller. As such they had an assigned value. When I ajaxed them to the server, apparently two copies of the input were sent. One

[web2py] Re: ajax posts text input twice when name and id are identical

2014-08-06 Thread Anthony
Can you show the relevant HTML? What does the post data look like? On Wednesday, August 6, 2014 5:48:33 PM UTC+2, Cliff Kachinske wrote: > > This is not supposed to happen and I don't know why it did. > > The js looks like this: > $('#products_on_order').on('click', '.edit_bound_container', func