After the JavaScript class for the widget has been implemented, the class must be added into JSP require declaration section when generating XUI file to JSP file. A technical developer must create a new JSP template file or edit existing IBM® WebSphere® Multichannel Bank Transformation Toolkit JSP template file to add require declaration for the new JavaScript class. By default, JSP template files are located in the WebContent/templates folder of an XUI web project.
<head> <%@ taglib uri="/WEB-INF/bttdojo.tld" prefix="bttdojo"%> <%@ taglib uri="/WEB-INF/alphadojo.tld" prefix="alphadojo"%> <%@ page import="com.ibm.btt.cs.html.JSPUtil" %>