I want to have a bean in which I can use the 'name=my_bean' attribute for the html:write tag.
The goal being, I want to have mutliple parameters on my URL.
I know I need a Map in my bean with all of my key value pairs.
So the question is, what do I name the Map so that Struts will know where the Map is within my bean? Or is there another attribute I'm not seeing to specify the Map?