You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Robert Zeigler (JIRA)" <ji...@apache.org> on 2009/06/23 21:30:07 UTC

[jira] Closed: (TAP5-749) The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"

     [ https://issues.apache.org/jira/browse/TAP5-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Zeigler closed TAP5-749.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.2

I didn't touch t:formdata, etc. in form.  That stuff isn't really conducive to js manipulation, anyway.

> The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"
> ---------------------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>             Fix For: 5.2
>
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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