Re: Trouble disabling/nulling href of a WOHyperlink using JavaScript

2009-08-12 Thread Matthew Kidd
s subcomponent is because it also does a form submit as well. Chuck Hill 08/11/09 01:28 PM To Matthew Kidd cc Webobjects-dev@lists.apple.com Subject Re: Trouble disabling/nulling href of a WOHyperlink using JavaScript On Aug 11, 2009, at 11:20 AM, Matthew Kidd wrote: > > I

Trouble disabling/nulling href of a WOHyperlink using JavaScript

2009-08-11 Thread Matthew Kidd
I'm attempting to copy and store the href attached to a WOHyperlink so that I can deactivate a "button" on a form. Numerous attempts have resulted in the closest attempt being a link that appears to refer to the previous page. Is there a way to disable a WOHyperlink via JavaScript or java that

Re: What is the difference between these webobjects URLs?

2009-07-13 Thread Matthew Kidd
Thanks Chuck. We use Wonder for our other projects but in this case I don't have a code base to work from so including wonder isn't an option. Chuck Hill 07/10/09 06:24 PM To Matthew Kidd cc webobjects-dev@lists.apple.com Subject Re: What is the difference between these webob

Re: What is the difference between these webobjects URLs?

2009-07-10 Thread Matthew Kidd
onent action urls referenced by the applet. John Huss 06/30/09 07:30 PM To Matthew Kidd cc webobjects-dev@lists.apple.com Subject Re: What is the difference between these webobjects URLs? The number at the end are the contextID and elementID, which uniquely identify it in the applic

What is the difference between these webobjects URLs?

2009-06-30 Thread Matthew Kidd
I have a WebObjects application that when you load a page with an applet in it is has this URL in the browser: http://test.com/scripts/WebObjects.dll/tsweb.woa/1/wo/3eoqV0Lktf3eNiGrRVXnAg/1.0.59.80 Now the applet within the page has a reload URL attached to it like thus: http://test.com/script

Re: What is the connection between the WO and the java file?

2009-05-05 Thread Matthew Kidd
It seems like no matter what I will have to open up the jar and adjust the class file either via a recompile of the decompiled java file or by using javaassist. Q 05/04/09 08:32 PM To Matthew Kidd cc Chuck Hill , webobjects-dev@lists.apple.com Subject Re: What is the connection between

Re: What is the connection between the WO and the java file?

2009-05-04 Thread Matthew Kidd
With regards to javaassist, how would I integrate this into an already established WebObjects application? Chuck Hill 04/15/09 09:44 PM To Matthew Kidd cc webobjects-dev@lists.apple.com Subject Re: What is the connection between the WO and the java file? On Apr 15, 2009, at 5:51 PM

What is the connection between the WO and the java file?

2009-04-15 Thread Matthew Kidd
I ask this because in my efforts to decompile a webobjects application from circa 2002 or 2003 I've encountered more errors than I care to deal and then I had an idea. If I could compile one java file, the only one I actually need to change, via commandline and swap the resulting .class files w