Hi Thiago,

I'm curious as to why you think putting a List in a Session is very
wrong?  Especially since I do it often.  :-)

Thanks!

mrg


On Tue, Apr 6, 2010 at 8:29 AM, Thiago H. de Paula Figueiredo
<thiag...@gmail.com> wrote:
> That approach, in my humble opinion, is plain wrong. You have to retrieve a
> list of objects when you need just one of them (wrong) or put a list in a
> session (very wrong). Create one instance of OptionModelImpl for each of
> your options (objects) and pass them to a SelectModelImpl.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to