Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.8 M1
-
Component/s: {Unused} Actions and URLs, {Unused} Core
-
Labels:None
-
Similar issues:
Description
The way the different form buttons work now is a complete hack: inside the preview action class there's a switch that 'forwards' the call to different actions. This should be implemented using a proper RequestDispatcher inside a request Filter.