While CALM generates the form bean and the corresponding JSPs for the online assessment, and
updates struts-config.cml.template file, it does not hook up the form with
CADispatcherAction. Currently , you need to go through following steps to hook a new
assessment (assuming your clinical assessment is named ca in CALM);
in clinical.web.Constants class, add a new constant variable TO_CA with
value to_ca.
update switch logic in clinical.web.actions.CADispatcherAction
In web/WEB-INF/struts-config.xml.template, edit action named
<action path="/cadispatcher", add a forward tag like