Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.6DR#2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
ICEsoft Forum Reference:
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</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</uri>
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</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</uri>
Activity
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #13420 | Fri Mar 23 09:37:34 MDT 2007 | frank.ye | Fixed for |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component-metadata/build.xml
MODIFY
/icefaces/trunk/icefaces/component-metadata/src/main/java/com/icesoft/metadata/generators/TLDGenerator.java
|
| 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 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.6 [ 10031 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P2 | |
| Assignee | Frank Ye [ frank.ye ] |

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