程序员文章站
2024-03-22 11:03:34
...
action里面做处理。
Test test = new Test();
test.setTest1("test1");
test.setTest2("test2");
request.setAttribute("temp", test);
jsp里面拿
<!--
name:attribute里面的name
propertye:对象里面的属性,如果是String或基本类型,不用propertye,直接取。
scope:存的区域
-->
<bean:define id="form" name="temp" property="test2" scope="session"/>
<bean:write name="form"/>
上一篇: LeetCode刷题记录——第867题(转置矩阵)
下一篇: VIC运行笔记2020.1.13