开发者

Start app in a web flow

开发者 https://www.devze.com 2022-12-26 12:12 出处:网络
I am using spring web flow 2. I want that my first page to be one of a flow. How can I do that? I tried to set the welcome开发者_高级运维-file but it doesn\'t work.

I am using spring web flow 2. I want that my first page to be one of a flow. How can I do that? I tried to set the welcome开发者_高级运维-file but it doesn't work. Any ideas?

Thanks, Luisa


You can place the following index.html in the root of your webapp (next to WEB-INF) according to 'spring booking' test app that goes with Webflow distro: index.html:

<html>
<head>
    <meta http-equiv="Refresh" content="0; URL=spring/startFlowName"/>
</head>
</html>
0

精彩评论

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