<%@ page contentType="image/svg-xml" %> <%@ page import="com.agile.libtemplate.*,java.io.*" buffer="16kb" %> // Include a JSP file that contains Objects for subcomponents. // The names of the CCG-Objects are CCG1, CCG2, CCG3 and CCG4. <%@ include file="subcomponents.jsp" %> <% PrintWriter pwout = new PrintWriter(out, true); String RB_list[] = { CCG1, CCG2, CCG3, CCG4}; AC_Info aci = new AC_Info(request, application); ShowLayer SL = new ShowLayer(aci, RB_list, 4); SL.CGM(pwout); %> //** SECTION-3 SAMPLE TEST: <% String CB_list[] = { "ORCL", "MSFT", "INTC", "SUNW" }; int def_states[] = { 1,0,0,0 }; CheckBoxes CB = new CheckBoxes(aci, CB_list, 4); CB.setCB_AddMethod("switch_the_state"); CB.setDefaultStates(def_states); CB.CGM(pwout); %>