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

        Ken Fyten created issue -
        Ken Fyten made changes -
        Field Original Value New Value
        Estimated Complexity Low
        Fix Version/s 1.6DR#3 [ 10050 ]
        Assignee Priority P2
        Assignee Frank Ye [ frank.ye ]
        Priority Major [ 3 ] Minor [ 4 ]
        Frank Ye made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Fix Version/s 1.6 [ 10031 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Priority P2
        Assignee Frank Ye [ frank.ye ]

          People

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

            Dates

            • Created:
              Updated:
              Resolved: