문제

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>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top