We have written XML driven data access components that implement the
Collection interface. A data access object retrieves data from the JDBC
ResultSet then uses the query�s metadata to load the rows into HashMaps.
Each database row is stored in a HashMap. All said and done, we have a
collection of HashMaps.

Now, how do we access the HashMap's values in the logic:iterate tag? The
traditional bean:write tag wants a bean but we have a HashMap? We have
looked through Apache Tablibs but we haven�t found any existing tag to
handle an existing HashMap. If there is no existing way to get to this data,
we can write such a tag.

Thanks,

JT

Reply via email to