<%@ page contentType="text/xml; charset=UTF-8" %> <% /* * @(#)success.xml Created on: Oct 08, 2004 * * Copyright (c) 2004 SAP AG, * Neurottstr. 16, 69190 Walldorf, Germany * All Rights Reserved. * * The file is used to return success message to JNet. * * @version $Revision$ $Date$ * @author Plamen Kostadinov */ %> <% String msg = "Successfully completed operation"; String htmlMsg = "

The operation has been completed successfully!

"; %> ]]>