Thank you for your hints, but I did not find a solution. Now I will use a new table in the database for these items. I thought that a queue would be more efficient.
2011/12/5 Anthony <[email protected]> > On Sunday, December 4, 2011 4:28:19 PM UTC-5, Alan Etkin wrote: >> >> It seems that you are resetting the q object (because controller code >> executes on each request) >> It could be solved storing the object in session. >> >> session.q = ... >> > Note, the session is unique per user, so that only works if each user > should have their own session. Otherwise, may store in cache or db. > -- Mit freundlichen Grüßen / With kind regards Martin Weissenböck Gregor-Mendel-Str. 37, 1190 Wien Austria / European Union Tel +43 1 31400 00 Fax +43 1 31400 700

