On Monday, June 27, 2011 4:36:29 PM UTC-4, Anthony 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).
>
 
FYI, I just submitted a patch to fix this problem -- so components with 
ajax=False should be able to make use of generic views again (this broke 
when we introduced response.generic_patterns, which wasn't getting passed to 
non-ajax components).
 
Anthony

Reply via email to