You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2011/08/11 00:41:27 UTC

[jira] [Created] (TAP5-1604) A Form should not continue processing after the canceled event is handled

A Form should not continue processing after the canceled event is handled
-------------------------------------------------------------------------

                 Key: TAP5-1604
                 URL: https://issues.apache.org/jira/browse/TAP5-1604
             Project: Tapestry 5
          Issue Type: New Feature
          Components: tapestry-core
    Affects Versions: 5.3
            Reporter: Howard M. Lewis Ship


If a Form's container provides an event handler method for the canceled event, then that should be the last work performed by the Form. It should not progress from there through the form data, or on to the validate/success/faillure/submit events.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1604) A Form should not continue processing after the canceled event is triggered

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1604.
--------------------------------------

    Resolution: Won't Fix

On further investigation, this approach will totally break backwards compatibility with 5.2's approach to dealing with Submit components with mode="cancel".

> A Form should not continue processing after the canceled event is triggered
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1604
>                 URL: https://issues.apache.org/jira/browse/TAP5-1604
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>
> If a Form is canceled, then the Form should stop processing after the canceled event is triggered . It should not progress from there through the form data, or on to the validate/success/failure/submit events.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1604) A Form should not continue processing after the canceled event is triggered

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082729#comment-13082729 ] 

Howard M. Lewis Ship commented on TAP5-1604:
--------------------------------------------

The prepareForSubmit and prepare events should still take place first, before the canceled event.

> A Form should not continue processing after the canceled event is triggered
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1604
>                 URL: https://issues.apache.org/jira/browse/TAP5-1604
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>
> If a Form is canceled, then the Form should stop processing after the canceled event is triggered . It should not progress from there through the form data, or on to the validate/success/failure/submit events.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1604) A Form should not continue processing after the canceled event is triggered

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082729#comment-13082729 ] 

Howard M. Lewis Ship commented on TAP5-1604:
--------------------------------------------

The prepareForSubmit and prepare events should still take place first, before the canceled event.

> A Form should not continue processing after the canceled event is triggered
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1604
>                 URL: https://issues.apache.org/jira/browse/TAP5-1604
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>
> If a Form is canceled, then the Form should stop processing after the canceled event is triggered . It should not progress from there through the form data, or on to the validate/success/failure/submit events.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TAP5-1604) A Form should not continue processing after the canceled event is triggered

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1604:
---------------------------------------

    Description: If a Form is canceled, then the Form should stop processing after the canceled event is triggered . It should not progress from there through the form data, or on to the validate/success/failure/submit events.  (was: If a Form's container provides an event handler method for the canceled event, then that should be the last work performed by the Form. It should not progress from there through the form data, or on to the validate/success/faillure/submit events.)
        Summary: A Form should not continue processing after the canceled event is triggered  (was: A Form should not continue processing after the canceled event is handled)

> A Form should not continue processing after the canceled event is triggered
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1604
>                 URL: https://issues.apache.org/jira/browse/TAP5-1604
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>
> If a Form is canceled, then the Form should stop processing after the canceled event is triggered . It should not progress from there through the form data, or on to the validate/success/failure/submit events.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TAP5-1604) A Form should not continue processing after the canceled event is triggered

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1604:
---------------------------------------

    Description: If a Form is canceled, then the Form should stop processing after the canceled event is triggered . It should not progress from there through the form data, or on to the validate/success/failure/submit events.  (was: If a Form's container provides an event handler method for the canceled event, then that should be the last work performed by the Form. It should not progress from there through the form data, or on to the validate/success/faillure/submit events.)
        Summary: A Form should not continue processing after the canceled event is triggered  (was: A Form should not continue processing after the canceled event is handled)

> A Form should not continue processing after the canceled event is triggered
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1604
>                 URL: https://issues.apache.org/jira/browse/TAP5-1604
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>
> If a Form is canceled, then the Form should stop processing after the canceled event is triggered . It should not progress from there through the form data, or on to the validate/success/failure/submit events.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1604) A Form should not continue processing after the canceled event is triggered

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1604.
--------------------------------------

    Resolution: Won't Fix

On further investigation, this approach will totally break backwards compatibility with 5.2's approach to dealing with Submit components with mode="cancel".

> A Form should not continue processing after the canceled event is triggered
> ---------------------------------------------------------------------------
>
>                 Key: TAP5-1604
>                 URL: https://issues.apache.org/jira/browse/TAP5-1604
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>
> If a Form is canceled, then the Form should stop processing after the canceled event is triggered . It should not progress from there through the form data, or on to the validate/success/failure/submit events.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira