Scott McWilliams | 19 Nov 2011 00:04
Picon
Favicon

Re: How to force a page refresh after Ajax call

Anyone have any ideas on this?

Thanks,
Scott

From: scottmcwilliams <at> hotmail.com
To: aida <at> aidaweb.si
Date: Fri, 30 Sep 2011 10:19:02 -0500
Subject: [aida] How to force a page refresh after Ajax call

.ExternalClass .ecxhmmessage P {padding:0px;} .ExternalClass body.ecxhmmessage {font-size:10pt;font-family:Tahoma;}
All,

What is the proper way to force a page refresh after an Ajax call?  I have button which displays a popup dialog that asks the user to confirm an action (save, logout, etc) and then (possibly) redirect based on their choice.

If the button is configured to use #ajaxSubmit, the popup confirmation appears correctly and the above code does redirect to the correct view if the user so chooses, but it does not force a refresh of the page and displays the contents of the redirected view above the contents of the current view (i.e does not clear the contents of the current browser window).  If I manually refresh the browser, the view is displayed correctly.

If the button is not configured to use #ajaxSubmit, the contents of the current view disappear altogether and the popup confirmation does not appear at all.

Both views are configured with #aidaDontCache = true.

If it makes a difference, I am using the Dolphin port.

Any and all ideas welcomed.

Thanks,
Scott

_______________________________________________ Aida mailing list Aida <at> aidaweb.si http://lists.aidaweb.si/mailman/listinfo/aida
<div><div dir="ltr">
Anyone have any ideas on this?<br><br>Thanks,<br>Scott<span></span><br><br><div>From: scottmcwilliams <at> hotmail.com<br>To: aida <at> aidaweb.si<br>Date: Fri, 30 Sep 2011 10:19:02 -0500<br>Subject: [aida] How to force a page refresh after Ajax call<br><br>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}

<div dir="ltr">
All,<br><br>What is the proper way to force a page refresh after an Ajax call?&nbsp; I have button which displays a popup dialog that asks the user to confirm an action (save, logout, etc) and then (possibly) redirect based on their choice.<br><br>If the button is configured to use #ajaxSubmit, the popup confirmation appears correctly and the above code does redirect to the correct view if the user so chooses, but it does not force a refresh of the page and displays the contents of the redirected view above the contents of the current view (i.e does not clear the contents of the current browser window).&nbsp; If I manually refresh the browser, the view is displayed correctly.<br><br>If the button is not configured to use #ajaxSubmit, the contents of the current view disappear altogether and the popup confirmation does not appear at all.<br><br>Both views are configured with #aidaDontCache = true.<br><br>If it makes a difference, I am using the Dolphin port.<br><br>Any and all ideas welcomed.<br><br>Thanks,<br>Scott<span><br></span> 		 	   		  </div>
<br>_______________________________________________
Aida mailing list
Aida <at> aidaweb.si
http://lists.aidaweb.si/mailman/listinfo/aida</div> 		 	   		  </div></div>
Janko Mivšek | 20 Nov 2011 21:45
Picon
Gravatar

Re: How to force a page refresh after Ajax call

Hi Scott,

Sorry for late answer. Page refresh from Ajax call is possible in Aida
6.3, which is not yet ported to Dolphin.

In 6.3 you can do something like:

  (e addButtonText: 'Refresh')
      onSubmitDo: [self page redirectTo: self observee]

This will Ajax submit the form, then reload the same page by redirecting
to it.

Best regards
Janko

S, Scott McWilliams piše:
> Anyone have any ideas on this?
> 
> Thanks,
> Scott
> 
> ------------------------------------------------------------------------
> From: scottmcwilliams <at> hotmail.com
> To: aida <at> aidaweb.si
> Date: Fri, 30 Sep 2011 10:19:02 -0500
> Subject: [aida] How to force a page refresh after Ajax call
> 
> All,
> 
> What is the proper way to force a page refresh after an Ajax call?  I
> have button which displays a popup dialog that asks the user to confirm
> an action (save, logout, etc) and then (possibly) redirect based on
> their choice.
> 
> If the button is configured to use #ajaxSubmit, the popup confirmation
> appears correctly and the above code does redirect to the correct view
> if the user so chooses, but it does not force a refresh of the page and
> displays the contents of the redirected view above the contents of the
> current view (i.e does not clear the contents of the current browser
> window).  If I manually refresh the browser, the view is displayed
> correctly.
> 
> If the button is not configured to use #ajaxSubmit, the contents of the
> current view disappear altogether and the popup confirmation does not
> appear at all.
> 
> Both views are configured with #aidaDontCache = true.
> 
> If it makes a difference, I am using the Dolphin port.
> 
> Any and all ideas welcomed.
> 
> Thanks,
> Scott
> 
> _______________________________________________ Aida mailing list
> Aida <at> aidaweb.si http://lists.aidaweb.si/mailman/listinfo/aida
> 
> 
> 
> _______________________________________________
> Aida mailing list
> Aida <at> aidaweb.si
> http://lists.aidaweb.si/mailman/listinfo/aida

--

-- 
Janko Mivšek
Aida/Web
Smalltalk Web Application Server
http://www.aidaweb.si
_______________________________________________
Aida mailing list
Aida <at> aidaweb.si
http://lists.aidaweb.si/mailman/listinfo/aida

Gmane