Re: Refresh wo component accessed through a direct action [SOLVED]
Re: Refresh wo component accessed through a direct action [SOLVED]
- Subject: Re: Refresh wo component accessed through a direct action [SOLVED]
- From: Cantin Benoit <email@hidden>
- Date: Wed, 04 Oct 2006 16:58:03 +0200
Cantin Benoit wrote:
Hi list,
I am dealing with a page which never refresh itself when a press my
browser refresh button. This page is accessed through a link in a page
which URL points to a Direct Action looking like :
.../my_app.woa/my_direct_action?code=1&MNC=01&Film=SCAR
the URL of the page itself looks like :
.../my_app.woa/wo/my_direct_action/f4zFoCWkAnKtkoWspbrWjM/0.3.1.0
Trying to refresh this page or to go back never ends but produces no
error log. Are there best practises about this kind of problem ? How to
control browser refresh button in a WO app ? Could you point me to a doc
? I didn't find anything which could help me (I tried
setPageRefreshOnBacktrackEnabled(true); setCachingEnabled(false);
setPageCacheSize(0) to force client to send a request to server but it
didn't solved the problem.) I guess I forget something important.
Thanks in advance
As always, problem is solved just after message was sent. I forgot to
unlock ((Session)session()).defaultEditingContext() which is stupid
since it doesn't have to be manually locked.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden