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

        Hide
        Frank Ye added a comment -

        fix tld generator, add xml-validator target in ant build file.

        add local dtd to /src/main/resources/conf/dtd/web-jsptaglibrary_1_2.dtd

        Show
        Frank Ye added a comment - fix tld generator, add xml-validator target in ant build file. add local dtd to /src/main/resources/conf/dtd/web-jsptaglibrary_1_2.dtd

          People

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

            Dates

            • Created:
              Updated:
              Resolved: