<%@ 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" %> // Include integration code. <% PrintWriter pwout = new PrintWriter(out, true); String RB_list[] = { CCG1, CCG2, CCG3, CCG4}; AC_Info aci = new AC_Info(request, application); RotateBanner2 RB = new RotateBanner2(aci, RB_list, 4); String RadioB_list[] = { "ORCL", "MSFT", "INTC", "SUNW" }; RadioButtons2 RadioB = new RadioButtons2 (aci, RadioB_list, 4); //If user cliks on to Rotate the Banners, keeep the Radio buttons insync. RB.setCallBackName(RadioB.getButtonSetMethodName()); %> <% // Register the Callback. RadioB.setCB_AddMethod("switch_the_banner"); RadioB.CGM_Radio(pwout); %> <% RB.setBannerUpdateMethodName("dynamic_service_selection"); RB.CGM_Rotate(pwout); %>