You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org> on 2005/09/05 23:31:30 UTC

[jira] Updated: (TAPESTRY-626) Form component can render id tag twice

     [ 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