rani.. Report post Posted March 11, 2011 Hi, Can we set and get XML data(a String value) as a session attribute in jsp eg: <jsp:include page="Includes/FusionChartsHTMLRenderer.jsp" flush="true"> <jsp:param name="chartSWF" value="Charts/Pie2D.swf" /> <jsp:param name="strURL" value="" /> <jsp:param name="strXML" value= "<%=(String)session.getAttribute("strxml")%>" /> <jsp:param name="chartId" value="myFirst" /> <jsp:param name="chartWidth" value="600" /> <jsp:param name="chartHeight" value="300" /> <jsp:param name="debugMode" value="false" /> </jsp:include> Share this post Link to post Share on other sites
srividya_sharma Report post Posted March 14, 2011 Yes, you can. Please store the value from session in a variable and then assign this to strXML. Srividya Sharma Share this post Link to post Share on other sites