You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Ming Hu <mi...@gmail.com> on 2006/04/06 23:59:36 UTC

collection property set values on a request scope backing bean

In order to set collection property correctly, the collection needs to
be initialized with correct size. This is no problem if the bean is
session scoped. But how can this be done if the bean is request
scoped? Thanks!

-- ming