AMPost.jsp revision 984ea967792540448d05fba2ac6fad5dadf91fd6
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith The contents of this file are subject to the terms
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith of the Common Development and Distribution License
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith (the License). You may not use this file except in
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith compliance with the License.
a9d49e77274be440ba8447c626f31bbda9734091Luke Smith You can obtain a copy of the License at
a9d49e77274be440ba8447c626f31bbda9734091Luke Smith https://opensso.dev.java.net/public/CDDLv1.0.html or
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith See the License for the specific language governing
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith permission and limitations under the License.
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith When distributing Covered Code, include this CDDL
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith Header Notice in each file and include the License file
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith If applicable, add the following below the CDDL Header,
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith with the fields enclosed by brackets [] replaced by
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith your own identifying information:
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith "Portions Copyrighted [year] [name of copyright owner]"
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith $Id: AMPost.jsp,v 1.2 2008/06/25 05:44:36 qcheng Exp $
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith<%@page info="AMPost" language="java"%>
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith<%@taglib uri="/WEB-INF/jato.tld" prefix="jato"%>
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith<jato:useViewBean className="com.sun.identity.console.base.AMPostViewBean">
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith<script language="javascript">
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith function doSubmit() {
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith frm.action = '<jato:text name="formAction" escape="false" />';
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith<body onLoad="doSubmit()">
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith <jato:form name="AMPost" defaultCommandChild="/g">
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith </jato:form>
e8d16592842bdb884e0e4d938f334b6ac5b7cad0Luke Smith</jato:useViewBean>