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

StackOverflow https://stackoverflow.com/questions/5335084

  •  26-10-2019
  •  | 
  •  

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 -->

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top