Re: Complex Bindings with Contrib Table

2006-10-19 Thread Daniel Jue
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:

Re: Complex Bindings with Contrib Table

2006-10-19 Thread Dom Couldwell
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