8000 simple-spring-webflow-webapp error · Issue #4 · spring-by-example/spring-by-example · GitHub
[go: up one dir, main page]

Skip to content

simple-spring-webflow-webapp error #4

@kitsuneymg

Description

@kitsuneymg

Clicking "Create" generates a 404.

Solution:
in /WEB-INF/spring/webmvc-context.xml add

<!-- URL to flow mapping rules -->
    <bean id="flowMappings"
          class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping"
          p:order="0">
        <property name="mappings">
            <value>/person.html=personFlowHandler</value>
        </property>
    </bean>

after the context:component-scan.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0