<div dir="ltr"><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: arial; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div dir="ltr">
Lukas, thank you very much for your response.</div><br><div class="gmail_quote">On Thu, Oct 9, 2008 at 3:54 AM, Lukas Renggli<span>&nbsp;</span><span dir="ltr">&lt;<a href="mailto:renggli@gmail.com" target="_blank">renggli@gmail.com</a>&gt;</span><span>&nbsp;</span>wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"><div>&gt; &nbsp;When I use a SUEvaluator and an error occurs, an the error isn&#39;t rendered,<br>

&gt; whereas with a SUUpdater works properly. How to show the errors produced<br>&gt; when a SUEvaluator is used ?<br><br></div>I assume you are already using FireBug.<br><br>SUEvaluator should open a debugger in your image, but in this case the<br>

form callbacks are not caught (only the primary callback). Can you<br>file a bug-report on this. SUUpdater normally renders in some way to<br>the page, but this is not visible in all cases.<br><br>It is a difficult problem, because Seaside cannot know what the user<br>

wants to do with the generated output.</blockquote><div><br></div><div><div dir="ltr">I would like to replace the contents of the tag body with the error report. Something like:</div><div dir="ltr">
<br></div><div dir="ltr">...</div></div><div><span style="border-collapse: collapse;">[&nbsp;&quot;proceses&nbsp;callback&quot;&nbsp;]</span></div><div><span style="border-collapse: collapse;">&nbsp;&nbsp; &nbsp; &nbsp;on: Error&nbsp;</span></div>
<div><span style="border-collapse: collapse;">&nbsp;&nbsp; &nbsp; &nbsp;do: [ : err |&nbsp;aScript element&nbsp;</span></div><div><span style="border-collapse: collapse;"><div><span style="white-space: pre;">                                </span>id: (SUStream on: &#39;document.body&#39;);</div>

<div><span style="white-space: pre;">                                </span>update:<span>&nbsp;</span>&nbsp;[: render | &nbsp;self reportError: err on: render ]&nbsp;]</div></span></div><div>...</div><div>&nbsp;</div><div>
<div dir="ltr">It is possible?</div></div><div><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">I guess using something like<br>
FireBug is the only feasible solution. In the log of FireBug you<br>immediately see any problems.<br></blockquote><div><br></div><div><div dir="ltr">Yes, I use it,&nbsp;but the problem is that I cannot inform users that an error has occurred</div>

</div><div>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"><br>Cheers,<br>Lukas<br></blockquote><div><br></div><div>Regards</div><div>
Juan M</div><div>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"><font color="#888888"><br>--<br>Lukas Renggli<br><a href="http://www.lukas-renggli.ch/" target="_blank">http://www.lukas-renggli.ch</a><br>

_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a></font></blockquote>
</div></span></span></div>