Greetings,

I was going through WicketExtensions DataTable source and I was wondering how to create a hyperlink using PropertyColumn.

In docs it says:

columns[0] = new PropertyColumn(new Model("Family Id"), "familyId");

What I want to do is,
1) create a Link using the field value "familyId",and directing to another page 
which display SubFamilies related to
selected 'familyId'
2) create a Link which direct to another website . eg: 
http://www.ncbi.org/family?id=$familyid


My domain model is as:

One 'Family' has many 'SubFamily' objects.




||

Reply via email to