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. _why
