ADFモバイルの一番上にあるPanelPageの背景に画像を表示したい。背景に画像を設定したい。
私のAMXファイルは次のとおりです。
<?xml version="1.0" encoding="UTF-8" ?>
<amx:view xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:amx="http://xmlns.oracle.com/adf/mf/amx"
xmlns:dvtm="http://xmlns.oracle.com/adf/mf/amx/dvt" >
<amx:panelPage id="pp1" inlineStyle='background-image:url("image/custom_cell_image.png");'>
<amx:facet name="header">
<amx:outputText value="Requition Line" id="ot1"/>
</amx:facet>
<amx:facet name="primary">
<amx:commandButton id="cb1" text="Requisition" inlineStyle="font-size:small;" action="__back"/>
</amx:facet>
<amx:facet name="footer">
<amx:commandButton id="cb2" action="back" text="Approve" styleClass="adfmf-commandButton-default"/>
<amx:commandButton text="Reject" id="cb3"/>
<amx:commandButton text="Request More Info" id="cb4"/>
</amx:facet>
<amx:commandButton text="commandButton1" id="cb5"/>
</amx:panelPage>
</amx:view>
画像のURLを設定しましたが、反映されません。背景色を設定すると、影響を受けます。