CD napsal(a): > It might be best to write a couple of getter methods (one for getting > the keys and one for getting the values) that delegates to the > appropriate methods in the set or builds the keys and values on the > value using the set's contents.
Or if you are using facelets, you can write your own functions like: public Set keysFromMap(Map m) and public Object valueFromMap(Object key) -- Martin Beranek

