Modifying the Functionality of an Existing Controller

In version 2.0.3.136893 of the Widget Framework, most of the controller functionality has been moved to java space. However, the framework still supports JSP controllers. These controllers are invoked after the java controller has read the general and view-specific fields from the relevant panels in the widget and put them in the map (the map, in turn, is available in request scope). So, the JSP controllers can be used to execute any custom logic.