Topic: struts怎么在一个hidden输入中引用其它bean的值? |
Print this page |
1.struts怎么在一个hidden输入中引用其它bean的值? | Copy to clipboard |
Posted by: Johnny Posted on: 2003-07-02 16:50 例如 <html:hidden property="userid" value=""/> 我想把它的值设为另一个action form的属性值(如loginActionForm.user),应该怎么写呢? |
2.Re:struts怎么在一个hidden输入中引用其它bean的值? [Re: Johnny] | Copy to clipboard |
Posted by: liuhey Posted on: 2003-07-24 14:20 可以这么写: <html:hidden name="loginActionForm" property="userid" /> 不过你必须在request或者session中有这个Form. 例如:你可以在Acton中 LoginActionForm loginForm=new LoginActionForm(); .....//做其他处理,例如赋值 request.setAttribute("loginActionForm",loginForm); ... |
3.Re:struts怎么在一个hidden输入中引用其它bean的值? [Re: Johnny] | Copy to clipboard |
Posted by: dxy1999 Posted on: 2003-08-04 20:22 难道不能写成<input type="hidden" name="name1" value='<bean:write name="beanname" property="attributeofbean"/>'> |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |