Re: WOContext.shouldNotStorePageInBacktrackCache()

2008-02-17 Thread Mike Schrag
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

WOContext.shouldNotStorePageInBacktrackCache()

2008-02-17 Thread Andrew Lindesay
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 ___

Re: WOCookie Issue & WOLips Timezone

2008-02-17 Thread Andrew Lindesay
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

Re: Sample template files for JavaEOGenerator

2008-02-17 Thread Cheong Hee (Datasonic)
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

Re: 5.4.1, WOGenericElement and Bindings Problem

2008-02-17 Thread Daryl Lee
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

5.4.1, WOGenericElement and Bindings Problem

2008-02-17 Thread Andrew Lindesay
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

Re: Need to restart Eclipse in OS X many times a day

2008-02-17 Thread Mike Schrag
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

Need to restart Eclipse in OS X many times a day

2008-02-17 Thread Theodore Petrosky
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

Re: WebObjects 5.4.1 and NPE when registering WebServices classes

2008-02-17 Thread Fabrice Pipart
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

Client security bug (WAS: Fetch Specifications defined in the .eomodel)

2008-02-17 Thread Florijan Stamenkovic
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