[ http://issues.apache.org/jira/browse/TAPESTRY-678?page=all ]

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

    Summary: LinkSubmit does not work correctly when the browser's back button 
is used and the form resubmitted normally  (was: LinkSubmit does not work 
correctly when the BACK button is used)

> LinkSubmit does not work correctly when the browser's back button is used and 
> the form resubmitted normally
> -----------------------------------------------------------------------------------------------------------
>
>          Key: TAPESTRY-678
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-678
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>  Environment: 4.0b7
>     Reporter: Norbert Sándor
>     Assignee: Howard M. Lewis Ship

>
> Hello,
> I have a Form with 2 LinkSubmits, A and B.
> 1. I click B, it works correctly
> 2. I press the BACK button
> 3. I click A, but it acts as I would have clicked B
> The browser seems to cache the value of the hidden fields associated with the 
> LinkSubmits. When I go back, the hidden field of B already contains the 'T' 
> value. In 3. the hidden field of A is set to the value 'T', too.
> This causes two LinkSubmits to be triggered. I checked it, the request 
> parameter of both LinkSubmits contains 'T'.
> Because of this both LinkSubmits' listeners are triggered.
> Possible resolution: clear the value of the hidden fields in an 
> initialization script.
> BR,
> Norbi

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to