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

Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top