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.
我有一个分配给我的操作类中的会话属性的对象(Java bean)列表,如下所示:
List<NewProfile> profiles = ... ; session.setAttribute("profiles", profiles);
这profiles是一个名为 的类的对象列表NewProfile。
profiles
NewProfile
现在我必须检索配置文件并遍历每个NewProfile实例,并使用logic:iterate.
logic:iterate
欢迎提出建议!提前致谢!
问候维杰
可能这个样本可以帮助逻辑:迭代