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