1 Reply Latest reply on Jan 27, 2006 11:40 AM by magnetic

    Custom Tag w/ JBOSS IDE - Unknown tag

    magnetic

      Platform Windows XP Pro
      Java version 1.5.0_02
      Eclipse 3.1.1
      JBOSS 4.0.3

      The Error: When the first custom tag is reached;

      "org.apache.jasper.JasperException: /POAdd.jsp(18,2) Unknown attribute type (String) for attribute arg1."

      Where "arg1" is the name of the first attribute in the first tag.

      The taglibrary was working prior to configuring a datasource via the *-ds.xml file and resource-refs. It seams as though jboss-ide no longer knows where to find the .jar, as all of the tags now show up as unrecognized.

      The taglib jar is referenced in project > properties > java build path > libraries.

      Any insight would be much appreciated. I am going to create the project fresh, I will post back if i find the error.