Versions Compared

Key

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

...

Migration Notes

Migrating Actions

Here are some notes on the series of steps that you might run through to migrate an existing Roller struts1 action to a new struts2 action. The specific details of the work will vary depending on the situation.

  • copy old action code to new action class and rename (makes things less confusing)
  • make sure package name is appropriate at the top of your copied code
  • extend UIAction (MigratingUIAction if request object is really needed, but try not to)

...