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

[jira] Updated: (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 updated TAP5-749:
--------------------------------

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



  was:
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 this particular case.


<div id="searchTextFragment" class="" style="overflow: visible;">
<input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
<h3>Search Text</h3>
</div>



        Summary: The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"  (was: The FormFragment component creates a hidden field whose id ends with ":hidden")

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