Re: WOPopUpButton

2007-06-21 Thread Ian Joyner
So the fact that it is a convention should prevent anyone from pointing out that it is a bad convention? Methinks this emperor has no clothes! On 22/06/2007, at 3:49 PM, Timmy wrote: On Jun 21, 2007, at 9:11 PM, Ian Joyner wrote: On 22/06/2007, at 12:39 PM, Eric Robinson wrote: On Jun 2

Re: WOPopUpButton

2007-06-21 Thread Timmy
On Jun 21, 2007, at 9:11 PM, Ian Joyner wrote: On 22/06/2007, at 12:39 PM, Eric Robinson wrote: On Jun 21, 2007, at 7:29 PM, Ian Joyner wrote: On 22/06/2007, at 6:43 AM, David LeBer wrote: On 21-Jun-07, at 2:15 PM, Sigurður E. Vilhelmsson wrote: I figure I need to build an NSArray and pop

Re: WOPopUpButton

2007-06-21 Thread Ian Joyner
On 22/06/2007, at 2:50 PM, Mike Schrag wrote: * Maybe I'm just a troglodyte ... Heck, I still type two spaces after periods most of the time (Note: I went back and took them out on this post :) ). Thank heavens for that. So you admit you do like horizontal space. I can (uncharacterist

Re: WOPopUpButton

2007-06-21 Thread Mike Schrag
In the end, camel case isn't that bad, and it makes you a good citizen. Swallow your pride and getOverIt. It's the other way around actually. CamelCase is spurned by typographers for good reason. I guess Lemmings must be really good citizens. I'd rather think different, nothing to do with

Re: WOPopUpButton

2007-06-21 Thread Ian Joyner
On 22/06/2007, at 12:39 PM, Eric Robinson wrote: On Jun 21, 2007, at 7:29 PM, Ian Joyner wrote: On 22/06/2007, at 6:43 AM, David LeBer wrote: On 21-Jun-07, at 2:15 PM, Sigurður E. Vilhelmsson wrote: I figure I need to build an NSArray and populate it with the values from the Course_descrip

Re: WOPopUpButton

2007-06-21 Thread Eric Robinson
On Jun 21, 2007, at 7:29 PM, Ian Joyner wrote: On 22/06/2007, at 6:43 AM, David LeBer wrote: On 21-Jun-07, at 2:15 PM, Sigurður E. Vilhelmsson wrote: I figure I need to build an NSArray and populate it with the values from the Course_description table and then use that to populate the cours

Re: WOPopUpButton --> style

2007-06-21 Thread Lachlan Deck
On 22/06/2007, at 9:29 AM, Ian Joyner wrote: On 22/06/2007, at 6:43 AM, David LeBer wrote: On 21-Jun-07, at 2:15 PM, Sigurður E. Vilhelmsson wrote: I figure I need to build an NSArray and populate it with the values from the Course_description table and then use that to populate the course_d

Re: WOPopUpButton

2007-06-21 Thread Ian Joyner
On 22/06/2007, at 6:43 AM, David LeBer wrote: On 21-Jun-07, at 2:15 PM, Sigurður E. Vilhelmsson wrote: I figure I need to build an NSArray and populate it with the values from the Course_description table and then use that to populate the course_descriptionID in the Course table, but exactly h

Re: Java Client refuses to use Client-Side classes once deployed

2007-06-21 Thread Johan Henselmans
On 22-jun-2007, at 0:24, Pierre Bernard wrote: That's one of the bad things of JavaClient. The little bits that make it hard to debug. In this instance, JavaClient silently falls back to EOGenericRecord when it doesn't find the appropriate class. You should check the JAR downloaded to the

Re: Java Client refuses to use Client-Side classes once deployed

2007-06-21 Thread Pierre Bernard
That's one of the bad things of JavaClient. The little bits that make it hard to debug. In this instance, JavaClient silently falls back to EOGenericRecord when it doesn't find the appropriate class. You should check the JAR downloaded to the client. Probably your classes aren't in there. I

Re: WOPopUpButton

2007-06-21 Thread David LeBer
On 21-Jun-07, at 2:15 PM, Sigurður E. Vilhelmsson wrote: I figure I need to build an NSArray and populate it with the values from the Course_description table and then use that to populate the course_descriptionID in the Course table, but exactly how to do that is just out of my reach. First

Re: Java Client refuses to use Client-Side classes once deployed

2007-06-21 Thread David Avendasora
A little clarification. The difference isn't Development vs Deployment builds, it is the difference between the application running using the build-and-go functionality of Xcode, and the app running inside of Tomcat. It doesn't call the client-side classes when run inside of Tomcat on eit

Java Client refuses to use Client-Side classes once deployed

