Im looking to do the same thing with my application.<br><br>But one thing thats unclear:  In previous versions of seaside (2.6 for me), there was a #deploymentMode setting that turned off the toolbar and changed how the error handling worked, namely it wouldnt open a walkback in the image, but display it in the webpage.<br>
<br>Ive turned the toolbar off following the instructions in this thread.  But how can I set things up so any errors display the normal walkback page in the users browser and never open an error notifier in the image.  When this happens on my dev PC its fine, and desireable.  but when it happens in the headless image running on our server, the image shuts down which is very bad.<br>
<br>Is there a way to accomplish this without writing custom error handlers?<br><br><div class="gmail_quote">On Fri, Sep 16, 2011 at 11:03 AM, Larry White <span dir="ltr">&lt;<a href="mailto:ljw1001@gmail.com">ljw1001@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br><br><div class="gmail_quote"><div class="im">On Fri, Sep 16, 2011 at 12:50 PM, Lukas Renggli <span dir="ltr">&lt;<a href="mailto:renggli@gmail.com" target="_blank">renggli@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>&gt; I want to test my app with the toolbar removed. I found several suggestions<br>
&gt; for doing this in the documentation that seem to be out of date. For<br>
&gt; example, from Dynamic Web Development with Seaside, I see:<br>
&gt; Alternatively you can use the configuration interface: In the configuration<br>
&gt; of any application select Application Defaults and click on Configure. This<br>
&gt; opens an editor on the settings that are common to all registered<br>
&gt; applications. Remove WADevelopmentConfiguration from the list of inherited<br>
&gt; configurations.easide,<br>
&gt; However, there is no &quot;application defaults&quot; button on my config page.<br>
<br>
</div>Hmm, actually the description in the Seaside book is fully accurate.<br>
It works precisely as described.<br></blockquote><div><br></div></div><div>Not on my machine. :)  I rechecked and there is nothing on my config page labeled &quot;Application Defaults&quot;. </div><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><br>
&gt; The seaside book contains another approach, to execute:<br>
&gt; WAAdmin applicationDefaults<br>
&gt;     removeParent: WADevelopmentConfiguration instance.<br>
&gt; But I hesitate to do that one, since there&#39;s no instruction provided on how<br>
&gt; to un-do it later.<br>
<br>
</div>You replace #removeParent: with #addParent:<br>
<font color="#888888"><br>
Lukas<br>
</font><div><div></div><div><br>
--<br>
Lukas Renggli<br>
<a href="http://www.lukas-renggli.ch" target="_blank">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><br>
</div></div></blockquote></div></div><br>
<br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">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><br>
<br></blockquote></div><br>