You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Justin McAllister (JIRA)" <ta...@jakarta.apache.org> on 2005/09/02 17:42:13 UTC

[jira] Created: (TAPESTRY-626) @Form component creates two id tags

@Form component creates two id tags
-----------------------------------

         Key: TAPESTRY-626
         URL: http://issues.apache.org/jira/browse/TAPESTRY-626
     Project: Tapestry
        Type: Bug
    Versions: 4.0    
 Reporter: Justin McAllister


<form jwcid="submitter@Form" id="submitterId" listener="ognl:listeners.submit">

renders as:

<form id="submitter" id="submitterId">

cause:

FormSupportImpl.render()
adds the formal id tag without checking to see if the bindings contains an informal reference to the id tag


Thanks,
Justin

-- 
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
-
For more information on JIRA, 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-626) Form component can render id tag twice

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

    Fix Version: 4.0
     Resolution: Fixed

> Form component can render id tag twice
> --------------------------------------
>
>          Key: TAPESTRY-626
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-626
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>     Reporter: Justin McAllister
>     Assignee: Howard M. Lewis Ship
>      Fix For: 4.0

>
> <form jwcid="submitter@Form" id="submitterId" listener="ognl:listeners.submit">
> renders as:
> <form id="submitter" id="submitterId">
> cause:
> FormSupportImpl.render()
> adds the formal id tag without checking to see if the bindings contains an informal reference to the id tag
> Thanks,
> Justin

-- 
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
-
For more information on JIRA, 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] Updated: (TAPESTRY-626) Form component can render id tag twice

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

Howard M. Lewis Ship updated TAPESTRY-626:
------------------------------------------

    Component: Framework
      Summary: Form component can render id tag twice  (was: @Form component creates two id tags)

Solution is to add the id attribute as a reserved parameter.

> Form component can render id tag twice
> --------------------------------------
>
>          Key: TAPESTRY-626
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-626
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>     Reporter: Justin McAllister
>     Assignee: Howard M. Lewis Ship

>
> <form jwcid="submitter@Form" id="submitterId" listener="ognl:listeners.submit">
> renders as:
> <form id="submitter" id="submitterId">
> cause:
> FormSupportImpl.render()
> adds the formal id tag without checking to see if the bindings contains an informal reference to the id tag
> Thanks,
> Justin

-- 
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
-
For more information on JIRA, 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-626) @Form component creates two id tags

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

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

    Assign To: Howard M. Lewis Ship

> @Form component creates two id tags
> -----------------------------------
>
>          Key: TAPESTRY-626
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-626
>      Project: Tapestry
>         Type: Bug
>     Versions: 4.0
>     Reporter: Justin McAllister
>     Assignee: Howard M. Lewis Ship

>
> <form jwcid="submitter@Form" id="submitterId" listener="ognl:listeners.submit">
> renders as:
> <form id="submitter" id="submitterId">
> cause:
> FormSupportImpl.render()
> adds the formal id tag without checking to see if the bindings contains an informal reference to the id tag
> Thanks,
> Justin

-- 
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
-
For more information on JIRA, 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