Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Because JSP support occurs through the Dispatcher Result, which is the default result type, you don't need to specify the type attribute when configuration struts.xml:

Code Block
xml
xml
<action name="test" class="com.acme.TestAction">
    <result name="success">test-success.jsp</result>
</action>

...