开发者

Problem while retrieving hidden parameter with CXML text as value from Struts2 Project to Simple JSP project

Am passing a cxml document text from Servlet to JSP in struts2 and the jsp will submit f开发者_如何学运维orm 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 -->


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