Versions Compared

Key

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

...

but each action can also define it's its own local stack.

Code Block
xml
xml
titleA local Interceptor Stack
<action name="VelocityCounter" class="org.apache.struts2.example.counter.SimpleCounter">
    <result name="success">...</result>
    <interceptor-ref name="defaultComponentStack"/>
</action>

...