You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2007/10/28 01:08:50 UTC

[jira] Closed: (TAPESTRY-1602) Returning false from setupRender() reports a "no root element" error in the logs

     [ https://issues.apache.org/jira/browse/TAPESTRY-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-1602.
------------------------------------------

    Resolution: Duplicate
      Assignee: Howard M. Lewis Ship

Duplicate of TAPESTRY-1345.

> Returning false from setupRender() reports a "no root element" error in the logs
> --------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1602
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1602
>             Project: Tapestry
>          Issue Type: Bug
>    Affects Versions: 5.0.5
>            Reporter: David Peterson
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>
> Example:
> public boolean setupRender()
> {
>     _response.sendError(404, "Entry not found");
>     return false;
> }
> From the front-end this has the desired effect, in that the client receives a 404 error. But, an error is reported in the logs (some page rendering behavior seems to continue).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org