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

2014-02-28 Thread Dan M
I abridged the code to make it easier to diagnose. Yes, at the beginning of the controller a0=request.args(0). Sorry, the click handler is vestigial, as AJAX reload obviates the need for it. TIP_APP as well is just old and haven't cleaned that up. Thank you for pointing these out! Your

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

2014-02-24 Thread Anthony
Is the below your exact code? I ask because in stats_del, you refer to a variable a0 that has not been defined (presumably it is request.args(0)). Also, your click handler refers to a .del-div class, but I don't see any elements with that class. Anyway, by default, if an incoming URL has no