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
<[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to