I found my problem... Quite time have pass... I had worked on soo many other thing...
The : generic.load view were missing since I start my app with older version of web2py (before the component feature added). Richard On Mon, Apr 4, 2011 at 3:08 PM, Anthony <[email protected]> wrote: > I'm not sure if this is your only problem, but isn't it supposed to be > extension='load' rather than extension='.load'? Also, have you actually > created a 'myfunction.load' view file (inside the /views/mycontroller/ > folder)? If not, web2py should attempt to use the 'generic.load' view. > > Anthony > > On Monday, April 4, 2011 2:46:53 PM UTC-4, Richard wrote: > >> Hello, >> >> It seems that I have to modified completly my app to make it work with >> components, I would just like to confirm it... >> >> Here a my url : myapp/mycontroller/myfunction/mytable or args 0 >> >> When I try >> >> >> {{=LOAD(c='mycontroller',f='myfunction',args='mytable',extension='.load',ajax=True)}} >> >> It keeps loading... for ever. >> >> It seems that if ".load" is not applied to myfunction.load it can't >> work... If I try : myfunction.load and args=mytable noting better happen. >> >> Thanks >> >> Richard >> >

