Hi,
in a jsp I have an expression like this:
${states.get(state)}
On my dev machine everything works fine, on the staging it does not work, I
get:
java.lang.NoSuchMethodException: java.util.HashMap.get(java.lang.Integer)
states is:
Map states = new HashMap();
states.put(1, "foo");
...
Both machines running Java 1.6 with Tomcat 7.
What may be the problem here?
Thank you
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]