> Could you elaborate what happens when I specify the name along with
the
> property attribute?
The "name" attribute tells the <bean:define/> tag what key to use in the
page/request/session/application scope. Without it, you're trying to
get a property from nothing.
> Does struts iterate through each item in the Map,
> calling get("key") and get("value") on each item in the Map?
The <html:options/> tag iterates over the Map's entrySet(). It then
calls getKey() and getValue() on each Map.Entry for the options.
> Is there any link/website where I can read more about this?
I honestly don't know. I usually just read the source.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]