From: "Goswami, Raj" <[EMAIL PROTECTED]>
> I had the same problem. Thanks for your answer. How do I provide a the
key
> name though? For e.g. suppose I have a map with key names as employeeId,
> employeeLastName, employeeFirstName etc. and I want to print it by calling
the
> individual key names, not just arbitrarily any key as I might lose the
order in that
> case.
<c:out value="${myForm.map.employeeId}" />
(or just <c:out value="${myMap.employeeId}" />, I'm not sure if yours is a
dynamic form.)
The dotted names should work in <bean:write> as well, without the
expression.
--
Wendy Smoak
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]