<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">HI again,<br>
      <br>
      so let me ask my question differently, and one part after the
      other:<br>
      <br>
      (How) Do people use a WAHtmlErrorHandler in such a way that it
      always is a full page, not a replacement of a subcomponent? <br>
      Is this only possible by adding some javascript magic to redirect
      to a component?<br>
      <br>
      (How) Do people implemtn their error handlers so that they
      redirect a user back to the form where an error has happened in
      order ot let them correct their input? <br>
      I am not asking for form validation but for errors that happen
      during callback processing...<br>
      <br>
      Any hints?<br>
      <br>
      Joachim<br>
      <br>
      <br>
      <br>
      Am 11.07.17 um 11:03 schrieb <a class="moz-txt-link-abbreviated" href="mailto:jtuchel@objektfabrik.de">jtuchel@objektfabrik.de</a>:<br>
    </div>
    <blockquote
      cite="mid:b9a0b6d1-fbef-92d0-e5c2-a14b5a89060a@objektfabrik.de"
      type="cite">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <p>Hi there,</p>
      <p><br>
      </p>
      <p>we've been using a WAHtmlErrorHandler for quite a while in our
        application, but there are some limitations to that appraoch:</p>
      <ul>
        <li>If an error happens in a subcomponent, the HTML Error
          handler will only be displayed in place of the failing
          component, not as a page of its own. This is irritating for
          quite a few users, some even don't realize an error occured
          and contniue clicking and stuff...</li>
        <li>I haven't found a way to allow the user to go back to the
          last page and redo their changes</li>
      </ul>
      <p>Let me give you an example of what I'd like to achieve:</p>
      <ol>
        <li>A user submits a form and thus a callback is called on the
          server</li>
        <li>The callback handling code runs into a resumable exception</li>
        <li>We display a full page saying: "Hey, this and that is wrong,
          you better go back and change your input" <br>
          (Unfortunately, the situations I am speaking about cannot be
          validated before the user submits - think of it as an
          optimistic locking failure)</li>
        <li>This error page offers a "I want to go back and be a good
          user and correct my input" link or button. It is a root
          component, coverng the whole page under all circumstances</li>
        <li>The callback of that link does resume the exception, maybe
          clear up some data and go back to the component the user came
          from<br>
        </li>
      </ol>
      <p><br>
      </p>
      <p>Has anybody done this? Is it described somewhere?</p>
      <p>Thanks,<br>
      </p>
      <p><br>
      </p>
      <p>Joachim <br>
      </p>
      <p><br>
      </p>
      <p><br>
      </p>
      <p><br>
      </p>
      <br>
      <pre class="moz-signature" cols="72">-- 
-----------------------------------------------------------------------
Objektfabrik Joachim Tuchel          <a moz-do-not-send="true" class="moz-txt-link-freetext" href="mailto:jtuchel@objektfabrik.de">mailto:jtuchel@objektfabrik.de</a>
Fliederweg 1                         <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.objektfabrik.de">http://www.objektfabrik.de</a>
D-71640 Ludwigsburg                  <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://joachimtuchel.wordpress.com">http://joachimtuchel.wordpress.com</a>
Telefon: +49 7141 56 10 86 0         Fax: +49 7141 56 10 86 1

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
seaside mailing list
<a class="moz-txt-link-abbreviated" href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a>
<a class="moz-txt-link-freetext" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a>
</pre>
    </blockquote>
    <br>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
-----------------------------------------------------------------------
Objektfabrik Joachim Tuchel          <a class="moz-txt-link-freetext" href="mailto:jtuchel@objektfabrik.de">mailto:jtuchel@objektfabrik.de</a>
Fliederweg 1                         <a class="moz-txt-link-freetext" href="http://www.objektfabrik.de">http://www.objektfabrik.de</a>
D-71640 Ludwigsburg                  <a class="moz-txt-link-freetext" href="http://joachimtuchel.wordpress.com">http://joachimtuchel.wordpress.com</a>
Telefon: +49 7141 56 10 86 0         Fax: +49 7141 56 10 86 1

</pre>
  </body>
</html>