Re: Contrib Table problem : not able to update checkboxes in the table

2005-08-30 Thread Somu Chandra
Thanks for the help, It worked . Here is the code snippet of my working code.. .page .java private IPrimaryKeyConvertor m_dataItemConvertor; public OfficeList() { super(); // define a IPrimaryKeyConvertor that gets DataItems from the original // list m_dataItemConvertor = new IPri

Re: Contrib Table problem : not able to update checkboxes in the table

2005-08-29 Thread Mind Bridge
Hi, Try adding the following parameter to your Table component: keyExpression="officeName" Does it work? (I guess it is high time to get the documentation checked in...) Somu Chandra wrote: Hello, I am using tapestry 4 beta-5 for my application. I have Checkboxes in my contrib tab