jstl - JSF 2.0 Iterate over a Map of Collection -


i new community. using jsf 2.0 having web-app version 2.5. running application in tomcat 6 server.

i want show messages stored in string property messagedesc present in bean usermessagebean.java. data structure

map(integer, list(usermessagebean)).

i unable iterate on map show messages.

i trying use c:foreach display message string failed so.

thanks support in advance.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -