It seems that ERXStaticRessourceHandler is involved in this problem. Here is the
message I get in the console when running in development mode:

INFO er.extensions.ERXStaticResourceRequestHandler  - Unable to get contents of
file '-9066380171435441757' for uri: -9066380171435441757

The generated html being:

<img style="float: none;"
src="/cgi-bin/WebObjects/TDBase.woa/wr?wodata=-9066380171435441757">

Could ERXStaticRessourceHandler be the culprit? Or is it just reporting a pb
with WOImage? I am using WO5.4.1 with Wonder for 5.4.

JPM

Previous message:

Hi,

Since I moved to 5.4, I notice that WOImage do not display some image data (a
jpg stored in a database).

I am using bindings like:

Image1: WOImage {
        data = document.content.data;
        style = "float:none";
        mimeType = document.content.mimeType;
}

The generated html is something like:

<img style="float: none;"
src="/cgi-bin/WebObjects/TDBase.woa/wr?wodata=8230311623241412786">

I know that the data is actually there, because when create a page out of this
data (using response.setContent in appendToResponse) it gets displayed
correctly.

Where could this come from, according to you?

Thanks

JPM

 _______________________________________________
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]

Reply via email to