You could also explicitly set response.view='generic.load' in your create_fvte function. Anthony
On Monday, June 27, 2011 5:00:00 PM UTC-4, Richard wrote: > I use generic... > > I try to make a create_fvte.load view and report back. > > Thanks. > > Richard > > On Mon, Jun 27, 2011 at 4:36 PM, Anthony <[email protected]> wrote: > >> On Monday, June 27, 2011 3:28:18 PM UTC-4, Richard wrote: >>> >>> Also, I just tried to change the compileapp.py with Storage... It stop to >>> send the traceback and I got a : invalid view (ref/create_fvte.load)... >> >> >> Do you have an explicit create_fvte.load view, or are you relying on >> generic.load? I think generic views aren't being used with LOAD and >> ajax=False (generic views are also disabled by default unless the request is >> local). >> >> Anthony >> > >

