Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是这个社区的新手。我正在使用 JSF 2.0,其 web-app 版本为 2.5。我在 tomcat 6 服务器中运行该应用程序。
我想显示存储在 bean UserMessageBean.java 中的字符串属性 messageDesc 中的消息。我的数据结构是
Map(Integer, List(UserMessageBean)).
Map(Integer, List(UserMessageBean))
我无法遍历地图以显示消息。
我正在尝试使用 c:foreach 来显示消息字符串,但我没有这样做。
提前感谢您的支持。