On 20/07/2011 00:34, Anthony wrote:
Objects defined in your models and controllers do not survive from
request to request (unless, of course, you store them somewhere, like
the session). In your code, the Set object is created when you visit
/default/index, but the select happens when you visit
/plugin_openplayers/index, which happens in a different request, so the
Set object no longer exists.

ok, in this case I need to pass a db set that cannot be stored in session (right?)... what's the right way to do that?

thanks

        Manuele

Anthony


Reply via email to