You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Pallinger Péter (JIRA)" <ji...@apache.org> on 2011/02/17 16:35:25 UTC

[jira] Created: (TAP5-1448) buggy example for org.apache.tapestry5.corelib.components.Errors

buggy example for org.apache.tapestry5.corelib.components.Errors
----------------------------------------------------------------

                 Key: TAP5-1448
                 URL: https://issues.apache.org/jira/browse/TAP5-1448
             Project: Tapestry 5
          Issue Type: Bug
          Components: documentation
    Affects Versions: 5.1.0.7, 5.2.4
            Reporter: Pallinger Péter
            Priority: Trivial


The tag "<t:errors>" isn't closed. It should be "<t:errors></t:errors>".


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (TAP5-1448) Example for org.apache.tapestry5.corelib.components.Errors uses invalid xml

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13094637#comment-13094637 ] 

Hudson commented on TAP5-1448:
------------------------------

Integrated in tapestry-trunk-freestyle #497 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/497/])
    TAP5-1620: Tml parsing expression error
TAP5-1448: Example for org.apache.tapestry5.corelib.components.Errors uses invalid xml

robertdzeigler : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1163619
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Errors.xdoc
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/SaxTemplateParser.java
* /tapestry/tapestry5/trunk/tapestry-core/src/test/app1/ExpressionInJsFunction.tml
* /tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java
* /tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/ExpressionInJsFunction.java
* /tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/Index.java


> Example for org.apache.tapestry5.corelib.components.Errors uses invalid xml
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1448
>                 URL: https://issues.apache.org/jira/browse/TAP5-1448
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 5.2, 5.1
>            Reporter: Pallinger Péter
>            Assignee: Robert Zeigler
>            Priority: Trivial
>             Fix For: 5.3
>
>         Attachments: 1448.txt
>
>
> The tag "<t:errors>" isn't closed. It should be "<t:errors></t:errors>".
> You can look at it here
> http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/Errors.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Closed] (TAP5-1448) Example for org.apache.tapestry5.corelib.components.Errors uses invalid xml

Posted by "Robert Zeigler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Zeigler closed TAP5-1448.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3

> Example for org.apache.tapestry5.corelib.components.Errors uses invalid xml
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1448
>                 URL: https://issues.apache.org/jira/browse/TAP5-1448
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 5.2, 5.1
>            Reporter: Pallinger Péter
>            Assignee: Robert Zeigler
>            Priority: Trivial
>             Fix For: 5.3
>
>         Attachments: 1448.txt
>
>
> The tag "<t:errors>" isn't closed. It should be "<t:errors></t:errors>".
> You can look at it here
> http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/Errors.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (TAP5-1448) Example for org.apache.tapestry5.corelib.components.Errors uses invalid xml

Posted by "Robert Zeigler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Zeigler updated TAP5-1448:
---------------------------------

    Summary: Example for org.apache.tapestry5.corelib.components.Errors uses invalid xml  (was: buggy example for org.apache.tapestry5.corelib.components.Errors)

> Example for org.apache.tapestry5.corelib.components.Errors uses invalid xml
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1448
>                 URL: https://issues.apache.org/jira/browse/TAP5-1448
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 5.2, 5.1
>            Reporter: Pallinger Péter
>            Assignee: Robert Zeigler
>            Priority: Trivial
>         Attachments: 1448.txt
>
>
> The tag "<t:errors>" isn't closed. It should be "<t:errors></t:errors>".
> You can look at it here
> http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/Errors.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (TAP5-1448) buggy example for org.apache.tapestry5.corelib.components.Errors

Posted by "Robert Zeigler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Zeigler reassigned TAP5-1448:
------------------------------------

    Assignee: Robert Zeigler

> buggy example for org.apache.tapestry5.corelib.components.Errors
> ----------------------------------------------------------------
>
>                 Key: TAP5-1448
>                 URL: https://issues.apache.org/jira/browse/TAP5-1448
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 5.2, 5.1
>            Reporter: Pallinger Péter
>            Assignee: Robert Zeigler
>            Priority: Trivial
>         Attachments: 1448.txt
>
>
> The tag "<t:errors>" isn't closed. It should be "<t:errors></t:errors>".
> You can look at it here
> http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/Errors.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (TAP5-1448) buggy example for org.apache.tapestry5.corelib.components.Errors

Posted by "Pallinger Péter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pallinger Péter updated TAP5-1448:
----------------------------------

          Description: 
The tag "<t:errors>" isn't closed. It should be "<t:errors></t:errors>".

You can look at it here
http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/Errors.html

  was:
The tag "<t:errors>" isn't closed. It should be "<t:errors></t:errors>".


    Affects Version/s:     (was: 5.2.4)
                           (was: 5.1.0.7)
                       5.1
                       5.2

> buggy example for org.apache.tapestry5.corelib.components.Errors
> ----------------------------------------------------------------
>
>                 Key: TAP5-1448
>                 URL: https://issues.apache.org/jira/browse/TAP5-1448
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 5.2, 5.1
>            Reporter: Pallinger Péter
>            Priority: Trivial
>
> The tag "<t:errors>" isn't closed. It should be "<t:errors></t:errors>".
> You can look at it here
> http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/Errors.html

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (TAP5-1448) Example for org.apache.tapestry5.corelib.components.Errors uses invalid xml

Posted by "Robert Zeigler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Zeigler updated TAP5-1448:
---------------------------------

    Summary: Example for org.apache.tapestry5.corelib.components.Errors uses invalid xml  (was: buggy example for org.apache.tapestry5.corelib.components.Errors)

