You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Dennis Kieselhorst (JIRA)" <de...@myfaces.apache.org> on 2017/04/08 07:06:41 UTC

[jira] [Resolved] (TRINIDAD-2339) Trinidad on Jboss AS 6. Cannot deploy application because of syntax error in tld

     [ https://issues.apache.org/jira/browse/TRINIDAD-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Kieselhorst resolved TRINIDAD-2339.
------------------------------------------
    Resolution: Fixed

> Trinidad on Jboss AS 6. Cannot deploy application because of syntax error in tld
> --------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-2339
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2339
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 2.0.1-core
>         Environment: Jboss Application Server 6. With Myface 2.0
>            Reporter: Shoaib Ali Khan
>            Assignee: Dennis Kieselhorst
>            Priority: Critical
>             Fix For: 2.1.3-core
>
>
> 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>
> ..............



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)