[web2py] Re: Grid in component edit twice issue

2014-02-12 Thread Jim Karsten
Anyone have any ideas? Is it possible somehow to force an ajax reload of the grid after the edit form is submitted? -- 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

[web2py] Re: Grid in component edit twice issue

2014-02-05 Thread Jim Karsten
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] Re: Grid in component edit twice issue

2014-02-04 Thread Niphlod
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

[web2py] Re: Grid in component edit twice issue

2014-01-21 Thread Niphlod
still can't reproduce in 2.8.2 with Firefox 26.0 or chrome 32 The edit link should have this attribute in the source-code *data-w2p_target *that enables the load into component behaviour. The button markup **should** look like a href=/test_grid/default/component.load/edit/person/2

[web2py] Re: Grid in component edit twice issue

2014-01-19 Thread Niphlod
can you pack an app to reproduce the issue ? I can't replicate it. On Wednesday, January 15, 2014 11:10:24 PM UTC+1, Jim Karsten wrote: I have a grid inside a component. When I click the 'Edit' button on a row, submit the Edit form, then click the 'Edit' button a second time, the page