Re: SUCCESS, now trying to deploy, get an immediate error, probably a missing resource(s)?
Re: SUCCESS, now trying to deploy, get an immediate error, probably a missing resource(s)?
- Subject: Re: SUCCESS, now trying to deploy, get an immediate error, probably a missing resource(s)?
- From: Baiss Eric Magnusson <email@hidden>
- Date: Thu, 5 Nov 2009 14:40:48 -0800
js_OnChange: WOJavaScript {
scriptSource = "/tyf/jsScripts/ObjSelect_js.txt";
}
Is the right answer, how I had it originally.
the problem was there is a SubComponent on the page with an identical
WOJavaScript and it had
<scriptFile> not scriptSource
On Nov 5, 2009, at 11:51 AM, Chuck Hill wrote:
I would think that
WOImageButton {
src = "/tyf/images/guest-login-btn.gif";
which is fine, and WOJavaScript, would have the same kind of access?
You can think that if you like, but it won't help. :-) Assumptions
are dangerous things to bandy about. The src attribute goes
_directly_ into the HTML, just copy and paste in effect. scriptFile
gets run through the WOResourceManager.
Chuck
Baiss chuckles.
On Nov 4, 2009, at 7:01 PM, Chuck Hill wrote:
On Nov 4, 2009, at 4:09 PM, Baiss Eric Magnusson wrote:
Got an archived project and piecemeal started putting the two
together have got the first page up, that's was encouraging.
Second page is back to the usual missing file issue:
com.webobjects.appserver
._private.WODynamicElementCreationException:
<com.webobjects.appserver._private.WOJavaScript> : cannot find
script file '/tyf/jsScripts/ObjSelect_js.txt'
....
js_OnChange: WOJavaScript {
scriptSource = "/tyf/jsScripts/ObjSelect_js.txt";
}
scriptSource
URL specifying the location of the script.
--
Chuck Hill Senior Consultant / VP Development
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Re: now trying to deploy, get an immediate error, probably a missing resource(s)? (From: Baiss Eric Magnusson <email@hidden>) |
| >Re: now trying to deploy, get an immediate error, probably a missing resource(s)? (From: Chuck Hill <email@hidden>) |
| >Re: now trying to deploy, get an immediate error, probably a missing resource(s)? (From: Baiss Eric Magnusson <email@hidden>) |
| >Re: now trying to deploy, get an immediate error, probably a missing resource(s)? (From: Chuck Hill <email@hidden>) |
| >Re: now trying to deploy, get an immediate error, probably a missing resource(s)? (From: Baiss Eric Magnusson <email@hidden>) |
| >Re: now trying to deploy, get an immediate error, probably a missing resource(s)? (From: Chuck Hill <email@hidden>) |
| >Re: now trying to deploy, get an immediate error, probably a missing resource(s)? (From: Baiss Eric Magnusson <email@hidden>) |
| >Re: now trying to deploy, get an immediate error, probably a missing resource(s)? (From: Chuck Hill <email@hidden>) |
| >Re: now trying to deploy, get an immediate error, probably a missing resource(s)? (From: Baiss Eric Magnusson <email@hidden>) |
| >Re: now trying to deploy, get an immediate error, probably a missing resource(s)? (From: Chuck Hill <email@hidden>) |
| >Re: PROGRESS, now trying to deploy, get an immediate error, probably a missing resource(s)? (From: Baiss Eric Magnusson <email@hidden>) |
| >Re: PROGRESS, now trying to deploy, get an immediate error, probably a missing resource(s)? (From: Chuck Hill <email@hidden>) |
| >Re: PROGRESS, now trying to deploy, get an immediate error, probably a missing resource(s)? (From: Baiss Eric Magnusson <email@hidden>) |
| >Re: PROGRESS, now trying to deploy, get an immediate error, probably a missing resource(s)? (From: Chuck Hill <email@hidden>) |