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