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
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
2 matches
Mail list logo