<%@ 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" %> <% String RB_list[] = { CCG1, CCG2, CCG3, CCG4}; AC_Info aci = new AC_Info(request, application); RotateBanner RB = new RotateBanner(aci, RB_list, 4); PrintWriter pw=new PrintWriter(out,true); RB.CGM(pw); %>