Em Mon, 19 Jan 2009 13:33:42 -0300, immutability <devli...@bielik.org> escreveu:

So I thought of the standard way of doing this - in the
onSuccessFromFormFilter handler I do the following:

As Tapestry uses redirect-after-post by default, it does not renders the page in the same request it processes form submissions. You're setting that column as unsortable in the form submission request, when it must be set in the render request. One way to do it is to nameColumn.sortable(false) the the method that returns the BeanModel.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

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

Reply via email to