Re: Exception only when framework is embedded

2008-08-07 Thread Ramsey Gurley
Hi Art, I was reading through old list archives, and I saw a post from March '08 that seems relevant. http://www.mail-archive.com/webobjects-dev@lists.apple.com/msg18076.html So, perhaps it's a bug in NSBundle causing your issues? Ramsey On Aug 7, 2008, at 10:06 PM, Art Isbell wrote:

Re: Passing URL parameters to component via direct action

2008-08-11 Thread Ramsey Gurley
On Aug 11, 2008, at 8:29 AM, Lachlan Deck wrote: On 11/08/2008, at 10:10 PM, John Pollard wrote: I have a page containing a WOForm with some dynamically created WOPopUpButtons. The WOForm is set to submit a Direct Action request (using get as opposed to post). The request received by the

WebAssistant IllegalStateException

2008-08-12 Thread Ramsey Gurley
Hi all, I'm trying to get started with D2W and I'm having a bit of trouble getting the web assistant to work. When I click Customize it throws java.lang.IllegalStateException: * Warning: The DirectToWeb WebAssistant will not be able to modify your DirectToWeb resources. You must

Is D2W dead? [Was: WebAssistant IllegalStateException]

2008-08-12 Thread Ramsey Gurley
Ahh, I see, WebAssistant is dead... http://support.apple.com/kb/HT1979 Without WebAssistant, how do you freeze components? Is D2W dead with it? On Aug 12, 2008, at 9:14 PM, Ramsey Gurley wrote: Hi all, I'm trying to get started with D2W and I'm having a bit of trouble getting the web

Re: Is D2W dead? [Was: WebAssistant IllegalStateException]

2008-08-13 Thread Ramsey Gurley
: On 12.08.2008, at 21:50, Ramsey Gurley wrote: Without WebAssistant, how do you freeze components? Keep your D2W application dynamic. You'll be way happier in the future ... Is D2W dead with it? Absolutely. Same as my car dies when I clean the dust off ... cug -- http://www.event-s.net

Re: CSS background images

2008-08-13 Thread Ramsey Gurley
A very fluffy bunny ;-) http://i166.photobucket.com/albums/u82/Chris10141/funny-bunny.jpg rg On Aug 13, 2008, at 3:24 PM, Lon Varscsak wrote: Anjo is the fluffy bunny! Yes, it all makes sense now. Lon On Wed, Aug 13, 2008 at 11:39 AM, Chuck Hill [EMAIL PROTECTED] village.net wrote: On

Re: Generics Frustrations

2008-08-14 Thread Ramsey Gurley
Hi Roger, Do you want to use generics or are you just trying to make the warnings go away? If it's the latter, adding @SuppressWarnings(unchecked) public class MyClass { ... } does the trick for me. It works with methods and members too if you don't want to suppress on the entire class

Re: Generics Frustrations

2008-08-14 Thread Ramsey Gurley
On Aug 14, 2008, at 10:26 AM, Roger Perryman wrote: What is the correct way to write these using generics? Oops, almost forgot, there's a great video on using generics here http://www.youtube.com/watch?v=pi_I7oD_uGI and a reference from Sun on how to use them here

D2W _unroll D2WRemoteControl

2008-08-14 Thread Ramsey Gurley
Hi all, Two quick questions... Now that WebAssistant is officially dead, is _unroll pretty much useless? Is there any reason to keep those things around? Also, what is D2WRemoteControl? I notice it is in my default menuheader, but it doesn't seem to generate anything. Thanks

D2W question

2008-08-21 Thread Ramsey Gurley
Hi all, I'm still trying to get D2W working and I'm not having very much luck. I start with a bare bones Wonder D2W app and a data model with 2 entities. Product -- Manufacturer. The to-one relationship to the Manufacturer is mandatory, so I create one of those first. When I try to

Re: D2W question

2008-08-21 Thread Ramsey Gurley
On Aug 21, 2008, at 11:47 AM, Guido Neitzer wrote: On 21.08.08 01:36, Ramsey Gurley [EMAIL PROTECTED] wrote: I'm still trying to get D2W working and I'm not having very much luck. I start with a bare bones Wonder D2W app and a data model with 2 entities. Product -- Manufacturer

Re: D2W question

2008-08-21 Thread Ramsey Gurley
On Aug 21, 2008, at 12:46 PM, Guido Neitzer wrote: On 21.08.08 10:29, Ramsey Gurley [EMAIL PROTECTED] wrote: Well, the manufacturer PropertyName displays in the wizard page, there's just no control to edit the value. It's blank... Then you need to specify which what component it should

Re: D2W question

