Yes, I am using the packed app as is. I dug into it a bit and the request.cid is getting dropped. I used Firebug to expose the http headers.
* Load the component and display the grid http://127.0.0.1:8000/testy/default/component.load GET component.load web2py-component-element c435484472283 web2py-component-location http://127.0.0.1:8000/testy * Click Edit load the edit form http://127.0.0.1:8000/testy/default/component.load/edit/person/1 GET 1 web2py-component-element c435484472283 web2py-component-location http://127.0.0.1:8000/testy * Submit form http://127.0.0.1:8000/testy/default/component.load/edit/person/1 POST 1 web2py-component-element c435484472283 web2py-component-location http://127.0.0.1:8000/testy * Redisiplay the grid. http://127.0.0.1:8000/testy/default/component.load GET component.load The two web2py-component http headers are dropped when the component is reloaded to display the grid after the form is submitted. On Tuesday, February 4, 2014 10:07:23 AM UTC-5, Niphlod wrote: > > are you using exactly the app you packed ? > > On Tuesday, February 4, 2014 2:53:41 AM UTC+1, Jim Karsten wrote: >> >> Originally the *Edit* button has this code: >> >> <a class="button btn" href=" >> https://groups.google.com/testy/default/component.load/edit/person/1" >> data-w2p_target="c932772971645" data-w2p_method="GET" >> data-w2p_disable_with="default"> >> <span class="icon pen icon-pencil"></span> >> <span class="buttontext button" title="Edit">Edit</span> >> </a> >> >> I then edit and submit and the Edit button then has this code: >> >> <a class="button btn" href=" >> https://groups.google.com/testy/default/component.load/edit/person/1" >> data-w2p_disable_with="default"> >> <span class="icon pen icon-pencil"></span> >> <span class="buttontext button" title="Edit">Edit</span> >> </a> >> >> The *data-w2p_target* and *data-w2p_method* attributes appear to be >> dropped. >> >> I use Firebug. I don't see any js errors in the Console. >> <https://groups.google.com/testy/default/component.load/edit/person/1> >> > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

