Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.0.1-core
-
None
-
None
-
Jboss Application Server 6. With Myface 2.0
Description
When deploy application on Jboss 6 I get a XML parsing error for tr.tld. on line 113. The syntax error is on tag ' filedownloadactionlistener' . I have moved the description xml tag immediately after <tag>. Then it worked please refer to following change for solution to this problem.
<tag>
<description> <--Moved this description tag.
The fileDownloadActionListener tag provides a declarative syntax for downloading files to a user from a command component.
</description>
<name>fileDownloadActionListener</name>
<tag-class>org.apache.myfaces.trinidadinternal.taglib.listener.FileDownloadActionListenerTag</tag-class>
<body-content>empty</body-content>
<attribute>
<description>
the content or mime type of the file - e.g., text/html or application/pdf
</description>
<name>contentType</name>
<deferred-value/>
</attribute>
..............