Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1-alpha-1
-
Fix Version/s: 1.1-alpha-1
-
Component/s: Web interface
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
the behavior of continuum 1.0.3 was that when the continuum configuration was not configured to display the configuration screen right off the bat. under the webwork refactor that isn't the case at the moment.
this patch implements this by making use of an extension of the PlexusActionSupport that implements Preparable and the prepare webwork interceptor.
basically all actions that extend ContinuumActionSupport will now check if the continuum configuration is initialized and if it isn't through and exception that is caught in webwork and redirected to the configuration!input.action.
It might require the patch from the continuum-778 but it uses the same mechanism or interferr with that patch slightly in the xwork.xml file.
Applied.