从 Struts2 项目到简单 JSP 项目检索以 CXML 文本作为值的隐藏参数时出现问题
我将cxml文档文本从Servlet传递到struts2中的JSP,jsp将提交表单BODY onload,action =“to Second Project”,同样的cxml文本也被传递到隐藏参数中并且工作正常,但是当我尝试接收该值时从第一个项目传递的参数不完整,只有我有前 15 个字符 -->
Am passing a cxml document text from Servlet to JSP in struts2 and the jsp will submit form BODY onload with action = "to Second Project" also the same cxml text been passed in hidden parameter and its working fine, but when i try receive the value of parameter passed from first Project its in-complete only i have got first 15 characters -->
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您正在使用
并且您的参数也有双引号。尝试用户值=''
I think you are using you are using
<input type="hidden" value="" />
and your parameter also got double quote. Try to user value=''