It seems that my svg code is not accepted by the jsp code verifier (lot of errors).
I tried the alternative: (<%@ page language="java" %> <%@ include file="/common/taglibs.jsp"%> <%@ taglib uri="/WEB-INF/struts-tags.tld" prefix="html" %> <html xmlns:svg="http://www.w3.org/2000/svg"> <p>This is my SVG diagram</p> </html> ) The code is seable in the appfuse jsp page source but my svg diagram is not on the page!! I am using the latest version of Mozilla firefox as my favorite browser. When i save the code above as an html page, every think will be ok but on jsp (appfuse) not!!!! Thanks a lot. Lounnaci Alex Coles wrote: > > On Tue, Aug 25, 2009 at 3:34 PM, > lounnaci<m.lounn...@hb-technologies.com.dz> wrote: >> >> <html >> xmlns:svg="http://www.w3.org/2000/svg"> >> >> <p>This is an HTML paragraph</p> >> >> >> >> </html> >> >> There is no error. the Diagram is not displayed on the page only. >> Please, by the way from where can i get the .tld files of struts? > > Why would you need to get rid of the .tld file? > > #1. When you view source in your browser, do you still see xmlns:svg > on the HTML element? > #2. Are you seeing the SVG content when you view source (even if its > not displaying)? > #3. What browser are you trying to view the SVG in? > > If you're seeing the SVG content when you view source in your browser, > then this is NOT an AppFuse issue. I'd suggest posting to a SVG > mailing list or doing some Googling. > > A couple links that might help though: > http://intertwingly.net/blog/2009/07/30/SvgWeb-Deployed > http://labs.silverorange.com/archive/2006/january/howtoinclude > > Alex > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > > > -- View this message in context: http://www.nabble.com/Embed-SVG-in-jsp-tp25132513s2369p25148928.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net