开发者

May i know the element to import global transitions xml?

开发者 https://www.devze.com 2023-04-03 03:03 出处:网络
I am using spring-webflow-2.0, I want to import globaltransitions.xml in to myflow.xml. can i useto achieve this? Because i dont see any other element for import...please 开发者_如何学运维help

I am using spring-webflow-2.0, I want to import globaltransitions.xml in to myflow.xml. can i use to achieve this? Because i dont see any other element for import...please 开发者_如何学运维help

Thanks, Sundar


You have mark your globaltransitions.xml as abstract:

<flow abstract="true">

and inherit this abstract flow inside your final flow definition:

<flow parent="globaltransitions">

0

精彩评论

暂无评论...
验证码 换一张
取 消