How about this? It's simpler than what we discussed with submission and server-side testing. <xforms:load ev:event="xforms-model-destruct" resource="http://www.w3.org" show="new"/> If that works, I also recommend doing this, to prevent the xf:load from happening when the page is closed without being tested. It's not strictly necessary but it makes the test easier to work with. <xforms:load ev:event="xforms-model-destruct" if="boolean-from-string(tested)" resource="http://www.w3.org" show="new"/> Attached is the test that does this (and sets the tested flag, etc.) Firefox 3 passes this test. Leigh.
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 29 April 2009 17:10:09 GMT