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
Reporter: David Peterson
Priority: Minor
Fix For: 5.0.5
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]