Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-1173

Rendering error messages get swallowed on async requests.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Cannot Reproduce
    • 4.1.1
    • 4.1.1
    • Framework
    • None

    Description

      I have a component template that looks like this:

      <table>
      <span jwcid="@For" value="ognl:current" element="tr" source="ognl:messageEndPoints" keyExpression="keyExpression">
      <td>
      <a href="#" jwcid="@DirectLink"
      listener="listener:selectEndPoint" parameters="ognl:current.keyExpression"
      async="true" updateComponents="renderingArea">
      <span jwcid="@Insert" value="ognl:current.listDisplayValue"/>
      </a></td>
      </span>
      </table>
      <div jwcid="renderingArea@Any">
      <span jwcid="renderBlock@RenderBlock" block="ognl:selectedBlock"/>

      <span jwcid="websiteBlock@Block">
      <span jwcid="websiteEndPointEntry"/>
      </span>
      <span jwcid="rssBlock@Block">
      <span jwcid="rssEndPointEntry"/>
      </span>
      </div>

      The user selected an item that would cause the rssEndPointEntry Block to be the selectedBlock.
      I had a rendering error in the rssEndPointEntry component ( FormComponent not in a Form).
      The exception doesn't get display nor logged. just quietely swallowed.

      Attachments

        Activity

          People

            jkuhnert Jesse Kuhnert
            patmoore@ieee.org Patrick Moore
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: