1 Reply Latest reply on Aug 16, 2007 5:33 AM by pmuir

    How to use declare/use namespace locally?

      Hello,

      I am trying to use ILOG JViews Chart with Seam 1.2.1. I am running into prefix not bound to a namespace problem.

      XML Parsing Error: prefix not bound to a namespace
      <jvcf:chartView style="width:500 px; height:300 px;"></jvcf:chartView>


      where jvcf is defined as

      xmlns:jvcf="http://www.ilog.com/jviews/tlds/jviews-chart-faces.tld"


      I think the URL is not valid. I found a copy of jviews-chart-faces.tld locally. Can I define the namespace to use the local copy instead? How would I go about doing that?

      Thanks for your help.
      -tony