[web2py] Re: AJAX component reload problem using .html vs .load

2014-02-28 Thread Dan M
automatically. Anthony On Sunday, February 23, 2014 11:15:32 PM UTC-5, Dan M wrote: In the following code, when pressing the X link, the row and DIV are deleted and the component is refreshed in the controller function stat_del(). This only works when the loaded component is named .html

[web2py] AJAX component reload problem using .html vs .load

2014-02-23 Thread Dan M
In the following code, when pressing the X link, the row and DIV are deleted and the component is refreshed in the controller function stat_del(). This only works when the loaded component is named .html rather than .load So this code works but the .load naming does not work.