ServicesSelect.jsp revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
eae6543da163348b9ff13fc65119de55b5af62bfdlezcano Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano The contents of this file are subject to the terms
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano of the Common Development and Distribution License
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano (the License). You may not use this file except in
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano compliance with the License.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano You can obtain a copy of the License at
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano https://opensso.dev.java.net/public/CDDLv1.0.html or
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano See the License for the specific language governing
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano permission and limitations under the License.
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano When distributing Covered Code, include this CDDL
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano Header Notice in each file and include the License file
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano If applicable, add the following below the CDDL Header,
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano with the fields enclosed by brackets [] replaced by
925aaa312480da5584b2e5e8f963ce1d85b97232legoater your own identifying information:
925aaa312480da5584b2e5e8f963ce1d85b97232legoater "Portions Copyrighted [year] [name of copyright owner]"
5841258071d756a14321b863e01e752f0a9b02d4dlezcano $Id: ServicesSelect.jsp,v 1.3 2008/06/25 05:44:49 qcheng Exp $
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano<%@ page info="ServicesSelect" language="java" %>
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano<%@taglib uri="/WEB-INF/jato.tld" prefix="jato" %>
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano<%@taglib uri="/WEB-INF/cc.tld" prefix="cc" %>
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano<jato:useViewBean
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano className="com.sun.identity.console.realm.ServicesSelectViewBean"
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano fireChildDisplayEvents="true" >
0ad19a3fc3de5592e2453070a818a5a41687900edlezcano<cc:i18nbundle baseName="amConsole" id="amConsole"