Edit url for WO application

2013-11-13 Thread Sisi Li
Hello, I would like the user of our app to not see the app name in the URL, for example: At the moment, our site www.example.com => gets routed to www.example.com/Apps/Webobjects/AppName/ra/Website/site1/page1.html I would like the url to show the contents of page1.html but somehow hide the "We

64 bit machine with WO 5.4.3

2013-01-18 Thread Sisi Li
Dear WO community, We are recently upgraded our WO application to a 64bit large amazon instance. We ae currently having some problems with the application and some advice is much appreciated: - We are using AjaxLongResponse to handle some accounting routine. This is processed in a separate thr

Periodic Tasks in WO

2012-07-29 Thread Sisi Li
Dear all, I am currently implementing a REST task in WO that fetches content from a remote server. I just have a little routine running in "Application" on a scheduler. I was just wondering if there was a better way of running periodic tasks in wonder, and any advise from those who had similar

Compare Integer with EOObjects using EOQualifier

2012-02-08 Thread Sisi Li
Hi, I got a quick but silly question about EOQualifier, I want to compare a object key with integer value zero but seems I can not get it through, the query I wrote is below: ERXKeyValueQualifier qual = ERXQ.greaterThan(Content.VALUES(), BigDecimal.ZERO); where Content.Values() is a key of obje

Re: AjaxUpdateContainer with IFrame

2011-12-09 Thread Sisi Li
ul) place to start. > > Ted > >> >> Message: 9 >> Date: Fri, 09 Dec 2011 12:59:14 + >> From: Sisi Li >> Subject: AjaxUpdateContainer with IFrame >> To: webobjects-dev@lists.apple.com >> Message-ID: <682682cb-a0e2-4190-b001-a3746a787...@

AjaxUpdateContainer with IFrame

2011-12-09 Thread Sisi Li
Hi, I have a html page in an Iframe and want to change the string value of that page by AjaxUpdateLink. I put the Iframe into AjaxUpdateContainer. The code is below: For the main component: In the html: In the wod: TagHpyerLink : AjaxUpdateLink { string = "change this"; action