Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Curly braces in wildcard mapping example config.

...

Code Block
xml
xml
titlestruts.xml
borderStylesolid
<action name="*" >
  <result>/tutorial/({1)}.jsp</result>
</action>

How the Code Works

...