在使用资源文件的时候 需要将中文转换一下
native2ascii –encoding gbk applicationResources_temp.properties
rediect 的使用
struts redirect =true false的区别
=true时 request请求失效 url 路径显示跳转的路径 是不同的请求
=false时 request 请求有效 url 路径是.do 的路径没有跳转 是同一个请求
跳转一页面
selt.location.href
parent.location.href
提交的时候 可以使用target参数 <form action="" target="_parent"/>
native2ascii –encoding gbk applicationResources_temp.properties
rediect 的使用
struts redirect =true false的区别
=true时 request请求失效 url 路径显示跳转的路径 是不同的请求
=false时 request 请求有效 url 路径是.do 的路径没有跳转 是同一个请求
跳转一页面
selt.location.href
parent.location.href
提交的时候 可以使用target参数 <form action="" target="_parent"/>