RE: Map backed ActionForm, and jstl expression language

2004-07-02 Thread John Martin
u can access the values by key in JSTL as ... translates to myForm.getValuesMap().get("theKey"); or the key can be dynamic ... ... translates to myForm.getValuesMap().get("foo"); HTH ... Bill Siggelkow John Martin wrote: > Hi all, > > Any help on the following problem would be

Map backed ActionForm, and jstl expression language

2004-07-01 Thread John Martin
Hi all, Any help on the following problem would be most appreciated. What i am trying to do is produce a report of data in tabular form with filters that will reduce the report set. There can be 100's of different reports but by passing in a report id to a database the query, filters, columns a