Okay. Apparently you need to restart eclipse for WOLips Server to start after changing the preference. I also forgot I had jQuery in some of my pages. I turned on jQuery noConflict and even removed it completely. If you click open on the component you're in it works, otherwise it does not work as advertised.
This is what shows up in my console... 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] org.eclipse.core.runtime.AssertionFailedException: null argument: 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:73) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at org.eclipse.core.runtime.Path.initialize(Path.java:577) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at org.eclipse.core.runtime.Path.<init>(Path.java:185) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at org.eclipse.core.internal.resources.WorkspaceRoot.getProject(WorkspaceRoot.java:181) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at org.objectstyle.wolips.womodeler.OpenComponentRequestHandler.handle(OpenComponentRequestHandler.java:22) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at org.objectstyle.wolips.womodeler.server.Request.run(Request.java:90) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at java.lang.Thread.run(Thread.java:680) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] org.eclipse.core.runtime.AssertionFailedException: null argument: 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:73) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at org.eclipse.core.runtime.Path.initialize(Path.java:577) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at org.eclipse.core.runtime.Path.<init>(Path.java:185) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at org.eclipse.core.internal.resources.WorkspaceRoot.getProject(WorkspaceRoot.java:181) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at org.objectstyle.wolips.womodeler.OpenComponentRequestHandler.handle(OpenComponentRequestHandler.java:22) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at org.objectstyle.wolips.womodeler.server.Request.run(Request.java:90) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at java.lang.Thread.run(Thread.java:680) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] org.eclipse.core.runtime.AssertionFailedException: null argument: 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:73) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at org.eclipse.core.runtime.Path.initialize(Path.java:577) 11/17/10 4:07:28 PM [0x0-0x2456454].org.eclipse.eclipse[76841] at org.eclipse.core.runtime.Path.<init>(Path.java:185) -Mike On Nov 17, 2010, at 3:15 PM, David Holt wrote: Hi Michael, On 2010-11-17, at 11:31 AM, Michael Gargano wrote: Hi all, I'm trying to get Click To Open working. I have the WOLips, ERExtentions frameworks added to the CP, all my components extend ERXComponent and my app extends ERXApplication. I think this is broken for recent versions of WOLips. I haven't been able to see it in action for several weeks (though it was fine before that). David I have the following properties in my Properties file: er.component.clickToOpen=true er.extensions.ERXApplication.developmentMode=true wolips.password=wo wolips.prototype.framework=app wolips.prototype.fileName=prototype.js and the prototype.js file in my WebServerResources... doesn't work. I also tried adding the Ajax framework and dropping the last 2 properties. I can't connect to port 9485 on localhost, so I don't know what's wrong (and yes I enabled the WOLips server in preferences). Thanks. -Mike _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]<mailto:[email protected]>) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com This email sent to [email protected]<mailto:[email protected]>
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
