Attribute sortable in grid

2010-09-27 Thread Cucchietti Denis
Hello everybody ! I have a little problem in my grid component. I want to offer the possibility to sort a column in my grid. The problem is that this column is not an attribute of my object. I have created a new attribute in my grid component like this : TML : table

Re: Attribute sortable in grid

2010-09-27 Thread Massimo Lusetti
On Mon, Sep 27, 2010 at 10:33 AM, Cucchietti Denis denis.cucchie...@atosorigin.com wrote: So, I've the icon that indicate that the column can be sort but it's don't work ! I would like can sort by Belong to or Combines. You should dig a little more, have a look at the griddatasource and start

Re: Attribute sortable in grid

2010-09-27 Thread Thiago H. de Paula Figueiredo
On Mon, 27 Sep 2010 05:33:35 -0300, Cucchietti Denis denis.cucchie...@atosorigin.com wrote: Hello everybody ! Hi! I have a little problem in my grid component. I want to offer the possibility to sort a column in my grid. The problem is that this column is not an attribute of my object.

RE: Attribute sortable in grid

2010-09-27 Thread Cucchietti Denis
d'origine- De : Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Envoyé : lundi 27 septembre 2010 14:47 À : Tapestry users Objet : Re: Attribute sortable in grid On Mon, 27 Sep 2010 05:33:35 -0300, Cucchietti Denis denis.cucchie...@atosorigin.com wrote: Hello everybody ! Hi! I

Re: Attribute sortable in grid

2010-09-27 Thread Thiago H. de Paula Figueiredo
On Mon, 27 Sep 2010 10:38:38 -0300, Cucchietti Denis denis.cucchie...@atosorigin.com wrote: Hi Thiago. Hi! I have tried with a property conduit but the problem is my new column is not an attribute of my object Structure so I don't know how to use it : PropertyConduit propCdtAttribute =

RE: Attribute sortable in grid

2010-09-27 Thread Cucchietti Denis
) { this.listOfParentStructures = listOfParentStructures; } Thanks ;-) -Message d'origine- De : Thiago H. de Paula Figueiredo [mailto:thiag...@gmail.com] Envoyé : lundi 27 septembre 2010 15:47 À : Tapestry users Objet : Re: Attribute sortable in grid On Mon, 27 Sep 2010 10:38:38 -0300

Re: Attribute sortable in grid

2010-09-27 Thread Thiago H. de Paula Figueiredo
On Mon, 27 Sep 2010 11:35:00 -0300, Cucchietti Denis denis.cucchie...@atosorigin.com wrote: Thanks a lot Thiago its works You're welcome! model.add(relation, this.relationPropertyConduit).sortable(true); } I don't think you need to set it as sortable, as BeanModel