You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "sean schofield (JIRA)" <in...@incubator.apache.org> on 2005/02/01 20:24:25 UTC

[jira] Created: (MYFACES-99) myfaces_ext.tld contains illegal
tag

myfaces_ext.tld contains illegal <br/> tag
------------------------------------------

         Key: MYFACES-99
         URL: http://issues.apache.org/jira/browse/MYFACES-99
     Project: MyFaces
        Type: Bug
    Versions: 1.0.8 beta    
    Reporter: sean schofield


Version 1.159 of this file was checked in with a <br/> tag in the <description> of aliasBean.  User is getting a parse exception:

OracleJSP: oracle.jsp.parse.JspParseException: Line # 2, <%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h"%>
Error: oracle.xml.parser.v2.XMLParseException ( /jsp/common/Header.jsp ):
line #:17 column #:48 : FIXED type Attribute value not equal to the
default value 'http://java.sun.com/xml/ns/j2ee'.
line #:5344 column #:75 : Invalid element 'br' in content of
'description', expected elements '[PCDATA]'.
line #:5344 column #:75 : Element 'br' used but not declared.
line #:5345 column #:124 : Invalid element 'br' in content of
'description', expected elements '[PCDATA]'.
line #:5345 column #:124 : Element 'br' used but not declared.
line #:5366 column #:60 : Invalid element 'br' in content of
'description', expected elements '[PCDATA]'.
line #:5366 column #:60 : Element 'br' used but not declared.
line #:5367 column #:37 : Invalid element 'code' in content of
'description', expected elements '[PCDATA]'.
line #:5367 column #:37 : Element 'code' used but not declared.
line #:5367 column #:99 : Invalid element 'code' in content of
'description', expected elements '[PCDATA]'.
line #:5367 column #:99 : Element 'code' used but not declared.
First of all, it didn't look like there was a binary dowload available

Thanks to Norm Deane for reporting this.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (MYFACES-99) myfaces_ext.tld contains illegal
tag

Posted by "Sylvain Vieujot (JIRA)" <in...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-99?page=history ]
     
Sylvain Vieujot resolved MYFACES-99:
------------------------------------

    Resolution: Fixed

> myfaces_ext.tld contains illegal <br/> tag
> ------------------------------------------
>
>          Key: MYFACES-99
>          URL: http://issues.apache.org/jira/browse/MYFACES-99
>      Project: MyFaces
>         Type: Bug
>     Versions: 1.0.8 beta
>     Reporter: sean schofield
>  Attachments: tld.patch
>
> Version 1.159 of this file was checked in with a <br/> tag in the <description> of aliasBean.  User is getting a parse exception:
> OracleJSP: oracle.jsp.parse.JspParseException: Line # 2, <%@ taglib
> uri="http://java.sun.com/jsf/html" prefix="h"%>
> Error: oracle.xml.parser.v2.XMLParseException ( /jsp/common/Header.jsp ):
> line #:17 column #:48 : FIXED type Attribute value not equal to the
> default value 'http://java.sun.com/xml/ns/j2ee'.
> line #:5344 column #:75 : Invalid element 'br' in content of
> 'description', expected elements '[PCDATA]'.
> line #:5344 column #:75 : Element 'br' used but not declared.
> line #:5345 column #:124 : Invalid element 'br' in content of
> 'description', expected elements '[PCDATA]'.
> line #:5345 column #:124 : Element 'br' used but not declared.
> line #:5366 column #:60 : Invalid element 'br' in content of
> 'description', expected elements '[PCDATA]'.
> line #:5366 column #:60 : Element 'br' used but not declared.
> line #:5367 column #:37 : Invalid element 'code' in content of
> 'description', expected elements '[PCDATA]'.
> line #:5367 column #:37 : Element 'code' used but not declared.
> line #:5367 column #:99 : Invalid element 'code' in content of
> 'description', expected elements '[PCDATA]'.
> line #:5367 column #:99 : Element 'code' used but not declared.
> First of all, it didn't look like there was a binary dowload available
> Thanks to Norm Deane for reporting this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (MYFACES-99) myfaces_ext.tld contains illegal
tag

Posted by "sean schofield (JIRA)" <in...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-99?page=history ]

sean schofield updated MYFACES-99:
----------------------------------

    Attachment: tld.patch

Patch fixes the problem.  (Also removes illegal <code> tags.)

> myfaces_ext.tld contains illegal <br/> tag
> ------------------------------------------
>
>          Key: MYFACES-99
>          URL: http://issues.apache.org/jira/browse/MYFACES-99
>      Project: MyFaces
>         Type: Bug
>     Versions: 1.0.8 beta
>     Reporter: sean schofield
>  Attachments: tld.patch
>
> Version 1.159 of this file was checked in with a <br/> tag in the <description> of aliasBean.  User is getting a parse exception:
> OracleJSP: oracle.jsp.parse.JspParseException: Line # 2, <%@ taglib
> uri="http://java.sun.com/jsf/html" prefix="h"%>
> Error: oracle.xml.parser.v2.XMLParseException ( /jsp/common/Header.jsp ):
> line #:17 column #:48 : FIXED type Attribute value not equal to the
> default value 'http://java.sun.com/xml/ns/j2ee'.
> line #:5344 column #:75 : Invalid element 'br' in content of
> 'description', expected elements '[PCDATA]'.
> line #:5344 column #:75 : Element 'br' used but not declared.
> line #:5345 column #:124 : Invalid element 'br' in content of
> 'description', expected elements '[PCDATA]'.
> line #:5345 column #:124 : Element 'br' used but not declared.
> line #:5366 column #:60 : Invalid element 'br' in content of
> 'description', expected elements '[PCDATA]'.
> line #:5366 column #:60 : Element 'br' used but not declared.
> line #:5367 column #:37 : Invalid element 'code' in content of
> 'description', expected elements '[PCDATA]'.
> line #:5367 column #:37 : Element 'code' used but not declared.
> line #:5367 column #:99 : Invalid element 'code' in content of
> 'description', expected elements '[PCDATA]'.
> line #:5367 column #:99 : Element 'code' used but not declared.
> First of all, it didn't look like there was a binary dowload available
> Thanks to Norm Deane for reporting this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira