JAVA struts输入框的问题,解决后重谢!(50分)

G

goflay

Unregistered / Unconfirmed
GUEST, unregistred user!
a.jsp 和b.jsp 都有属性 <html:text property="realname"/> a.jsp属性没有赋值,b.jsp赋值了,b.jsp中有一返回按钮执行javascript 返回到a.jsp ,返回以后a.jsp文件的属性值和b的一样,不是当初的空值了,这是什么原因?谢谢!
返回按钮执行的是do
cument.forms[0].action = "<%=request.getContextPath()%>/user_m.do?method=userCx";
do
cument.forms[0].submit();
其中user_m.do?method=userCx为a.jsp对应的DispatchAction的一个方法
 
B

butterflylly

Unregistered / Unconfirmed
GUEST, unregistred user!
为什么不用history.back()?
 

Similar threads

S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
713
import
I
I
回复
0
查看
896
import
I
I
回复
0
查看
549
import
I
顶部