On Feb 12, 2008 3:53 AM, MenTaLguY <[EMAIL PROTECTED]> wrote: > > On Mon, 2008-02-11 at 18:17 -0600, why the lucky stiff wrote: > > On Mon, Feb 11, 2008 at 10:24:17PM +0100, Marnix Kok wrote: > > > I had a similar experience with my application, which also used URLs. > > > The solution I have chosen is to create a static instance `@@model` for > > > example which contains a reference to some sort of structure or class > > > that contains your data and any associated operations on said data. > > > > Right, a new instance of Test will be created each time you visit a URL. > > However, the environment around that instance will remain. > > Hmm. It'd be nice if we had something akin to a session hash to carry > things around between controller instances.
I agree, it would make things easier. Jesus.
