Using ORDIMAGE in R11
At the moment there seem to be a few glitches in ORDIMAGE support with JDeveloper 11 and some traffic on the forum. Just as a hint here’s a snippet using af:media to display a image stored in an OrdImage attribute. note that I’ve had to expand the servlet reference out (that’s the W/A for the current bug. Also if you’ve used this in 10.1.3, note that the expression for the Mime type is slightly different (excuse the wrapping in the source value):
<af:media source=”/ordDeliverMedia?appModID=TuhraServiceDataControl&
viewObjectName=TuhraService.AllImages1&
contentCol=Image&
rowKey=#{bindings.AllImages1Iterator.currentRowKeyString}”
player=”windows”
autostart=”true”
contentType=”#{bindings.Image.inputValue.mimeType}”/>
Leave a Reply