Action中:
private List
@Action("/findAllMessageAOP")
public String findAllMessageAOP() throws Exception
messageList=messageManager.queryAll();
return "find";//跳转到对应的jsp页面
Jsp页面的显示:
<%--用EL表达式直接调用属性循环输出对象的各个属性值--%>
<%--用EL表达式调用list对象的属性循环输出对象的各个属性值--%>
呈现效果如下: