It'll definitely be possible using pure Dojo but you'll have to explore their mailing list and wiki for 0.4 notes.

I'd start by trying to include an alert("message") in the inline script, or window.status="messages" lines, to isolate what does and doesn't work. Also turn on debugging using the s:head tag. See if there's any useful messages.

Grish wrote:
Well I tried all approaches but I had a small problem with the javascript
redirect approach: I perform an AJAX operation and my interceptor redirects
to a page which displays the error message and has an inline javascript to
redirect to the login page as suggested.

It works fine in firefox but in IE I simply get "undefined" in my div area.

I tried out something simple and had a result page with this javascript:

<script type="text/javascript">
<!--

    window.location.href = "/newbie/login.action";

//-->
</script>

Unfortunately it doesn't work. Any suggestions?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to