With ajax=False, LOAD doesn't start a whole new request or do anything with 
the session, so shouldn't it be possible for non-ajax components to access 
and write to the session?
 
Anthony

On Monday, June 27, 2011 5:37:29 PM UTC-4, Massimo Di Pierro wrote:

> Please use ajax=True for this not ajax=False. because changing the 
> session within another session is problematic conceptually. I am 
> surprised this worked before. Anyway, open a ticket and I will look 
> more into it. 
>
> On Jun 27, 4:32 pm, Richard Vézina <[email protected]> 
> wrote: 
> > My session.tab_pos variable is not updated anymore :-( 
> > 
> > Richard 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > On Mon, Jun 27, 2011 at 5:07 PM, Anthony <[email protected]> wrote: 
> > > 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

Reply via email to