Re: WOApplet (close to success...)
Re: WOApplet (close to success...)
- Subject: Re: WOApplet (close to success...)
- From: Chuck Hill <email@hidden>
- Date: Thu, 13 Jan 2005 10:25:42 -0800
Add this to the bindings:
WODebug = true;
And see what the convertedFilePath is returning. Might be a
WOResourceMangler URL that is getting requested twice. The second time
will fail. Or you might have set it up wrong and the returned URL is
wrong / an error URL.
Chuck
On Jan 13, 2005, at 10:17 AM, Erwin wrote:
I have an applet reading a picture and displaying it in VR-panoramic
format
The applet is running well but loading the picture ONLY when I defined
the component as 'static'
and pass one parameter... (file = value)
(file = "/pictures/myPicture" .... in Library/WebServer/Documents)
I need to make this WOApplet Dynamic and give it a dynamic file path,
so I defined the WOApplet like that :
Applet1: WOApplet {
archive = "ptviewer.jar";
code = "ptviewer.class";
codebase = "/WebObjects/java";
file = convertedFilePath;
height = 200;
width = 320;
}
the Applet starts but no image is loaded....
how can I do that nicely ?
thanks
Erwin _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
village.net
This email sent to email@hidden
--
Practical WebObjects - a book for intermediate WebObjects developers
who want to increase their overall knowledge of WebObjects, or those
who are trying to solve specific application development 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