This is to support the page fragment cache for Ajax requests -- you
can see its kinfolk in ERXAjaxSession.
In 5.4, if you call:
request.setStorePageInBacktrackCache(false)
or
response.setStorePageInBacktrackCache(false)
or
if request.isAjaxSubmit() is true (which is true if there is an Ajax
f
Hello;
In WO 5.4, the following method has been supplied on WOContext;
public boolean shouldNotStorePageInBacktrackCache()
Does anybody know how this comes to return true?
cheers.
___
Andrew Lindesay
technology : www.lindesay.co.nz
business : www.silvereye.co.nz
___
Hello Joe;
I have just worked around the problem you have mentioned by parsing-
and-dumping empty cookies in my WOApplication.createRequest(..)
override. It's a crude patch until the next WO version, but it seems
to remove the problem.
cheers.
The cookie issue unfortunately missed that u
Will post it and I thought it will be good if could get some feedbacks in
next few days if any for completeness.
Sorry for the late reply as weekend is the most demanding day for the kids
: )
Cheers
Cheong Hee
Message: 9
Date: Fri, 15 Feb 2008 05:49:37 -0500
From: David Avendasora <[EMAIL
I can't think of a reason that the parser shouldn't handle the '-' in
binding names. File a bug.
On Feb 17, 2008, at 2:02 PM, Andrew Lindesay wrote:
Hello;
I have the following in my component to cope with non java-script
browsers;
MetaRefreshForSessionTimeoutComponent : WOGenericEleme
Hello;
I have the following in my component to cope with non java-script
browsers;
MetaRefreshForSessionTimeoutComponent : WOGenericElement {
elementName = "META";
http-equiv = "refresh";
content = getRefreshPageToKeepSessionAliveMetaContentMarkup;
}
The new parser
this wolips bug has been fixed
On Feb 17, 2008, at 10:30 AM, Theodore Petrosky wrote:
I am having the same problem looks like it is
related to the 10.5.2 update. I don't want to
downgrade to os x 10.5.1...
the only difference is my Eclipse is 3.3.1
Ted
Message: 2
Date: Fri, 15 Feb 200
I am having the same problem looks like it is
related to the 10.5.2 update. I don't want to
downgrade to os x 10.5.1...
the only difference is my Eclipse is 3.3.1
Ted
> Message: 2
> Date: Fri, 15 Feb 2008 12:07:32 -0700
> From: Edgar Klein <[EMAIL PROTECTED]>
> Subject: Eclipse or WOLips
Thanks for the workaround, I had the same problem
:-)
On Feb 16, 2008, at 10:02 PM, Daryl Lee wrote:
Matthew,
This is a bug that will be fixed in the next WO update. In the
meantime, the workaround is to call:
public static void registerWebService(String webServiceName, Class> webServiceC
Dave,
On Feb 16, 2008, at 12:12, David Avendasora wrote:
So, if I understand you well, now that you've removed the SQL from
the spec, you can use also stateless RMI to get it?
Yep. I didn't change anything else.
And before that you could only retrieve it with EO based RMI?
Exactly!
Thi
10 matches
Mail list logo