2008-08-21 Thread Ramsey Gurley
On Aug 21, 2008, at 1:33 PM, Ramsey Gurley wrote: On Aug 21, 2008, at 12:46 PM, Guido Neitzer wrote: On 21.08.08 10:29, Ramsey Gurley [EMAIL PROTECTED] wrote: Well, the manufacturer PropertyName displays in the wizard page, there's just no control to edit the value. It's blank

Exception handling

2008-08-28 Thread Ramsey Gurley
Hi everyone, Is there a global way to grab exceptions before they hit the browser and deliver something a little more user friendly than a stack trace? Ramsey smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests to

Re: WebObjects/WOnder CSS and Image path issues

2008-09-01 Thread Ramsey Gurley
You may want to make sure your CSS validates http://jigsaw.w3.org/css-validator/ And also that the browser you are using supports the selector you have defined http://www.evotech.net/blog/2008/05/browser-css-selector-support/ If either of those are not the case, then you are not going to

Re: java object definition question

2008-09-01 Thread Ramsey Gurley
On Sep 2, 2008, at 12:45 AM, [EMAIL PROTECTED] wrote: This is actually a java question, I hope it is not too basic a question... NSMutableArray args = new NSMutableArray(); args.addObject(theSelectedManufacturer.id()); EOQualifier qual =

IllegalArgumentException in D2W queryAll page?

2008-09-08 Thread Ramsey Gurley
Hi all, I have a Wonder D2W app with an entity that has a attribute that stores a date. When doing a search on the queryAll page for that entity using said date attribute, I get the following error java.lang.IllegalArgumentException: Illegal pattern character 'Y' at

Re: IllegalArgumentException in D2W queryAll page?

2008-09-08 Thread Ramsey Gurley
On Sep 8, 2008, at 4:32 PM, Guido Neitzer wrote: On 08.09.08 14:14, Ramsey Gurley [EMAIL PROTECTED] wrote: at com .webobjects .woextensions.WOAnyField.setTextFieldValue(WOAnyField.java:186) You are really using the QueryAll page? Wow. I never thought anybody would leave

Re: IllegalArgumentException in D2W queryAll page?

2008-09-08 Thread Ramsey Gurley
Oops, meant to copy this to the list... Begin forwarded message: From: Ramsey Gurley [EMAIL PROTECTED] Date: September 8, 2008 9:53:46 PM EDT To: Guido Neitzer [EMAIL PROTECTED] Subject: Re: IllegalArgumentException in D2W queryAll page? On Sep 8, 2008, at 6:11 PM, Guido Neitzer wrote

ERXComponentActionRedirector storesIDsInCookies?

2008-09-12 Thread Ramsey Gurley
Hi all, I'm discovering the pure joy of ERXComponentActionRedirector, and I think it's perfect... except for those IDs in the URL. Is there an easy way to switch those from the URL to cookies? It doesn't seem to respect the session's storesIDsInCookies setting. Thanks everyone! Ramsey

Re: ERXComponentActionRedirector storesIDsInCookies?

2008-09-13 Thread Ramsey Gurley
On Sep 13, 2008, at 1:20 AM, Ramsey Gurley wrote: I'm discovering the pure joy of ERXComponentActionRedirector, and I think it's perfect... except for those IDs in the URL. Is there an easy way to switch those from the URL to cookies? It doesn't seem to respect the session's

General session questions...

2008-10-07 Thread Ramsey Gurley
Hi everyone, Let me begin by saying, I've read this page: http://wiki.objectstyle.org/confluence/display/WO/Web+Applications-Development-WO+Session Although I found it quite informative, I still have several questions regarding the why/how/when about session creation. I store my sessions

Re: General session questions...

2008-10-07 Thread Ramsey Gurley
On Oct 7, 2008, at 6:22 PM, Guido Neitzer wrote: On 07.10.2008, at 15:12, Ramsey Gurley wrote: If I bookmark the URL for the app when it first loads, http://host:port/cgi-bin/WebObjects/app.woa I get a new session anytime I load the page using that bookmark. Yeah, it's like

How do I secure the session cookie? [was Re: General session questions...]

2008-10-07 Thread Ramsey Gurley
On Oct 7, 2008, at 9:37 PM, Ramsey Gurley wrote: I guess my question is: Are session cookies secure by default if a certificate is available? I know, I should just generate a certificate and test it, but was hoping you guys could save me that effort until I'm ready to mess with it :-) I

Re: How do I secure the session cookie? [was Re: General session questions...]

2008-10-08 Thread Ramsey Gurley
That it totally sweet! Any chance we could get that as a property? return ERXProperties .booleanForKeyWithDefault (er.extensions.ERXSession.useSecureSessionCookies, false); Wonder is so awesome (^_^) On Oct 8, 2008, at 8:20 AM, Mike Schrag wrote: So, my question now becomes: Where can I

Re: Added JavaDoc to eclipse

