Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: 1.6DR#2
    • Fix Version/s: 1.6DR#3, 1.6
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      All

      Description

      The taglib is well formed but fails validation (against http://java.sun.com/dtd//web-jsptaglibrary_1_2.dtd)

      this passes:
      Code:

       
         <tlib-version>1.6</tlib-version>
         <jsp-version>1.2</jsp-version>
         <short-name>ice</short-name>
         <uri>http://www.icesoft.com/icefaces/component&lt;/uri>
         <display-name>ICEfaces Component Suite</display-name>
       



      to fix... the order of these needs to be swapped:
      Code:

         <display-name>ICEfaces Component Suite</display-name>
         <uri>http://www.icesoft.com/icefaces/component&lt;/uri>
       

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #13420 Fri Mar 23 09:37:34 MDT 2007 frank.ye Fixed for ICE-1352, changes tld generator and add xmlvalidate target in build file
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/build.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/java/com/icesoft/metadata/generators/TLDGenerator.java

          People

          • Assignee:
            Unassigned
            Reporter:
            Ken Fyten
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: