You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Christophe Cordenier (JIRA)" <ji...@apache.org> on 2010/09/27 13:01:38 UTC

[jira] Created: (TAP5-1282) Form component generates invalid xHtml: there should not be the "name" attribute - Applied to 5.1

Form component generates invalid xHtml: there should not be the "name" attribute - Applied to 5.1
-------------------------------------------------------------------------------------------------

                 Key: TAP5-1282
                 URL: https://issues.apache.org/jira/browse/TAP5-1282
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.1.0.5
            Reporter: Christophe Cordenier
            Assignee: Howard M. Lewis Ship
            Priority: Minor
             Fix For: 5.2.0


Form generates invalid xhtml 1.0 strict - it
puts "name" attribute to the "form" tag and that is invalid.

' <form name="loginForm" id="loginForm" method="post" ...'


P.S. these are the first 2 lines of my Layout component:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd">

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TAP5-1282) Form component generates invalid xHtml: there should not be the "name" attribute - Applied to 5.1

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

Christophe Cordenier reassigned TAP5-1282:
------------------------------------------

    Assignee: Christophe Cordenier  (was: Howard M. Lewis Ship)

> Form component generates invalid xHtml: there should not be the "name" attribute - Applied to 5.1
> -------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1282
>                 URL: https://issues.apache.org/jira/browse/TAP5-1282
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Christophe Cordenier
>            Assignee: Christophe Cordenier
>            Priority: Minor
>             Fix For: 5.2.0, 5.1.0.8
>
>
> Form generates invalid xhtml 1.0 strict - it
> puts "name" attribute to the "form" tag and that is invalid.
> ' <form name="loginForm" id="loginForm" method="post" ...'
> P.S. these are the first 2 lines of my Layout component:
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd">

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (TAP5-1282) Form component generates invalid xHtml: there should not be the "name" attribute - Applied to 5.1

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

Christophe Cordenier closed TAP5-1282.
--------------------------------------

    Resolution: Fixed

backport done on 5.1.0.8

> Form component generates invalid xHtml: there should not be the "name" attribute - Applied to 5.1
> -------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1282
>                 URL: https://issues.apache.org/jira/browse/TAP5-1282
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Christophe Cordenier
>            Assignee: Christophe Cordenier
>            Priority: Minor
>             Fix For: 5.1.0.8, 5.2.0
>
>
> Form generates invalid xhtml 1.0 strict - it
> puts "name" attribute to the "form" tag and that is invalid.
> ' <form name="loginForm" id="loginForm" method="post" ...'
> P.S. these are the first 2 lines of my Layout component:
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd">

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1282) Form component generates invalid xHtml: there should not be the "name" attribute - Applied to 5.1

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

Christophe Cordenier updated TAP5-1282:
---------------------------------------

    Fix Version/s: 5.1.0.8

> Form component generates invalid xHtml: there should not be the "name" attribute - Applied to 5.1
> -------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1282
>                 URL: https://issues.apache.org/jira/browse/TAP5-1282
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Christophe Cordenier
>            Assignee: Christophe Cordenier
>            Priority: Minor
>             Fix For: 5.2.0, 5.1.0.8
>
>
> Form generates invalid xhtml 1.0 strict - it
> puts "name" attribute to the "form" tag and that is invalid.
> ' <form name="loginForm" id="loginForm" method="post" ...'
> P.S. these are the first 2 lines of my Layout component:
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd">

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (TAP5-1282) Form component generates invalid xHtml: there should not be the "name" attribute - Applied to 5.1

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

Christophe Cordenier reassigned TAP5-1282:
------------------------------------------

    Assignee: Christophe Cordenier  (was: Howard M. Lewis Ship)

> Form component generates invalid xHtml: there should not be the "name" attribute - Applied to 5.1
> -------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1282
>                 URL: https://issues.apache.org/jira/browse/TAP5-1282
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Christophe Cordenier
>            Assignee: Christophe Cordenier
>            Priority: Minor
>             Fix For: 5.2.0, 5.1.0.8
>
>
> Form generates invalid xhtml 1.0 strict - it
> puts "name" attribute to the "form" tag and that is invalid.
> ' <form name="loginForm" id="loginForm" method="post" ...'
> P.S. these are the first 2 lines of my Layout component:
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd">

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-1282) Form component generates invalid xHtml: there should not be the "name" attribute - Applied to 5.1

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

Christophe Cordenier updated TAP5-1282:
---------------------------------------

    Fix Version/s: 5.1.0.8

> Form component generates invalid xHtml: there should not be the "name" attribute - Applied to 5.1
> -------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1282
>                 URL: https://issues.apache.org/jira/browse/TAP5-1282
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Christophe Cordenier
>            Assignee: Christophe Cordenier
>            Priority: Minor
>             Fix For: 5.2.0, 5.1.0.8
>
>
> Form generates invalid xhtml 1.0 strict - it
> puts "name" attribute to the "form" tag and that is invalid.
> ' <form name="loginForm" id="loginForm" method="post" ...'
> P.S. these are the first 2 lines of my Layout component:
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd">

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (TAP5-1282) Form component generates invalid xHtml: there should not be the "name" attribute - Applied to 5.1

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

Christophe Cordenier closed TAP5-1282.
--------------------------------------

    Resolution: Fixed

backport done on 5.1.0.8

> Form component generates invalid xHtml: there should not be the "name" attribute - Applied to 5.1
> -------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1282
>                 URL: https://issues.apache.org/jira/browse/TAP5-1282
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Christophe Cordenier
>            Assignee: Christophe Cordenier
>            Priority: Minor
>             Fix For: 5.1.0.8, 5.2.0
>
>
> Form generates invalid xhtml 1.0 strict - it
> puts "name" attribute to the "form" tag and that is invalid.
> ' <form name="loginForm" id="loginForm" method="post" ...'
> P.S. these are the first 2 lines of my Layout component:
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd">

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.