2008-10-11 Thread Ramsey Gurley
On Oct 11, 2008, at 12:01 AM, Phillip Hutchings wrote: I'm wondering how I get JavaDoc integrated into eclipse. Normally when I add an external JAR I can select a JavaDoc location for the tooltips and javadoc window, I find this quite handy, but with the WOLips WebObjects library these

Re: WORadioButton error

2008-10-13 Thread Ramsey Gurley
Hi Mersida There is a page here that should answer all your questions and provides a build script as well http://wiki.objectstyle.org/confluence/display/WOL/Alternative+Ant+Build+Script+for+Fully+Embedded+and+Split+Install+Bundles That page assumes you are using a web server. If you are

Re: Eclipse 3.4.1

2008-10-13 Thread Ramsey Gurley
Hi Jeff, I'm doing the same thing now. I had the same problem. I think you're in the wrong view. Go to Window-Show View-Other and pick WO Explorer. Ramsey On Oct 13, 2008, at 11:14 PM, Jeff Schmitz wrote: Hello, I tried upgrading to Eclipse 3.4.1, upgraded to the WOLips nightly

Re: Eclipse 3.4.1

2008-10-13 Thread Ramsey Gurley
On Oct 13, 2008, at 11:55 PM, Mike Schrag wrote: I tried upgrading to Eclipse 3.4.1, upgraded to the WOLips nightly build and downloaded and installed the lastest Wonder-latest- frameworks-5.4. Now, when I open my workspace I don't see my WOFrameworks folder, and neither does eclipse

Debugging ERJavaMail

2008-10-15 Thread Ramsey Gurley
Hi everyone, I'm attempting to repair the ERJavaMail bug that causes the context jumping mentioned in the Gotchas section on the wiki: http://wiki.objectstyle.org/confluence/display/WO/Project+WONDER-Frameworks-ERJavaMail Since I'm using D2W pages, the workaround mentioned will not suffice.

Re: credit card processing

2008-10-16 Thread Ramsey Gurley
http://lists.apple.com/archives/Webobjects-dev/2005/Jun/msg00348.html On Oct 16, 2008, at 2:20 PM, Josh Paul wrote: Before I head down the path of implementing cc processing, I figured I'd ping here to see if anyone has available code for such. Although I'd prefer to use authorize.net, I'm

Re: credit card processing

2008-10-16 Thread Ramsey Gurley
/C149402102/E773353034/index.html On Oct 16, 2008, at 2:33 PM, Josh Paul wrote: Thanks. I'll give it a shot. Are you using this in production? On Oct 16, 2008, at 11:27 AM, Ramsey Gurley wrote: http://lists.apple.com/archives/Webobjects-dev/2005/Jun/msg00348.html On Oct 16, 2008, at 2:20 PM

Re: Strategy for user input instructions?

2008-10-19 Thread Ramsey Gurley
. Ramsey On Oct 19, 2008, at 5:43 PM, Miguel Arroz wrote: Hi! What exactly do you mean by input instructions? Yours Miguel Arroz On 2008/10/19, at 22:13, Ramsey Gurley wrote: Hi everyone, I've been giving a lot of thought to user input instructions for the past couple of days. WebObjects

Re: Strategy for user input instructions?

2008-10-19 Thread Ramsey Gurley
On Oct 19, 2008, at 6:06 PM, Guido Neitzer wrote: On 19.10.2008, at 15:13, Ramsey Gurley wrote: I've been giving a lot of thought to user input instructions for the past couple of days. WebObjects has a really awesome input validation system, so it seems rather odd to me

Re: do you want to blow your mind?

2008-10-19 Thread Ramsey Gurley
On Oct 17, 2008, at 2:10 PM, Mike Schrag wrote: Chuck and I just did, so I thought I'd share it ... jad WOSwitchComponent and I hope I'm not hijacking your thread with this question, but does the 3.3 version of Jadclipse work with Eclipse 3.4.1? If not, what Jad tool are you using?

Re: Custom hyperlink

2008-10-20 Thread Ramsey Gurley
Looking at the binding reference http://developer.apple.com/documentation/WebObjects/Reference/DynamicElements/WOGenericContainer/chapter_15_section_3.html It would appear you need to do something like: Back : WOGenericElement { elementName = a; invokeAction = goBack;

Re: SOLVED: Zombie sessions

2008-10-22 Thread Ramsey Gurley
Oops, wrong list :-) Begin forwarded message: From: Ramsey Gurley [EMAIL PROTECTED] Date: October 22, 2008 3:48:12 PM EDT To: [EMAIL PROTECTED] Cc: Simon McLean [EMAIL PROTECTED] Subject: Re: SOLVED: Zombie sessions On Oct 22, 2008, at 1:34 PM, Simon McLean wrote: Blimey, this has taken me

Re: [Wonder-disc] SOLVED: Zombie sessions

