Re: Argument passing between views

2014-02-02 Thread Daniel Roseman
On Sunday, 2 February 2014 09:11:32 UTC, SAHIL SHEKHAWAT wrote: > > I have a variable generated in a view and i want to pass it as an > argument to another view. > Both views have their urls so, i can't use GET request. > I want to create invisible fields and pass it using POST request. > Also, i

Re: Argument passing between views

2014-02-02 Thread Bill Freeman
Read up on the session object. On Sun, Feb 2, 2014 at 4:11 AM, SAHIL SHEKHAWAT wrote: > I have a variable generated in a view and i want to pass it as an > argument to another view. > Both views have their urls so, i can't use GET request. > I want to create invisible fields and pass it using P