Thanks for your reply. Hmmm... I tried this and nothing shows up. Am I missing something? Seems like an awful lot of work to add one column.
Jean-Philippe > -----Original Message----- > From: Robin Helgelin [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 20, 2007 1:40 PM > To: Tapestry users > Subject: Re: [T5] Grid component > > On 9/20/07, Robin Helgelin <[EMAIL PROTECTED]> wrote: > > userModel.add("action", new > > ActionPC()).label("Actions").sortable(false); > > Oops. > > class ActionPC implements PropertyConduit { > public Object get(Object arg0) {return "";} > public Class getPropertyType() {return String.class;} > public void set(Object arg0, Object arg1) {} > public <T extends Annotation> T getAnnotation(Class<T> arg0) {return > null;} > } > > > -- > regards, > Robin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]