2008-10-22 Thread Ramsey Gurley
On Oct 22, 2008, at 3:55 PM, Mike Schrag wrote: I don't think it's the context so much as what is happening in generateResponse _after_ appendToResponse is called though. I say that because I'm obviously using a cloned context, but no new session is created... I just tested it, and my session

Re: [Wonder-disc] SOLVED: Zombie sessions

2008-10-22 Thread Ramsey Gurley
On Oct 22, 2008, at 4:49 PM, Mike Schrag wrote: I'm using D2W, so I _have_ to have the session to generate the page content. There's doesn't even appear to be a way to get a page from the D2W factory without a session. So session isn't thread safe? No mail from D2W? So the depending

How do I add user Info in nightly's entity modeler?

2008-10-22 Thread Ramsey Gurley
Hi everyone, I've just noticed that the user info panel has changed in the nightly builds of WOLips. Specifically, I do not see any way to add anything to my empty user info dictionary. Can anyone let me in on the trick required to add an entry to the dictionary? Thanks all Ramsey

Re: [SOLVED] How do I add user Info in nightly's entity modeler?

2008-10-23 Thread Ramsey Gurley
Maybe weird, but it seems a lot easier to enter things when it is only keyboard interaction. No reason to reach for the mouse and find the button. The previous way was pretty tedious if you had lots of things to enter. On Oct 23, 2008, at 8:05 AM, Mike Schrag wrote: Ahhh, just select

Re: Problem building Project Wonder from source

2008-10-27 Thread Ramsey Gurley
If you're building wonder on 5.4 you should use ant -Dwonder.patch 54 frameworks Wonder currently defaults to WO 5.3 On Oct 27, 2008, at 12:11 PM, Saad Laassel wrote: I am trying to build project wonder from source for the first time, on 10.5 running WO 5.4 and I keep on getting the error

Re: awake() called twice on page refresh

2008-10-30 Thread Ramsey Gurley
On Oct 30, 2008, at 4:41 PM, Chuck Hill wrote: On Oct 30, 2008, at 2:38 AM, Juergen Lorenz Simon wrote: Hi, we're observing some behaviour we can't seem to explain. We had a problem with application deadlocking. It turned out that the lock was ERDPage (a ProjectWonder component) which

XML namespaces in WOGenericComponent

2008-11-05 Thread Ramsey Gurley
Hi everyone, Is there any way to make xml namespaces work in a WOGenericComponent? Right now I have: html xmlns=http://www.w3.org/1999/xhtml; xml:lang='webobject name = Language /' lang='webobject name = Language /' and Language: WOString { value = languageCode; } Which

Re: XML namespaces in WOGenericComponent

2008-11-05 Thread Ramsey Gurley
On Nov 5, 2008, at 9:09 PM, Mike Schrag wrote: I can't even command-shift-f because xml:lang will disappear. gga where's my bug report? silence = bad. repeat. fix committed. ms (9.9) That's me, looking at the sky, whistling and pretending to be innocent. (^_^) I just found it,

Re: setting cache-control headers in response; ultimately being ignored

2008-11-09 Thread Ramsey Gurley
Hi William, I think this comes from the backtrack caching. http://developer.apple.com/documentation/WebObjects/Web_Applications/Articles/8_Backtracking.html#/ /apple_ref/doc/uid/TP40003273 Ramsey On Nov 8, 2008, at 2:01 PM, William Hatch wrote: My goal is to have a da which responds to a

Re: EOQualifier wildcard problem

2008-11-10 Thread Ramsey Gurley
Are you sure this is what isn't working for you? Perhaps a typo? String cityWildcard = lub; NSArray args = new NSArray(cityWildcard + *); EOQualifier qual1 = EOQualifier.qualifierWithQualifierFormat(city caseInsensitiveLike 'lub*', null); EOQualifier qual2

WebServices question

2009-03-04 Thread Ramsey Gurley
Hi all, I'm attempting to make use of WebObjects WebServices for the first time and I'm having some difficulty dealing with deserialized EOs. In my simple test setup, I have a server app and a client app with separate databases. I need to share information about entities between them.

Re: Owns Destination Deny

2009-03-05 Thread Ramsey Gurley
On Mar 5, 2009, at 7:15 AM, David Avendasora wrote: I also get the error if it the relationship is set to Owns Destination and the delete rule is Deny Having these two settings, unless I'm missing something, are in direct conflict with each other. I think if Owns Destination is checked,

Re: Owns Destination Deny

