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 (Created) (JIRA)" <ji...@apache.org> on 2012/02/24 21:01:48 UTC

[jira] [Created] (TAP5-1857) Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form

Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form
-----------------------------------------------------------------------------------------------

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


As described in TAP5-1856, there's a functionality gap that prevents a button from submitting a form but still allowing server-side processing to occur (such as having the Submit component fire its selected event).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1857) Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form

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

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

       Resolution: Fixed
    Fix Version/s: 5.4
                   5.3.3
    
> Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form
> -----------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1857
>                 URL: https://issues.apache.org/jira/browse/TAP5-1857
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3.3, 5.4
>
>
> As described in TAP5-1856, there's a functionality gap that prevents a button from submitting a form but still allowing server-side processing to occur (such as having the Submit component fire its selected event).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1857) Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form

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

Howard M. Lewis Ship reassigned TAP5-1857:
------------------------------------------

    Assignee: Howard M. Lewis Ship
    
> Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form
> -----------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1857
>                 URL: https://issues.apache.org/jira/browse/TAP5-1857
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> As described in TAP5-1856, there's a functionality gap that prevents a button from submitting a form but still allowing server-side processing to occur (such as having the Submit component fire its selected event).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1857) Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216117#comment-13216117 ] 

Hudson commented on TAP5-1857:
------------------------------

Integrated in tapestry-5.3-freestyle #14 (See [https://builds.apache.org/job/tapestry-5.3-freestyle/14/])
    TAP5-1857: Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form (Revision 1293474)

     Result = SUCCESS
hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293474
Files : 
* /tapestry/tapestry5/branches/5.3
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/main/java/org/apache/tapestry5/corelib/SubmitMode.java
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/LinkSubmit.java
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Submit.java
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/test/app1/CancelDemo.tml
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/SubmitUnconditionalTests.groovy
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/CancelDemo.java

                
> Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form
> -----------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1857
>                 URL: https://issues.apache.org/jira/browse/TAP5-1857
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3.3, 5.4
>
>
> As described in TAP5-1856, there's a functionality gap that prevents a button from submitting a form but still allowing server-side processing to occur (such as having the Submit component fire its selected event).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1857) Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form

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

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

       Resolution: Fixed
    Fix Version/s: 5.4
                   5.3.3
    
> Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form
> -----------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1857
>                 URL: https://issues.apache.org/jira/browse/TAP5-1857
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3.3, 5.4
>
>
> As described in TAP5-1856, there's a functionality gap that prevents a button from submitting a form but still allowing server-side processing to occur (such as having the Submit component fire its selected event).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1857) Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form

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

Howard M. Lewis Ship reassigned TAP5-1857:
------------------------------------------

    Assignee: Howard M. Lewis Ship
    
> Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form
> -----------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1857
>                 URL: https://issues.apache.org/jira/browse/TAP5-1857
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> As described in TAP5-1856, there's a functionality gap that prevents a button from submitting a form but still allowing server-side processing to occur (such as having the Submit component fire its selected event).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1857) Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216117#comment-13216117 ] 

Hudson commented on TAP5-1857:
------------------------------

Integrated in tapestry-5.3-freestyle #14 (See [https://builds.apache.org/job/tapestry-5.3-freestyle/14/])
    TAP5-1857: Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form (Revision 1293474)

     Result = SUCCESS
hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293474
Files : 
* /tapestry/tapestry5/branches/5.3
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/main/java/org/apache/tapestry5/corelib/SubmitMode.java
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/LinkSubmit.java
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Submit.java
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/test/app1/CancelDemo.tml
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/SubmitUnconditionalTests.groovy
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java
* /tapestry/tapestry5/branches/5.3/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/CancelDemo.java

                
> Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form
> -----------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1857
>                 URL: https://issues.apache.org/jira/browse/TAP5-1857
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3.3, 5.4
>
>
> As described in TAP5-1856, there's a functionality gap that prevents a button from submitting a form but still allowing server-side processing to occur (such as having the Submit component fire its selected event).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1857) Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216129#comment-13216129 ] 

Hudson commented on TAP5-1857:
------------------------------

Integrated in tapestry-trunk-freestyle #688 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/688/])
    TAP5-1857: Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form (Revision 1293475)

     Result = SUCCESS
hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293475
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/SubmitMode.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/LinkSubmit.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Submit.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
* /tapestry/tapestry5/trunk/tapestry-core/src/test/app1/CancelDemo.tml
* /tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/SubmitUnconditionalTests.groovy
* /tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java
* /tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/CancelDemo.java

                
> Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form
> -----------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1857
>                 URL: https://issues.apache.org/jira/browse/TAP5-1857
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3.3, 5.4
>
>
> As described in TAP5-1856, there's a functionality gap that prevents a button from submitting a form but still allowing server-side processing to occur (such as having the Submit component fire its selected event).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1857) Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216129#comment-13216129 ] 

Hudson commented on TAP5-1857:
------------------------------

Integrated in tapestry-trunk-freestyle #688 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/688/])
    TAP5-1857: Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form (Revision 1293475)

     Result = SUCCESS
hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293475
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/SubmitMode.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/LinkSubmit.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Submit.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
* /tapestry/tapestry5/trunk/tapestry-core/src/test/app1/CancelDemo.tml
* /tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/SubmitUnconditionalTests.groovy
* /tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/FormTests.java
* /tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/CancelDemo.java

                
> Add a SubmitMode (for Submit and LinkSubmit components) for unconditionally submitting the form
> -----------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1857
>                 URL: https://issues.apache.org/jira/browse/TAP5-1857
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.4
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3.3, 5.4
>
>
> As described in TAP5-1856, there's a functionality gap that prevents a button from submitting a form but still allowing server-side processing to occur (such as having the Submit component fire its selected event).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira