How to handle the new framework

The most significant change in the widget framework 2.x is that most of framework related code which were in jsp has been moved to java space. Three widget framework plugin is introduced.To use WF 2.x widget framework core plugin must be installed.

Widget Framework 2.x has a Controller framework. This controller framework reads all fields of widget and put them in a map. A DefaultMapController is provided in the WF 2.x. All widgets in WF 2.x used this default controller. Still you can write your own controller. To check how to write a new controller and use that for any widget please check WF developer guide. In jsp controller you can override any value set by the java controller.