2009-03-06 Thread Ramsey Gurley
On Mar 2, 2009, at 3:20 PM, Chuck Hill wrote: On Mar 2, 2009, at 7:05 AM, David Avendasora wrote: Hi all, mostly my future self. When I have a relationship setup that has the following settings: 1) Owns Destination 2) Delete Rule of Deny 3) Inverse relationship is Optional (I think this

Re: Is this an encoding problem???

2009-03-10 Thread Ramsey Gurley
Have you added # Project Encoding er.extensions.ERXApplication.DefaultEncoding=UTF-8 to your properties file? Ramsey On Mar 10, 2009, at 1:22 PM, Theodore Petrosky wrote: I never had to do anything special in the past to account for accented characters (ñ é) ... I just started a new

WOWebServicesClient constructor hangs entire app

2009-03-16 Thread Ramsey Gurley
Hi all, I'm working with WebServices and I have a working service, but I've noticed that if the web service server is non-responsive, the WOWebServiceClient constructor hangs the entire WO client app. Moving the constructor to a separate thread did not solve the problem. After much

Re: WOWebServicesClient constructor hangs entire app

2009-03-16 Thread Ramsey Gurley
On Mar 16, 2009, at 5:56 PM, Mike Schrag wrote: -Djava.net.connectiontimeout=2 yes .. There are some other settings, too: -Dsun.net.client.defaultConnectTimeout=15000 -Dsun.net.client.defaultReadTimeout=15000 I don't know how these relate to java.net.connectiontimeout -- maybe that's a

Re: WOWebServicesClient constructor hangs entire app

2009-03-17 Thread Ramsey Gurley
On Mar 16, 2009, at 6:44 PM, Ramsey Gurley wrote: On Mar 16, 2009, at 5:56 PM, Mike Schrag wrote: -Djava.net.connectiontimeout=2 yes .. There are some other settings, too: -Dsun.net.client.defaultConnectTimeout=15000 -Dsun.net.client.defaultReadTimeout=15000 I don't know how these relate

Re: AjaxAutoComplete and AjaxObserveField

2009-04-03 Thread Ramsey Gurley
On Apr 2, 2009, at 7:22 PM, Ricardo J. Parada wrote: Hi, I have an AjaxAutoComplete. The user types something, the list of matches is displayed, then the user selects from the list and the selected item is entered in to the AjaxAutoComplete text field. Now, when the user tabs out of

Re: Ant build fails with Project Frameworks

2009-08-27 Thread Ramsey Gurley
, Ramsey Gurley wrote: Hi all, I'm trying to do an ant build that depends on a Project Framework, but building with the Project Frameworks checkbox checked fails. If I do a WOLips Ant Tools - Install first and use Local Frameworks instead, everything builds fine. Is there something I'm

Re: Ant build fails with Project Frameworks

2009-08-27 Thread Ramsey Gurley
, and you'd need to be able to depend on the results of a build being known names and in known folders (like dist). If anyone wants to take a stab at the ant files for this, by all means ms On Aug 27, 2009, at 3:33 PM, Ramsey Gurley wrote: When I set that, I get an extra checkbox titled

NSTimestamp bug in timestampByAddingGregorianUnits

2009-10-07 Thread Ramsey Gurley
Hi all, Executing the following code with a default time zone of US Eastern time NSTimestamp ts1 = new NSTimestamp(2009,11,1,0,0,0,NSTimeZone.defaultTimeZone()); NSTimestamp ts2 = ts1.timestampByAddingGregorianUnits( 0, 0, 1, 0, 0, 0 ); NSTimestamp ts3 = new

Re: NSTimestamp bug in timestampByAddingGregorianUnits

2009-10-07 Thread Ramsey Gurley
Avendasora wrote: Isn't this the daylight-savings-time switch over? Currently we are 4 hours behind GMT, once DST is off, then we will be 5 hours behind GMT. Dave On Oct 7, 2009, at 4:13 PM, Ramsey Gurley wrote: Hi all, Executing the following code with a default time zone of US Eastern time

Re: NSTimestamp bug in timestampByAddingGregorianUnits

2009-10-07 Thread Ramsey Gurley
wrote: Isn't this the daylight-savings-time switch over? Currently we are 4 hours behind GMT, once DST is off, then we will be 5 hours behind GMT. Dave On Oct 7, 2009, at 4:13 PM, Ramsey Gurley wrote: Hi all, Executing the following code with a default time zone of US Eastern time

Re: Ternary op + autoboxing + null value = NPE?

2009-10-19 Thread Ramsey Gurley
, at 11:31 AM, Ramsey Gurley wrote: Hi all, I've just discovered that while Double test = true?null:0d; //result: test is null works without error, the following Double test2 = true?(new Object(){public Double testMethod(){return null;}}.testMethod()):0d; //-Throws NPE Throws

Re: WebObjects file format documentation

2009-12-02 Thread Ramsey Gurley
This one? http://developer.apple.com/legacy/mac/library/documentation/InternetWeb/Reference/WO_BundleReference/index.html On Dec 2, 2009, at 10:36 AM, Pelaia II, Tom wrote: In Leopard Apple introduced documentation for the new WebObjects component file format along with the formats for other

Re: Testing if an EO would be deletable

2010-01-19 Thread Ramsey Gurley
Using Wonder? This might be of some help. http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/extensions/eof/ERXGuardedObjectInterface.html Ramsey On Jan 19, 2010, at 4:47 AM, Paul Hoadley wrote: Hello, I was just reading Johan Henselmans's thread entitled validating deleting

Re: AjaxSubmitButton

2010-01-21 Thread Ramsey Gurley
If you are not seeing an image it is because the WOResourceManager is not finding your image file. On your eclipse console, you will see a log line that includes something like ERROR_FILE_NOT_FOUND. Continuing with the example below, you would need to make sure you have an image named

Re: D2W EditRelationshipPage

2010-01-21 Thread Ramsey Gurley
On Jan 21, 2010, at 10:07 AM, James Cicenia wrote: OK - I did that with a rule. First I assigned the property: ERD2WEditToManyFault Then I created another rule that if the pageConfiguration like 'editRelationship*' to show pageName = ERD2WEditRelationshipPage. I'm surprised you get

Re: WOPopup Insanity

2010-02-16 Thread Ramsey Gurley
Because you're binding to the object, not a string. Use something like displayString = aFestivalArtist.userPresentableDescription instead. Ramsey On Feb 16, 2010, at 11:28 AM, James Cicenia wrote: Why won't displayString not display the string but the ugly object info? Here is the

Chrome chokes on gzipped JS

2010-02-23 Thread Ramsey Gurley
Just a heads up for any of you guys supporting Chrome out there. If you're using gzip response compression, chrome chokes on the gzipped JS files. Specifically, it fails saying Uncaught SyntaxError: Unexpected token ILLEGAL It indicates failure on the last line of each script. And in some

Re: Eclipse: Generate Getters and Setters

2010-02-26 Thread Ramsey Gurley
On Feb 26, 2010, at 4:59 PM, Mike Schrag wrote: Is there any setting I can modify to achieve this? Please advise. no ms If you are dealing with a WOComponent java file, you can sorta do it. In order to generate the getter, setter, and member, switch to the component editor, then

Re: user is only allowed to log in once

2010-03-08 Thread Ramsey Gurley
Out of curiosity, what sort of data are you trying to restore with PDsession? Ramsey On Mar 8, 2010, at 11:13 AM, Johan Henselmans wrote: I store a persistent PDsession EO (not related to WOSession): if a user is timed out in a WOSessions, the next time the user logs in, the information

Re: user is only allowed to log in once

2010-03-09 Thread Ramsey Gurley
On Mar 9, 2010, at 4:59 AM, Johan Henselmans wrote: Op 8 mrt 2010, om 17:58 heeft Ramsey Gurley het volgende geschreven: Out of curiosity, what sort of data are you trying to restore with PDsession? It's basically information about the cashregister they are using. So it contains

Re: subtotal question

2010-03-24 Thread Ramsey Gurley
I think you want TimeSheetGroupedEntries: WORepetition{ list = valuesForGroupedKey; } public NSArray valuesForGroupedKey() { return entries().objectForKey(groupedKey()); } On Mar 24, 2010, at 11:38 AM, James Cicenia wrote: Maybe it is to early or whatever... I dont' think I

Re: subtotal question

2010-03-24 Thread Ramsey Gurley
I think that's possible too with ognl, but I never use those. On Mar 24, 2010, at 12:08 PM, James Cicenia wrote: I see, that makes sense. I guess I thought there was someway to do it all in the wod thanks. On Mar 24, 2010, at 11:03 AM, Ramsey Gurley wrote: I think you want

Re: WODisplayGroup selection methods and notification

2010-03-24 Thread Ramsey Gurley
If you want to fire delegate methods, you can call selectObject(obj) instead of setSelectedObject(obj). Ramsey On Mar 24, 2010, at 4:10 PM, Steve Meyer wrote: Anyone want to posit a theory why among the WODisplayGroup selection methods, only setSelectedObjects() [and setSelectedObject()*,

Re: [OT] Javascript editing in Eclipse

2010-04-02 Thread Ramsey Gurley
Ok, so I tried Aptana for a couple of weeks. I liked some of the features, but disliked a lot of things about it beyond the slowness. I ended up dumping it and gave JSEclipse a try. That's okay but I'd still like to find something that might work better and not be EOLed. It looks like

Re: [OT] Javascript editing in Eclipse

2010-04-02 Thread Ramsey Gurley
On Apr 2, 2010, at 12:55 PM, Pascal Robert wrote: Le 2010-04-02 à 12:47, David LeBer a écrit : On 2010-04-02, at 12:43 PM, David Holt wrote: On 2010-04-02, at 9:25 AM, Ramsey Gurley wrote: Ok, so I tried Aptana for a couple of weeks. I liked some of the features, but disliked a lot

To-Many qualifier question

2010-04-14 Thread Ramsey Gurley
Hi all, If I have a many-to-many relationship, for instance, between Rugs and Colors, and I have a list of colors, how do I construct a fetch that only returns rugs containing only those colors. So, for example, given colors red, yellow, green, blue for my qualifier, a rug with red and

Re: Basic question - lightweight to-one relationship from entity to POJO/enum

2010-04-16 Thread Ramsey Gurley
On Apr 15, 2010, at 4:52 PM, Mark Wardle wrote: I've found this interesting. My problem is I already have 80 entities. For instance, I have an entity representing structured medical data: as such it has about fifty pick lists - representing these as separate entities will be a

Re: subtotal question

2010-04-20 Thread Ramsey Gurley
On Apr 1, 2010, at 5:30 PM, Lachlan Deck wrote: On 25/03/2010, at 3:08 AM, James Cicenia wrote: I see, that makes sense. I guess I thought there was someway to do it all in the wod You talking about WODictionaryRepetition from JavaWOExtensions?

Re: announcement

2010-04-21 Thread Ramsey Gurley
When you asked that, the first thing that popped into my head was: STOP! He who would cross the Bridge of Death Must answer me These questions three Ere the other side he see. (^_^) Ramsey On Apr 21, 2010, at 4:05 PM, Kieran Kelleher wrote: You are right - No reason at all why only Mike

Re: announcement

2010-04-21 Thread Ramsey Gurley
Oh, and how rude of me... Congrats Mike! (^_^) Ramsey On Apr 21, 2010, at 4:20 PM, Ramsey Gurley wrote: When you asked that, the first thing that popped into my head was: STOP! He who would cross the Bridge of Death Must answer me These questions three Ere the other side he see

Re: announcement

2010-04-22 Thread Ramsey Gurley
Hey Mike, Javadocs seem to be down at mDimension http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/ ... So who do we nag when you leave mDT? Has a successor been appointed? Ramsey On Apr 22, 2010, at 11:45 AM, David Avendasora wrote: :-) I think we're all hoping/expecting that

Re: Debugging

2010-04-27 Thread Ramsey Gurley
On Apr 27, 2010, at 4:37 PM, Martin Samm wrote: I'm trying to debug this exception in Eclipse: Apr 27 21:33:13 AdTracker[57153] WARN NSLog - AdvertManagement:saveAd - exception er.extensions.validation.ERXValidationException object: com.aetopia.model.AdDesign pk:null; propertyKey:

Re: need help with datepicker.....

2010-04-27 Thread Ramsey Gurley
There's a patch for that... http://issues.objectstyle.org/jira/browse/WONDER-418 (^_^) Ramsey On Apr 27, 2010, at 5:02 PM, Theodore Petrosky wrote: this is what I get for speaking too fast I am now using the AMD. what didn't work was the AjaxModalContainer... when I reread your

Re: need help with datepicker.....

2010-04-27 Thread Ramsey Gurley
/10, Ramsey Gurley ram...@xeotech.com wrote: From: Ramsey Gurley ram...@xeotech.com Subject: Re: need help with datepicker. To: Theodore Petrosky tedp...@yahoo.com Cc: WO Dev Group webobjects-dev@lists.apple.com Date: Tuesday, April 27, 2010, 5:16 PM There's a patch for that... http

Re: why EOGenericRecord and no ERXGenericRecord generation?

2010-04-30 Thread Ramsey Gurley
Hi Gustavo, You just need to set that in your eogenerator file. If you click on YourModel.eogen and look under the heading Defines you need to click the Add button there. The name should be EOGenericRecord and the value would be ERXGenericRecord in your case or any other base class

Re: why EOGenericRecord and no ERXGenericRecord generation?

2010-04-30 Thread Ramsey Gurley
That's probably why you didn't have to set it before too (^_~) Ramsey On Apr 30, 2010, at 9:37 AM, Gustavo Pizano wrote: I think I know I hadn't set the templateS!!! :O:O On Apr 30, 2010, at 3:29 PM, Ramsey Gurley wrote: Hi Gustavo, You just need to set that in your eogenerator file

Re: Eclipse/WOLips Strange Chinese Characters

2010-05-12 Thread Ramsey Gurley
+1 UTF-16 big endian, no BOM (UTF-16BE in Eclipse) Ramsey On May 12, 2010, at 2:53 PM, David Holt wrote: It's my understanding that the .strings files still need to be in UTF16. Has something changed recently? d On 2010-05-12, at 11:50 AM, David Griffith wrote: In case it should help

Re: Chrome chokes on gzipped JS

2010-05-14 Thread Ramsey Gurley
completely on blur. Firebug complains not well-formed Opera succeeds. If any of the three conditions (mime type, response compression, empty value) is not satisfied, webkit, safari, chrome, and firefox appear to work. Ramsey On Feb 23, 2010, at 5:30 PM, Ramsey Gurley wrote: Just a heads up

Re: Chrome chokes on gzipped JS

2010-05-14 Thread Ramsey Gurley
On May 14, 2010, at 4:17 PM, Pascal Robert wrote: Le 10-05-14 à 16:05, Ramsey Gurley a écrit : Just a FYI, content-type application/xhtml+xml combined with gzipped response compression and AjaxInPlaceEditor submitting an empty input field crashes Webkit (nightly as of today) and Safari

United States vs Comstock

2010-05-17 Thread Ramsey Gurley
http://www.cato-at-liberty.org/2010/05/17/u-s-v-comstock-is-about-policy-over-law/ ___ 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

Re: United States vs Comstock

2010-05-17 Thread Ramsey Gurley
Oops, wrong list (^_^) sorry guys. On May 17, 2010, at 1:45 PM, Ramsey Gurley wrote: http://www.cato-at-liberty.org/2010/05/17/u-s-v-comstock-is-about-policy-over-law/ ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

Re: ?? about opportunistic locking...

2010-05-18 Thread Ramsey Gurley
On May 18, 2010, at 10:20 AM, David Avendasora wrote: On May 18, 2010, at 10:16 AM, Miguel Arroz wrote: Never post before coffee. There. Fixed it for you. Dave Dave, where have you been? Tea is the new hotness ya know... (^_~) http://www.wired.com/epicenter/2009/04/tech-millionair/

Re: ?? about opportunistic locking...

2010-05-18 Thread Ramsey Gurley
On May 18, 2010, at 2:06 PM, Chuck Hill wrote: On May 18, 2010, at 7:20 AM, David Avendasora wrote: On May 18, 2010, at 10:16 AM, Miguel Arroz wrote: Never post before coffee. There. Fixed it for you. I dunno. I have switched almost exclusively to green tea now. Me! Taiwanese

Re: Invalidating Objects

2010-05-20 Thread Ramsey Gurley
On May 18, 2010, at 5:24 PM, Andrew Lindesay wrote: Hello; As part of a built-in change notification facility, I am using EOObjectStoreCoordinator.invalidateObjectsWithGlobalIDs(..) with the relevant OSC locked. All use of other editing contexts are locked and unlocked correctly.

Re: Get rid of warning in binding value e.g. @sum.totalCost

2010-05-21 Thread Ramsey Gurley
Hi Cheong! There are at least two things you could do without using //VALID 1. Use totalco...@sum instead. They are functionally the same thing for the value produced, and I think that form will validate since nothing follows the @sum key. 2. Create a binding validation rule in your

Re: .d2wmodel.txt files

2010-06-04 Thread Ramsey Gurley
On Jun 4, 2010, at 5:09 PM, David Avendasora wrote: Hi all, Is the *.d2wmodel.txt files created by Rule Modeler just simply derived, human-readable versions of the rule files? Dave As far as I know, yes. Ramsey ___ Do not post admin

Re: Now odd WOBrowser behavior.

2010-06-08 Thread Ramsey Gurley
Usually, for me, that means I forgot to include it inside a Form element. On Jun 8, 2010, at 3:53 PM, James Cicenia wrote: The getter works but this setter never gets called? I removed the name tag too; public void setSelectedRiskProducts(NSMutableArray products){

Re: D2W/ERModernLook in non D2W app

2010-06-09 Thread Ramsey Gurley
On Jun 9, 2010, at 9:22 AM, Andrew R. Kinnie wrote: I am again attempting to use D2W for the admin portion of an existing app. Basically, I have an existing site, and wanted to add an admin link to the home page navigation bar, based on whether the user has logged in and has admin

Re: D2W/ERModernLook in non D2W app

2010-06-09 Thread Ramsey Gurley
, at 9:36 AM, Ramsey Gurley wrote: On Jun 9, 2010, at 9:22 AM, Andrew R. Kinnie wrote: I am again attempting to use D2W for the admin portion of an existing app. Basically, I have an existing site, and wanted to add an admin link to the home page navigation bar, based on whether the user

Re: D2W/ERModernLook in non D2W app

2010-06-09 Thread Ramsey Gurley
start to see where customizations are possible. HTH, David Andrew On Jun 9, 2010, at 9:36 AM, Ramsey Gurley wrote: On Jun 9, 2010, at 9:22 AM, Andrew R. Kinnie wrote: I am again attempting to use D2W for the admin portion of an existing app. Basically, I have an existing site

  1   2   3   4   5   6   7   8   9   10   >