sharkfin

Members
  • Content count

    3
  • Joined

  • Last visited

About sharkfin

  • Rank
    Forum Newbie
  1. Hi Srividya, I afraid by putting to root ...it runs into errors due to the structure of folder of the jar file. I did tried to unzip the file and add into the folder according. Here i attached source view code. Cheers:) David home[1].txt
  2. Dear Srividya, testfusionchart.ear -testfusionchar-ejb.jar -jboss-seam.jar -lib ->commons-beanutils.jar, richfaces-api.jar, antlr-runtime.jar, -META-INF ->MANIFEST.MF, application.xml, jboss-app.xml ->testfusionchart.war-->home.xhtml, login.xhtml, index.xhtml, -->/img -->/layout -->/META-INF->MANIFEST.MF -->/stylesheet -->/WEB-INF-->/classes -->/Data/data.xml -->/FusionCharts/column3d.swf, FusionCharts.js -->/lib/common-digester.jar, jsf-facelects.jar, fusionchartstaglibjsf1-2java5-version_4_1.jar, .....etc. - In war packages, it even works without adding the following .. "Place fusioncharts.taglib.xml in WEB-INF/lib folder Modify web.xml and add the context-param as shown: <context-param> <param-name>facelets.LIBRARIES</param-name> <param-value> /WEB-INF/lib/fusioncharts.taglib.xml </param-value> </context-param> " as the fusionchartstaglib..jar is added to war/web-inf/lib Thank you in advance. David
  3. Dear Srividya, Your example works perfectly in WAR packages. However the problem 'No chart display' in EAR packages. May i ask how do you handle this ? I am using Eclipse with JBoss/Seam2.2 Rgds David