F
ff_ff
Unregistered / Unconfirmed
GUEST, unregistred user!
我想实现
编辑单位信息的功能.
在action中把用户信息类bur放入到session中
UBureauDAO burDao = UBureauDAO
.getFromApplicationContext(new ClassPathXmlApplicationContext(
"classpath*:applicationContext.xml");
UBureau bur = burDao.findById(Integer.parseInt(bureauId));
/*
* 放入request中
*/
session.setAttribute("bur", bur);
跳转到编辑页面editBur.jsp
在这里想把单位信息显示在文本框中.
单位名称: <html:text property="burName"
value="<bean:write name="bur"
property="bureauName"
/>"
/>
<html:errors property="burName"
/>
报错.
小弟对struts标签不熟悉.
请高手指点一下.
热心朋友也可
qq:258268936
联系。
编辑单位信息的功能.
在action中把用户信息类bur放入到session中
UBureauDAO burDao = UBureauDAO
.getFromApplicationContext(new ClassPathXmlApplicationContext(
"classpath*:applicationContext.xml");
UBureau bur = burDao.findById(Integer.parseInt(bureauId));
/*
* 放入request中
*/
session.setAttribute("bur", bur);
跳转到编辑页面editBur.jsp
在这里想把单位信息显示在文本框中.
单位名称: <html:text property="burName"
value="<bean:write name="bur"
property="bureauName"
/>"
/>
<html:errors property="burName"
/>
报错.
小弟对struts标签不熟悉.
请高手指点一下.
热心朋友也可
qq:258268936
联系。