2007-06-21 Thread David Avendasora
Hi all, I have a java client application (I know, I know) that refuses to use my client-side classes when built for deployment. When building for development in Xcode (I know, I know) it uses the client-side classes flawlessly. When deployed, it simply uses EOGenericRecord instead of the

WOPopUpButton

2007-06-21 Thread Sigurður E. Vilhelmsson
Hi all, I'm a relative newbie to the Java and WebObjects world (actually the world of programming in general), and have been playing around with Eclipse and WOLips, using the tutorials on the objectstyle wiki and the excellent new tutorial by Janine Sisk. Now I'm starting to experiment on my own

Journaling join tables

2007-06-21 Thread Kurt Werle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 We have subclassed EOEditingContext so that it records which Person is logged in to our application. Whenever an EO is saved/inserted, that Person is recorded as the updater of that row (from the ec's saveChanges()). We have journaling turned

Re: Upgraded to Latest WOLips Woes

2007-06-21 Thread Eric Robinson
Bugs for WOLips go on the ObjectStyle Jira. http:// issues.objectstyle.org/jira/secure/Dashboard.jspa -eric On Jun 21, 2007, at 10:35 AM, Calven Eggert wrote: Please instruct where to go and do this. Thanks. C On 6/21/07 10:00 AM, "Mike Schrag" wrote: I guess if the type == EOGenericRecor

Re: Upgraded to Latest WOLips Woes

2007-06-21 Thread Calven Eggert
Please instruct where to go and do this. Thanks. C On 6/21/07 10:00 AM, "Mike Schrag" wrote: >I guess if the type == EOGenericRecord I should just not bothering saying >anything .. or treat it like we treat NSDictionary. Log a bug for that, if you >would. >ms On 6/21/07 10:00 AM, "Stefan Kle

Re: Upgraded to Latest WOLips Woes

2007-06-21 Thread Mike Schrag
I guess if the type == EOGenericRecord I should just not bothering saying anything .. or treat it like we treat NSDictionary. Log a bug for that, if you would. ms On Jun 21, 2007, at 9:39 AM, Calven Eggert wrote: After hanging around you bunch of WO guys at WWDC, I realized that My Mac w

Re: Upgraded to Latest WOLips Woes

2007-06-21 Thread Stefan Klein
You can change from error to warning: Window -> Preference -> WOLips -> Wod Editor Preference Stefan Calven Eggert schrieb: After hanging around you bunch of WO guys at WWDC, I realized that My Mac was not updating WOLips/Eclipse properly. Therefore, I backed up my machine and did a fresh

Upgraded to Latest WOLips Woes

2007-06-21 Thread Calven Eggert
After hanging around you bunch of WO guys at WWDC, I realized that My Mac was not updating WOLips/Eclipse properly. Therefore, I backed up my machine and did a fresh install of the OS. The good news, if you care, is that my machine is lightening fast, compared to before, AND my WOlips/Eclipse has

Re: JS libraries used with WO

2007-06-21 Thread Mike Schrag
BTW, you actually don't have to do then full AjaxResponse thing ... That adds some other abilities. I think it's enough to just do AjaxUtils.updateMutableUserInfoWithAjaxInfo(response). But wrapping in an AjaxResponse shouldn't hurt anything. ms On Jun 21, 2007, at 7:38 AM, Mike Schrag w

Re: JS libraries used with WO

2007-06-21 Thread Mike Schrag
As long as you are not returning HTML that contains component actions, I think this will be enough (meaning if you're just fire-and- forget to an action in the background). If you are returning HTML results with component actions in them and replacing page contents with it, you will need to

Re: JS libraries used with WO

2007-06-21 Thread Paul Stringer
Got it, I was already using ERXSession but I looked again at what I was doing and discovered I was indeed being naive and care free with use of a plain old new WOResponse() with my HTML in. I modified this to an AjaxUtils.createResponse() hopefully I think means people could submit the form

Re: direct action restoring sessions from cookies problem (Ajax)

2007-06-21 Thread Lachlan Deck
Woops - better to keep this on the list... On 21/06/2007, at 5:13 PM, Ruenagel, Frank wrote: In tomcat-deployment-scenario we have encountered similar problems, when the container's JSESSIONID cookie is not sent by the request. This might happen, eg. if a custom http-client is used. In tomcat-

RE: direct action restoring sessions from cookies problem (Ajax)

2007-06-21 Thread Ruenagel, Frank
In tomcat-deployment-scenario we have encountered similar problems, when the container's JSESSIONID cookie is not sent by the request. This might happen, eg. if a custom http-client is used. In tomcat-deployment the wosid and the Servlet-Container's JSESSIONID are not equal, although they are m