You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Per Olesen (JIRA)" <ta...@jakarta.apache.org> on 2005/03/22 09:59:21 UTC

[jira] Created: (TAPESTRY-285) Form "name" parameter should be reserved

Form "name" parameter should be reserved
----------------------------------------

         Key: TAPESTRY-285
         URL: http://issues.apache.org/jira/browse/TAPESTRY-285
     Project: Tapestry
        Type: Bug
  Components: Framework  
    Versions: 3.0.2    
    Reporter: Per Olesen
    Priority: Trivial


The Form component always renders the "name" property itself, but it does not define "name" as being reserved. If html template looks like this:

  <form jwcid="xxx" name="myname">

Then the resulting html will be something like this:

  <form name="Form0" name="myname"...>

Which is clearly wrong.
The name parameter of the template should be removed in the final output.



-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Closed: (TAPESTRY-285) Form "name" parameter should be reserved

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-285?page=history ]
     
Howard M. Lewis Ship closed TAPESTRY-285:
-----------------------------------------

     Resolution: Fixed
    Fix Version: 3.1

Also updated the Go component (WML).

> Form "name" parameter should be reserved
> ----------------------------------------
>
>          Key: TAPESTRY-285
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-285
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 3.0.2
>     Reporter: Per Olesen
>     Assignee: Howard M. Lewis Ship
>     Priority: Trivial
>      Fix For: 3.1

>
> The Form component always renders the "name" property itself, but it does not define "name" as being reserved. If html template looks like this:
>   <form jwcid="xxx" name="myname">
> Then the resulting html will be something like this:
>   <form name="Form0" name="myname"...>
> Which is clearly wrong.
> The name parameter of the template should be removed in the final output.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Assigned: (TAPESTRY-285) Form "name" parameter should be reserved

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-285?page=history ]

Howard M. Lewis Ship reassigned TAPESTRY-285:
---------------------------------------------

    Assign To: Howard M. Lewis Ship

> Form "name" parameter should be reserved
> ----------------------------------------
>
>          Key: TAPESTRY-285
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-285
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 3.0.2
>     Reporter: Per Olesen
>     Assignee: Howard M. Lewis Ship
>     Priority: Trivial
>      Fix For: 3.1

>
> The Form component always renders the "name" property itself, but it does not define "name" as being reserved. If html template looks like this:
>   <form jwcid="xxx" name="myname">
> Then the resulting html will be something like this:
>   <form name="Form0" name="myname"...>
> Which is clearly wrong.
> The name parameter of the template should be removed in the final output.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org