I have a bean that is being stored in the Session which contains a caseId
and a HashMap of related items.  In my JSP page I print the caseId and then
iterate over the HashMap and print out its key and value Object.  During
this iteration I need to be able to print out a link tag that will go to an
action with the caseId and the key of the HashMap.  I know I can't use the
paramId/paramName/paramValue because I need more than one argument added to
the query string.  But I also can't create a Map for the query parameters
because the Map is changing with each iteration and the HashMap doesn't have
a reference to the caseId.  How can I create a Map that will change with the
iterations?

Kimberly MacKellar
Thomson Financial Publishing
[EMAIL PROTECTED]

Reply via email to