I don't follow.

Is there a getTestList() method in the objects contained by the
getTable() method of your page?  If not, then your code won't work. 
The code you and I both wrote assumes that testList is an member of
the items being iterated by the table.

If, instead, you want to display something not accessible to the
object in the row AND you dont want to use the Block you need to use
the '=' syntax for the column definition.  Seems easier to use the
block though.

Instead of columns="testString, testList.name"
try
columns="testString, =testName"

where testName is some ognl expression that evaluates to an ITableColumn.

Check out the docs for TableView.

http://jakarta.apache.org/tapestry/tapestry-contrib/ComponentReference/TableView.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to