Dom,
This is working great! Following your example helped me to better
understand the table component too.
Specifically, it never occurred to me that I could generate the string
for the table columns in the class file like this:
public String getTableColumns()
{ //Column id:Column Title:
I did something recently that might be of use, it was not pretty though...
Basically the underlying page returned a list of MarketData objects (POJOs)
that each have a method called getMarketData(String key) on them that pulled
data from a map
i.e. each Market Data object held a number of pieces