我正在使用Eclipse Oracle Enterprise Pack for Eclipse 12.2.1.5,而我正在使用Oracle ADF Essentials。我试图在按钮上单击adfc-config.xml
A.jspx
....
<af:outputText id="o1" value="Page A" inlineStyle="font-size: 36px"></af:outputText>
<af:button action="loadB" text="Load Page B" id="b1"></af:button>
....
B.jspx
....
<af:outputText id="o1" value="Page B" inlineStyle="font-size: 36px"></af:outputText>
....
执行http://localhost:18080/taskflowsWeb/faces/A.jspx
我得到了输出
但点击按钮没有任何事情发生
这意味着,只有片段(JSFF)可以工作? pages(JSPX)不起作用?
答案 0 :(得分:0)
只需从网址中删除第一页扩展名。