You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org> on 2006/12/10 00:43:22 UTC

[jira] Resolved: (TAPESTRY-1173) Rendering error messages get swallowed on async requests.

     [ http://issues.apache.org/jira/browse/TAPESTRY-1173?page=all ]

Jesse Kuhnert resolved TAPESTRY-1173.
-------------------------------------

    Resolution: Cannot Reproduce

Resolving as un-reproducable for now. If someone can give me a more definite example that I can reproduce I'll open it back up and take a look.

> Rendering error messages get swallowed on async requests.
> ---------------------------------------------------------
>
>                 Key: TAPESTRY-1173
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1173
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.1
>            Reporter: Patrick Moore
>         Assigned To: Jesse Kuhnert
>             Fix For: 4.1.1
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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