为什么Action中得不到form表单中的值_百度知道
最佳答案: 不知道你用struts哪个版本。 如果你用struts2的话。只有作为参数传递到action中的才能用request.getParameter取值。 否则你要在action中加全局变量imgType,...更多关于ActionForm 无法获取值的问题>>
struts2的action获取不了前台表单的值_百度知道
[专业]答案:目测,应该是拦截器少引用一个defaultStack了。 <interceptor-stack name="myInterceptorStack"><interceptor-ref name="defaultStack"></interceptor-ref><...更多关于ActionForm 无法获取值的问题>>