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
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