This week's book giveaway is in the Agile/Processes forum.
We're giving away four copies of Building Green Software: A Sustainable Approach to Software Development and Operations and have Anne Currie, Sarah Hsu , Sara Bergman on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Spring web flow not going to next page

 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all

New to Spring web flow but got the config and files set up by googling examples. Anyway I got to the point that I know the flow is started but by clicking next or back buttons, it stays on the say page.

In spring config file


The myflow.xml



The file structure is like
WEB-INF/views/portal/myflow
|_page1.jsp
|_page2.jsp
|_page3.jsp

The page1.jsp


The page2.jsp



The page3.jsp


Now on page1, I click next page1 display when I expect to see page2. What am I doing wrong? Oh no spring controllers whatsoever.
reply
    Bookmark Topic Watch Topic
  • New Topic