Hi All, I am trying to achieved the following code below using only tags:
<%
HashMap myMap = someClass.getMyMap();
myMap.put("1", "one");
%>
someClass would return a HashMap.
I can't seem to find an example of how this can be done.
can someone point me to an example (or show me a example)?
- ej
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

