On Mon, 4 Jun 2001, Deadman, Hal wrote:

> I don't think what you are trying to do should be done in the JSP by a
> struts/custom tag.

 Maybe it's a dumb idea, but that's never stopped me before. =:]

> Why not copy the value objects in the HashMap to an array based on the order
> of the keys in your String array? Then pass the array to the JSP instead of
> the HashMap. If you need the keys and they aren't attributes of the value
> objects then you can pass the String array of keys to the JSP too.

 I used an ArrayList of String[]s and that worked fine. Thanks.

Reply via email to