以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 SVG/GML/VRML/X3D/XAML 』  (http://bbs.xml.org.cn/list.asp?boardid=21)
----  svg图tomcat 和 weblogic 显示难道有不同??  (http://bbs.xml.org.cn/dispbbs.asp?boardid=21&rootid=&id=39150)


--  作者:magic_j
--  发布时间:10/20/2006 7:25:00 PM

--  svg图tomcat 和 weblogic 显示难道有不同??
我在tomcat上调试好的程序,为什么到了weblogic上就不显示了,具体是这个样子的:
这个是显示的那个页面代码
<embed  name="fig3" width="100%" height="700" type="image/svg+xml" src="Viewsvg.jsp?assignId=<%=request.getParameter("assignId")%>&event_id=<%=request.getParameter("event_id")%>&buz_type=<%=request.getParameter("buz_type")%>"/>

下面是Viewsvg.jsp里面的代码:
<%
String a=request.getParameter("assignId");

 
 String buz_id = request.getParameter("event_id");
 String buz_Type = request.getParameter("buz_Type");
    String xmlstring = com.task.action.TaskSVGAction.fetchSVGString(buz_id,buz_Type,a);
response.getWriter().println(xmlstring);
%>

这样在tomcat上显示没有问题,为什么在weblogic不显示,而且没有显示的svg图用另存之后的代码和tomcat上显示的另存出来的代码是一样的啊,有没有高手知道??


W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
31.006ms