On Thu, 12 Sep 2013 15:16:41 -0300, ANDRE Christophe <christophe.and...@docapost-bpo.com> wrote:

Hi,

Hi!

Your code is missing that part that provides the value for myObjects and what Tapestry version you're using. In addition, you seem to be only setting the model field when rendering the whole Grid. Why don't you remove the model field and replace it with this:

BeanModel<MyObject> getModel() {
return beanModelSource.createDisplayModel(myObject.class,resources.getMessages());
}

This will make sure the model passed to Grid is never null.

--
Thiago H. de Paula Figueiredo

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

Reply via email to