<%@ 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" %> <% Object RB_list[] = { CCG1, CCG2, CCG3, CCG4}; AC_Info aci = new AC_Info(request, application); ShowLayer SL = new ShowLayer(aci, RB_list, 4); PrintWriter pw=new PrintWriter(out,true); SL.CGM(pw); %> //** SECTION-3 SAMPLE TEST: ORCL MSFT INTC SUNW