|
Advanced Struts 2 wizards can be used to create new Struts 2
elements or edit existing elements. These wizards are backed by
a detailed model of your Struts 2 project and will provide input
assistance and validation where possible. The Struts 2 model is
automatically updated when you edit a Struts 2 configuration
file or add / remove libraries containing Struts 2 configuration
files to your project.
The Package wizard allows you to create new packages or edit
existing packages.
Use the Package Selection dialog to select one or more packages
you wish to extend from.
Model based validation will detect problems in your package
definition.
The action wizard allows you to create or edit Struts 2 actions.
Just like the package wizard, detected problems in your action
definition will be reported immediately in the wizard. For
instance, your action name will be compared with the names of
other actions that are declared in the same namespace (i.e. the
namespace referenced in your intended target package)
Use the Result wizard to add new action results directly to existing actions or edit existing results.
Problems detected are reported in the wizard.
|