2017-01-25 96 views
0

我使用的是Eclipse Oracle Enterprise Pack for Eclipse 12.2.1.5,我使用的是Oracle ADF Essentials。我試圖加載上的按鈕,另一JSPX文件單擊adfc-config.xmlADF簡單無界任務流程JSPX到JSPX呼叫流程不起作用

enter image description here

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

我得到了輸出

enter image description here

但點擊按鈕什麼也沒有發生

這意味着,只有碎片(JSFF)是否行得通呢?頁面(JSPX)不起作用?

+0

在JDev 12.2.1中適合我工作看起來像你正在使用eclipse。始終包含產品,平臺,版本以幫助我們爲您提供幫助。 – Joe

+0

是的,我正在使用eclipse和ADF Essentials最新版本。您是否試圖說JSPX到JSPX的行動結果不適用於ADF Essentials? –

回答

0

只是從URL中刪除第一頁的擴展名。