<div class="gmail_quote">2009/3/29 Frank Schweickert <span dir="ltr">&lt;<a href="mailto:f.schweickert@uva.nl">f.schweickert@uva.nl</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  

<div bgcolor="#ffffff" text="#000000">
This is what I get when using UpdatePage:
<a href="http://www.natsim.net/ejswiki/Test/Page1" target="_blank">http://www.natsim.net/ejswiki/Test/Page1</a><br>
The new text gets where it should but the whole markup process is
broken halfway!<br>
</div></blockquote><div><br>I didn&#39;t see exactly what you meant about the markup process being broken, but I did see the error about needing an array on line 1650 and 1651.  That comes from $SaveAttributes not being initialized.  You can initialize that and then there is some other error that comes up -- this is what I was referring to when I said UpdatePage() can&#39;t be run directly from config.php.<br>
<br>Hans was saying that with a custom action handler you could take care of it.  I don&#39;t know how that works, but if it allows you to do something after all the other initializations are done then that sounds promising.<br>
<br>-Peter<br></div></div>