[web2py] Re: Two problems with LOAD; one may be a bug(?)

2011-07-20 Thread Iceberg
On Jul 13, 8:49 am, Anthony abasta...@gmail.com wrote: Second problem: In trying to find out if setting ajax to True was causing my first problem, I stumbled over a second.  Setting 'ajax=False' or not setting ajax at all causes an exception.  Could this be a bug?  If so, please let

[web2py] Re: Two problems with LOAD; one may be a bug(?)

2011-07-20 Thread Anthony
On Wednesday, July 20, 2011 10:05:11 AM UTC-4, Iceberg wrote: Hi Anthony, I encounter same problem. STFW and I read your two posts. One is above, the other is here: http://groups.google.com/group/web2py/msg/25bd655665bf47bf I am curious to see a bug exists for 2 weeks. That is

[web2py] Re: Two problems with LOAD; one may be a bug(?)

2011-07-13 Thread Cliff
Thank you. I will fix that. On Jul 12, 7:57 pm, pbreit pbreitenb...@gmail.com wrote: Maybe try:  {{=LOAD('users', 'quals.load', args=(request.args(0)), ajax=True)}} The c= and f= are fine but not necessary. The extra .load is definitely unnecessary and may have been causing the problem. You

[web2py] Re: Two problems with LOAD; one may be a bug(?)

2011-07-13 Thread Cliff
Thank you. I'll clean up the repeated divs. On Jul 12, 8:49 pm, Anthony abasta...@gmail.com wrote: On Tuesday, July 12, 2011 5:43:55 PM UTC-4, Cliff wrote: Running Version 1.97.1 (2011-06-26 19:25:44) First problem: This is a snippet from a view file.  It works except that it displays

[web2py] Re: Two problems with LOAD; one may be a bug(?)

2011-07-12 Thread weheh
I couldn't understand your setup clearly: what's the name of the controller file, the controller function, the views file ... Check that these are what they are supposed to be. You say you got an exception when ajax=False. What was the exception? On Jul 12, 5:43 pm, Cliff cjk...@gmail.com wrote:

[web2py] Re: Two problems with LOAD; one may be a bug(?)

2011-07-12 Thread pbreit
Maybe try: {{=LOAD('users', 'quals.load', args=(request.args(0)), ajax=True)}} The c= and f= are fine but not necessary. The extra .load is definitely unnecessary and may have been causing the problem. You can insert .load in either place but not both. If that works, try adding back the

[web2py] Re: Two problems with LOAD; one may be a bug(?)

2011-07-12 Thread Anthony
On Tuesday, July 12, 2011 5:43:55 PM UTC-4, Cliff wrote: Running Version 1.97.1 (2011-06-26 19:25:44) First problem: This is a snippet from a view file. It works except that it displays the output of the quals function. Apparently it cannot find my quals.load file and is using the