Re: AJAX and WOForm (ERXForm)

2009-02-11 Thread John Larson
Again, I still don't like it, but you made me do it. I use this sometimes too and put in ajaxSubmit(this);return false; instead: function ajaxSubmit(form){ var numOfElements = form.elements.length; if (numO

Re: AJAX and WOForm (ERXForm)

2009-02-11 Thread Chuck Hill
On Feb 11, 2009, at 6:02 PM, John Larson wrote: I am suffering from a cold and am very tired, so this might not be what you want, but this is what I do whenever I'm in this very situation. I put this in the form: onsubmit="search_button.onclick();return false;" Replace "search_button" wi

Re: AJAX and WOForm (ERXForm)

2009-02-11 Thread John Larson
I am suffering from a cold and am very tired, so this might not be what you want, but this is what I do whenever I'm in this very situation. I put this in the form: onsubmit="search_button.onclick();return false;" Replace "search_button" with whatever the id is of your AjaxUpdateButton.

Re: Foreign keys and database operation ordering

2009-02-11 Thread Chuck Hill
On Feb 11, 2009, at 5:32 PM, Lachlan Deck wrote: Hi Chuck, On 12/02/2009, at 5:28 AM, Chuck Hill wrote: Use Wonder. Set main() in Application up like this: public static void main(String argv[]) { ERXDatabaseContextMulticastingDelegate.addDefaultDelegate(new ERXEntityDependency

Re: Foreign keys and database operation ordering

2009-02-11 Thread Lachlan Deck
Hi Chuck, On 12/02/2009, at 5:28 AM, Chuck Hill wrote: Use Wonder. Set main() in Application up like this: public static void main(String argv[]) { ERXDatabaseContextMulticastingDelegate.addDefaultDelegate(new ERXEntityDependencyOrderingDelegate()); // Ensure that we get

Re: webobjects.mdimension.com

2009-02-11 Thread Amedeo Mantica
If community like I'll mirror it too Regarda Amedeo On 11/feb/09, at 22:13, Gustavo Pizano wrote: Nice, now im waiting for the WOLips site to download via update manager. G On 11.2.2009, at 20:18, Amedeo Mantica wrote: Mirror site is up and running http://webobjects.insigno.net/wonder

Re: webobjects.mdimension.com

2009-02-11 Thread Gustavo Pizano
Nice, now im waiting for the WOLips site to download via update manager. G On 11.2.2009, at 20:18, Amedeo Mantica wrote: Mirror site is up and running http://webobjects.insigno.net/wonder/ Amed ___ Do not post admin requests to the list. They wil

webobjects.mdimension.com

2009-02-11 Thread Amedeo Mantica
Mirror site is up and running http://webobjects.insigno.net/wonder/ Amed ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http

Re: Re: BLOB, WO 5.4, oracle 9i, ojdbc14 - no go

2009-02-11 Thread Tom Pelaia
Hi, I haven't used the 9i driver on x86 since that was back when I was using ppc, but now I use the 10g driver on x86 and it works fine. I think the 10g driver is also compatible with the 9i database. You might try it instead of the 9i driver and see if that fixes the problem. best regard

Re: Parsing XML

2009-02-11 Thread Mike Schrag
Thank you, all, for your suggestions. I'm diving into it today. (I'm just glad I didn't overlook something like ERXMLMagic...) Well, there _IS_ ERRest and JavaRESTAdaptor ... JavaRESTAdaptor is sort of a proof-of-concept (I don't use it anywhere real), but ERRest we use for data interchange,

Re: Foreign keys and database operation ordering

2009-02-11 Thread Chuck Hill
On Feb 11, 2009, at 9:44 AM, Cedarstone wrote: Hi I am using MySQL with WO on a new application so have control over how things are implemented. I am unsure what is the best way to work with foreign key constraints for actions such as database inserts and deletes to make sure that datab

Foreign keys and database operation ordering

2009-02-11 Thread Cedarstone
Hi I am using MySQL with WO on a new application so have control over how things are implemented. I am unsure what is the best way to work with foreign key constraints for actions such as database inserts and deletes to make sure that database actions are done in the correct order to avo

Re: Parsing XML

2009-02-11 Thread Josh Paul
Thank you, all, for your suggestions. I'm diving into it today. (I'm just glad I didn't overlook something like ERXMLMagic...) On Feb 11, 2009, at 7:13 AM, John Huss wrote: I just used castor on a project to parse an XML document and it worked very easily. John On Tue, Feb 10, 2009 at 5:28

Re: BLOB, WO 5.4, oracle 9i, ojdbc14 - no go

2009-02-11 Thread Roethlisberger, Urs
Hello, Found out that this problem only occurs on i386, on ppc it works as expected (same ojdbc14 driver). I'm a bit confused... Regards Urs On Feb 9, 2009, at 6:45 PM, Tom Pelaia wrote: Hi, I had been using Oracle since 9i for years and currently I am using 10g release 2 ojdbc14 drive

Re: Parsing XML

2009-02-11 Thread John Huss
I just used castoron a project to parse an XML document and it worked very easily. John On Tue, Feb 10, 2009 at 5:28 PM, Josh Paul wrote: > What libraries/methods do you use for parsing incoming XML (i.e. via a REST >

Re: Parsing XML

2009-02-11 Thread Kieran Kelleher
Hi Josh Paul, As you can see there are many ways to skin the XML parsing cat! I found the book Processing "XML in Java" by Elliotte Rusty Harold useful when I first started working with XML. YMMV. If right now you need to get the job done quickly and your XML is simple enough, then a SAX h

Re: Parsing XML

2009-02-11 Thread Alan Zebchuk
We generally use JAXB, nice if the xml is well defined and you can write an xsd for it. Alan On 11-Feb-09, at 2:28 AM, Josh Paul wrote: What libraries/methods do you use for parsing incoming XML (i.e. via a REST call to an external service) and extracting values? _

Re: Parsing XML

2009-02-11 Thread Simon McLean
we do a stack of xml stuff. everything is piped through XSLT and then through WOXMLCoder to give us objects. on the way out we create objects, use WOXMLCoder to give us an xml representation of it, then pipe through XSLT to give us it in a format that the service wants. all the xml translation is

Re: AJRDatabase reference

2009-02-11 Thread Paweł Kostecki
Ricardo Strausz wrote: Hola t...@s! ... However, I just found an "old" open implementation of EOF in Objective-C: http://sourceforge.net/projects/ajrdatabase/ I was wondering if some of you had use it; and if so, how is it doing? Hi, I've been using AJRDatabase as a substitution of EOF in a