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/07/28 00:03:10 UTC

[jira] [Created] (TAP5-1593) Type org.apache.tapestry5.services.HttpError should be an allowed return value from Ajax action requests

Type org.apache.tapestry5.services.HttpError should be an allowed return value from Ajax action requests
--------------------------------------------------------------------------------------------------------

                 Key: TAP5-1593
                 URL: https://issues.apache.org/jira/browse/TAP5-1593
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.3, 5.2
            Reporter: Howard M. Lewis Ship
            Priority: Minor


It seems perfectly valid to me to return an error response, for an Ajax handler to pick up on. Currently this is not supported.

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

        

[jira] [Commented] (TAP5-1593) Type org.apache.tapestry5.services.HttpError should be an allowed return value from Ajax action requests

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

Hudson commented on TAP5-1593:
------------------------------

Integrated in tapestry-trunk-freestyle #536 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/536/])
    TAP5-1593: Type org.apache.tapestry5.services.HttpError should be an allowed return value from Ajax action requests

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1174885
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/HttpErrorComponentEventResultProcessor.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/HttpError.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java


> Type org.apache.tapestry5.services.HttpError should be an allowed return value from Ajax action requests
> --------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1593
>                 URL: https://issues.apache.org/jira/browse/TAP5-1593
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.2
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.3
>
>
> It seems perfectly valid to me to return an error response, for an Ajax handler to pick up on. Currently this is not supported.

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

        

[jira] [Closed] (TAP5-1593) Type org.apache.tapestry5.services.HttpError should be an allowed return value from Ajax action requests

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

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

       Resolution: Fixed
    Fix Version/s: 5.3
         Assignee: Howard M. Lewis Ship

> Type org.apache.tapestry5.services.HttpError should be an allowed return value from Ajax action requests
> --------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1593
>                 URL: https://issues.apache.org/jira/browse/TAP5-1593
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.2
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.3
>
>
> It seems perfectly valid to me to return an error response, for an Ajax handler to pick up on. Currently this is not supported.

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

        

[jira] [Commented] (TAP5-1593) Type org.apache.tapestry5.services.HttpError should be an allowed return value from Ajax action requests

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

Hudson commented on TAP5-1593:
------------------------------

Integrated in tapestry-trunk-freestyle #536 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/536/])
    TAP5-1593: Type org.apache.tapestry5.services.HttpError should be an allowed return value from Ajax action requests

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1174885
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/HttpErrorComponentEventResultProcessor.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/HttpError.java
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java


> Type org.apache.tapestry5.services.HttpError should be an allowed return value from Ajax action requests
> --------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1593
>                 URL: https://issues.apache.org/jira/browse/TAP5-1593
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.2
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.3
>
>
> It seems perfectly valid to me to return an error response, for an Ajax handler to pick up on. Currently this is not supported.

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

        

[jira] [Closed] (TAP5-1593) Type org.apache.tapestry5.services.HttpError should be an allowed return value from Ajax action requests

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

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

       Resolution: Fixed
    Fix Version/s: 5.3
         Assignee: Howard M. Lewis Ship

> Type org.apache.tapestry5.services.HttpError should be an allowed return value from Ajax action requests
> --------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1593
>                 URL: https://issues.apache.org/jira/browse/TAP5-1593
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.2
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.3
>
>
> It seems perfectly valid to me to return an error response, for an Ajax handler to pick up on. Currently this is not supported.

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