[JBoss JIRA] Created: (RF-7705) Duplicate tags in facelets tag library
by Alexander Smirnov (JIRA)
Duplicate tags in facelets tag library
--------------------------------------
Key: RF-7705
URL: https://jira.jboss.org/jira/browse/RF-7705
Project: RichFaces
Issue Type: Bug
Components: build
Affects Versions: 3.3.0
Environment: Glassfish V3 server with shared facelets library.
Reporter: Alexander Smirnov
Glassfish server has XML validation on by default. Facelets taglib parser throws exception during initialization:
The part of library is :
<tag>
02. <tag-name>dragIndicator</tag-name>
03. <component>
04. <component-type>org.richfaces.DragIndicator</component-type>
05. <renderer-type>org.richfaces.DragIndicatorRenderer</renderer-type>
06. </component>
07. </tag>
08.<tag>
09. <tag-name>dragListener</tag-name>
10. <handler-class>
11. org.richfaces.taglib.DragListenerHandler
12. </handler-class>
13.
14. </tag>
15.<tag>
16. <tag-name>dragListener</tag-name>
17. <handler-class>
18. org.richfaces.taglib.DragListenerHandler
19. </handler-class>
20.
21. </tag>
22.<tag>
23. <tag-name>dragSupport</tag-name>
24. <component>
25. <component-type>org.richfaces.DragSupport</component-type>
26. <renderer-type>org.richfaces.DragSupportRenderer</renderer-type>
27. <handler-class>org.richfaces.taglib.DragSupportHandler</handler-class>
28. </component>
29. </tag>
30.<tag>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months