jsp输出动态内容的方法

来源:互联网 发布:macbookair下载淘宝 编辑:程序博客网 时间:2024/05/17 02:00

Struts

有两个bean标签产输出:

<bean:write>

<bean:message>

 

<bean:write name="story" scope="page" property="storyTitle" />

<bean:write name="memberVO" scope="request" property="addresses[1]" /> //数组

<bean:write name="memberVO" scope="request" property="address(BUSINESS).street1" /> //HashMap

 

 

<bean:message key="javaedge.header.logout" />

 

 

jsp

out.write()

 

原创粉丝点击