Versions Compared

Key

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

...

  • The JSP tags must use the "ww" namespace.
    • In JSP: <ww:xxx/>
    • In FreeMarker: <@ww.xxx/>
    • In Velocity: N/A
  • Use of the Form Tag tag and Action tag must be linking directly to the action name (and optional namespace). This means that <ww:form action="foo"/> is OK, but <ww:form action="foo.action"/> is not.
  • All code is expected to be using the Alt Syntax.

...