我不同view-state
在flow.xml。所有這些國家都有相同的看法。現在我想設置一個變量,其中只包含一個字符串,並在視圖文件中調用它來自定義內容。
這裏是我的文件:
flow.xml:爲例如兩個視圖狀態的Web Flow中的簡單變量
<view-state id="rcpm" view="rc/rcmembers.xhtml">
<on-entry>
<evaluate expression="RCHtmlCache.getCommunityList('rcpm')"
result="flowScope.members" />
</on-entry>
</view-state>
<view-state id="rcarch" view="rc/rcmembers.xhtml">
<on-entry>
<evaluate expression="RCHtmlCache.getCommunityList('rcarch')"
result="flowScope.members" />
</on-entry>
</view-state>
在這個文件中,我需要與視圖狀態ID值的變量,所以例如「rcarch」。
rcmembers.xhtml,我想打電話給變量
<p:panel id="panel" header="Memberslist of **Here comes the value of the variable">
希望你能理解我的問題的代碼只是一部分...
BIG THANKS!你的第一個選項絕對完美!非常感謝!我不知道命令「flowRequestContext.currentState.id」。最後:)再次感謝!幫助我很多! – 2013-03-08 07:35:38
歡迎您:-)剛剛在Spring Web Flow 2中發表了一篇關於溝通的文章。對於這個案例和其他相關案例可能有用:[blog](http://xpadro.blogspot.com.es/2013/04/通信功能於彈簧的Webflow-2.HTML) – xpadro 2013-04-04 08:58:47