Pb with WOImage on WO5.4
Pb with WOImage on WO5.4
- Subject: Pb with WOImage on WO5.4
- From: Jean Pierre Malrieu <email@hidden>
- Date: Thu, 20 Mar 2008 23:28:11 +0100
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="">
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden