Re: Scheduled Actions

2011-03-28 Thread Tim Worman
I have used the cron/script approach for a long time and it works quite well. I am starting to transition my apps to use quartz. There's a chance my apps could have multiple deployments and I felt it was necessary to de-couple the app from any outside scripting and schedulers that would also hav

Re: Scheduled Actions

2011-03-28 Thread Matthew Ness
> How would I handle scheduled actions with WebObjects. Cron or some other > approach? I'd like to have my application run a daily process to check a > remote client's membership status and update my application's membership > status. > > Thanks, > > Ken You could write a simple script which invo

Re: Scheduled Actions

2011-03-28 Thread David Holt
see this thread: http://lists.apple.com/archives/webobjects-dev/2010/Jan/msg00068.html David On 2011-03-28, at 7:36 PM, Paul D Yu wrote: > You should be able to build a headless application and have cron call that > app to do what you need. > > Sent from my iPad > > On Mar 28, 2011, at 10:32

Re: Scheduled Actions

2011-03-28 Thread Paul D Yu
You should be able to build a headless application and have cron call that app to do what you need. Sent from my iPad On Mar 28, 2011, at 10:32 PM, Ken - Watermark Studios wrote: > How would I handle scheduled actions with WebObjects. Cron or some other > approach? I'd like to have my applic

Scheduled Actions

2011-03-28 Thread Ken - Watermark Studios
How would I handle scheduled actions with WebObjects. Cron or some other approach? I'd like to have my application run a daily process to check a remote client's membership status and update my application's membership status. Thanks, Ken ___ Do not

Re: AjaxExpansion inside a WORepetition?

2011-03-28 Thread Chuck Hill
On Mar 28, 2011, at 3:39 PM, Mai Nguyen wrote: > Hi Chuck, > You are correct. >> You have to be careful of the id too in repetitions, each one needs to be >> unique. > > This was the problem. After having a unique ID per row, I can flip open one > row at a time. One cannot flip all rows open,

Re: AjaxExpansion inside a WORepetition?

2011-03-28 Thread Mai Nguyen
Hi Chuck, You are correct. > You have to be careful of the id too in repetitions, each one needs to be > unique. This was the problem. After having a unique ID per row, I can flip open one row at a time. One cannot flip all rows open, but this is probably the way the UI is intended. Thanks ver

Re: Weird NullPointerException

2011-03-28 Thread Markus Ruggiero
Thanks Chuck, you made my day. Cheers ---markus--- On 25.03.2011, at 18:47, Chuck Hill wrote: > Hi Markus, > > > On Mar 25, 2011, at 3:41 AM, Markus Ruggiero wrote: > >> I have an EO that has business logic for creating an PDF file. There is a >> WOComponent that generates an XML which is th

Re: AjaxExpansion inside a WORepetition?

2011-03-28 Thread Chuck Hill
On Mar 28, 2011, at 1:18 PM, Mai Nguyen wrote: > Hi Chuck, >> Are you binding it to something that is unique for every row? > > The binding "expanded" is tied to a global boolean variable like the > ToggleDetails example. > I have not found a good way to set it per row though, so this may be th

Re: changed objects

2011-03-28 Thread David Avendasora
Or, I believe, an MS SQL Server DB with Date columns as locking attributes... Dave On Mar 28, 2011, at 2:26 PM, Chuck Hill wrote: > If all the objects are in that list, then all have been changed. You might > have a floating point value that is getting altered due to a formatter (e.g. > the s

Re: AjaxExpansion inside a WORepetition?

2011-03-28 Thread Mai Nguyen
Hi Chuck, > Are you binding it to something that is unique for every row? The binding "expanded" is tied to a global boolean variable like the ToggleDetails example. I have not found a good way to set it per row though, so this may be the issue since this boolean is used for all rows. I am only

Re: AjaxExpansion inside a WORepetition?

2011-03-28 Thread Chuck Hill
Hi Mai, On Mar 28, 2011, at 12:45 PM, Mai Nguyen wrote: > Hi List, > I am new to the Wonder Ajax frameworks, and have some trouble using > AjaxExpansion inside a WO Repetition. > The "Expanded" state is global and not specific to a row in a repetition. > If I use the example ToggleDetails in Aja

AjaxExpansion inside a WORepetition?

2011-03-28 Thread Mai Nguyen
Hi List, I am new to the Wonder Ajax frameworks, and have some trouble using AjaxExpansion inside a WO Repetition. The "Expanded" state is global and not specific to a row in a repetition. If I use the example ToggleDetails in AjaxExample2, it works for one single AjaxExpansion area (one row only

Another dumb ERRest question

2011-03-28 Thread Andrew Kinnie
I am again working on my ERRest based push notification server, and am having an issue with the framework. I am using a version of Wonder from last week (the 5.4 branch), in eclipse 3.6 using a MySQL database on the development machine. I looked at the example app, and copied the key functions

Re: changed objects

2011-03-28 Thread Chuck Hill
If all the objects are in that list, then all have been changed. You might have a floating point value that is getting altered due to a formatter (e.g. the scale is different). Chuck On Mar 28, 2011, at 11:16 AM, Theodore Petrosky wrote: > OK I thought I did this before but I can not think o

Re: changed objects

2011-03-28 Thread Pascal Robert
Le 2011-03-28 à 14:16, Theodore Petrosky a écrit : > OK I thought I did this before but I can not think of how I did it. > > I have an EC made with: theEC = ERXEC.newEditingContext(); > > I then get a list and use a displayGroup to display it in a table. I want to > make a few edits, then ask

changed objects

2011-03-28 Thread Theodore Petrosky
OK I thought I did this before but I can not think of how I did it. I have an EC made with: theEC = ERXEC.newEditingContext(); I then get a list and use a displayGroup to display it in a table. I want to make a few edits, then ask the EC for the changed objects. NSLog.out.appendln("checkAltere

ERAttachmentViewer and iPad Safari

2011-03-28 Thread Paul D Yu
Greetings Anyone has any success with getting ERAttachmentViewer to play back QuickTime content in iPad Safari? Paul ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) He

Re: PostgreSQL float8

2011-03-28 Thread Michael Gargano
Hi Ramsey and Ted, It seems like that is the issue. WONDER-693 and WOL-1206 Thanks guys. -Mike On Mar 27, 2011, at 12:42 PM, Ramsey Gurley wrote: Hi Ted, I've closed one like that alr

Re: WOHyperlink problem..

2011-03-28 Thread Henrique Gomes
On Mar 28, 2011, at 3:50 PM, pavan.jayam wrote: > Dear List, > > i have a div which contains hyperlinks, onclick i am loading a page in frame, > bindings are "action=hyperlinkAction; > > for the first time i click on it hyperlink its working fine, but when i click > on other tabs and come ba

WOHyperlink problem..

2011-03-28 Thread pavan.jayam
Dear List, i have a div which contains hyperlinks, onclick i am loading a page in frame, bindings are "action=hyperlinkAction; for the first time i click on it hyperlink its working fine, but when i click on other tabs and come back to the first tab its not calling the action method. the se

Community Surveys and WOWODC news

2011-03-28 Thread Pascal Robert
Hello everyone, To prepare for WOWODC and other stuff for this year, I'm preparing the surveys. Before they go live, I would like feedback about the questions and choices so that we don't forget anything. You can find a copy of the draft in the wiki: http://wiki.objectstyle.org/confluence/dis