Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-6
-
None
-
None
Description
GroovyRowResult should implement the Map interface and delegates all Map methods to the internal LinkedHashMap. This will make GroovyRowResults properties accessible in JSPs (with EL and JSTL) which can only work with Lists, Maps, Beans or arrays.