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)" <ji...@apache.org> on 2013/12/03 17:26:38 UTC

[jira] [Created] (TAP5-2249) Rendering an empty If component can cause a RenderQueueException

Howard M. Lewis Ship created TAP5-2249:
------------------------------------------

             Summary: Rendering an empty If component can cause a RenderQueueException
                 Key: TAP5-2249
                 URL: https://issues.apache.org/jira/browse/TAP5-2249
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.4
            Reporter: Howard M. Lewis Ship
            Priority: Critical


Rendering an empty If component causes the following error:

{quote}
00:37:07.680 ERROR My5oosh - Render queue error in PostRenderCleanup[My5oosh:layout.if]: Component My5oosh:layout.if has rendered unbalanced elements; either it has started an element with MarkupWriter.element() and not followed up with MarkupWriter.end(), or it has invoked MarkupWriter.end() without first invoking MarkupWriter.element().
org.apache.tapestry5.ioc.internal.util.TapestryException: Component My5oosh:layout.if has rendered unbalanced elements; either it has started an element with MarkupWriter.element() and not followed up with MarkupWriter.end(), or it has invoked MarkupWriter.end() without first invoking MarkupWriter.element().
{quote}

I suspect this is a bug in render-phase optimization.



--
This message was sent by Atlassian JIRA
(v6.1#6144)