> Example for org.apache.tapestry5.corelib.components.Errors uses invalid xml
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1448
>                 URL: https://issues.apache.org/jira/browse/TAP5-1448
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 5.2, 5.1
>            Reporter: Pallinger Péter
>            Assignee: Robert Zeigler
>            Priority: Trivial
>         Attachments: 1448.txt
>
>
> The tag "<t:errors>" isn't closed. It should be "<t:errors></t:errors>".
> You can look at it here
> http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/Errors.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (TAP5-1448) buggy example for org.apache.tapestry5.corelib.components.Errors

Posted by "Robert Zeigler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Zeigler reassigned TAP5-1448:
------------------------------------

    Assignee: Robert Zeigler

> buggy example for org.apache.tapestry5.corelib.components.Errors
> ----------------------------------------------------------------
>
>                 Key: TAP5-1448
>                 URL: https://issues.apache.org/jira/browse/TAP5-1448
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 5.2, 5.1
>            Reporter: Pallinger Péter
>            Assignee: Robert Zeigler
>            Priority: Trivial
>         Attachments: 1448.txt
>
>
> The tag "<t:errors>" isn't closed. It should be "<t:errors></t:errors>".
> You can look at it here
> http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/Errors.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (TAP5-1448) Example for org.apache.tapestry5.corelib.components.Errors uses invalid xml

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13094637#comment-13094637 ] 

Hudson commented on TAP5-1448:
------------------------------

Integrated in tapestry-trunk-freestyle #497 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/497/])
    TAP5-1620: Tml parsing expression error
TAP5-1448: Example for org.apache.tapestry5.corelib.components.Errors uses invalid xml

robertdzeigler : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1163619
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Errors.xdoc
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/SaxTemplateParser.java
* /tapestry/tapestry5/trunk/tapestry-core/src/test/app1/ExpressionInJsFunction.tml
* /tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/CoreBehaviorsTests.java
* /tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/ExpressionInJsFunction.java
* /tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/Index.java


> Example for org.apache.tapestry5.corelib.components.Errors uses invalid xml
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1448
>                 URL: https://issues.apache.org/jira/browse/TAP5-1448
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 5.2, 5.1
>            Reporter: Pallinger Péter
>            Assignee: Robert Zeigler
>            Priority: Trivial
>             Fix For: 5.3
>
>         Attachments: 1448.txt
>
>
> The tag "<t:errors>" isn't closed. It should be "<t:errors></t:errors>".
> You can look at it here
> http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/Errors.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (TAP5-1448) buggy example for org.apache.tapestry5.corelib.components.Errors

Posted by "François Facon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

François Facon updated TAP5-1448:
---------------------------------

    Attachment: 1448.txt

hope this help

> buggy example for org.apache.tapestry5.corelib.components.Errors
> ----------------------------------------------------------------
>
>                 Key: TAP5-1448
>                 URL: https://issues.apache.org/jira/browse/TAP5-1448
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 5.2, 5.1
>            Reporter: Pallinger Péter
>            Priority: Trivial
>         Attachments: 1448.txt
>
>
> The tag "<t:errors>" isn't closed. It should be "<t:errors></t:errors>".
> You can look at it here
> http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/Errors.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (TAP5-1448) Example for org.apache.tapestry5.corelib.components.Errors uses invalid xml

Posted by "Robert Zeigler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Zeigler closed TAP5-1448.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3

> Example for org.apache.tapestry5.corelib.components.Errors uses invalid xml
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1448
>                 URL: https://issues.apache.org/jira/browse/TAP5-1448
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 5.2, 5.1
>            Reporter: Pallinger Péter
>            Assignee: Robert Zeigler
>            Priority: Trivial
>             Fix For: 5.3
>
>         Attachments: 1448.txt
>
>
> The tag "<t:errors>" isn't closed. It should be "<t:errors></t:errors>".
> You can look at it here
> http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/Errors.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (TAP5-1448) buggy example for org.apache.tapestry5.corelib.components.Errors

Posted by "Pallinger Péter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pallinger Péter updated TAP5-1448:
----------------------------------

          Description: 
The tag "<t:errors>" isn't closed. It should be "<t:errors></t:errors>".

You can look at it here
http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/Errors.html

  was:
The tag "<t:errors>" isn't closed. It should be "<t:errors></t:errors>".


    Affects Version/s:     (was: 5.2.4)
                           (was: 5.1.0.7)
                       5.1
                       5.2

> buggy example for org.apache.tapestry5.corelib.components.Errors
> ----------------------------------------------------------------
>
>                 Key: TAP5-1448
>                 URL: https://issues.apache.org/jira/browse/TAP5-1448
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 5.2, 5.1
>            Reporter: Pallinger Péter
>            Priority: Trivial
>
> The tag "<t:errors>" isn't closed. It should be "<t:errors></t:errors>".
> You can look at it here
> http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/Errors.html

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (TAP5-1448) buggy example for org.apache.tapestry5.corelib.components.Errors

Posted by "François Facon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

François Facon updated TAP5-1448:
---------------------------------

    Attachment: 1448.txt

hope this help

> buggy example for org.apache.tapestry5.corelib.components.Errors
> ----------------------------------------------------------------
>
>                 Key: TAP5-1448
>                 URL: https://issues.apache.org/jira/browse/TAP5-1448
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 5.2, 5.1
>            Reporter: Pallinger Péter
>            Priority: Trivial
>         Attachments: 1448.txt
>
>
> The tag "<t:errors>" isn't closed. It should be "<t:errors></t:errors>".
> You can look at it here
> http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/Errors.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira