从 Struts2 项目到简单 JSP 项目检索以 CXML 文本作为值的隐藏参数时出现问题

发布于 2024-10-22 23:32:01 字数 160 浏览 9 评论 0原文

我将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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

油饼 2024-10-29 23:32:01

我认为您正在使用 并且您的参数也有双引号。尝试用户值=''

I think you are using you are using <input type="hidden" value="" /> and your parameter also got double quote. Try to user value=''

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文