Author: nandana Date: Tue Mar 25 06:49:26 2008 New Revision: 15081 Log:
Added Key Store conversion functionality Added: trunk/commons/ksb/src/main/webapp/jsp/error.jsp Added: trunk/commons/ksb/src/main/webapp/jsp/error.jsp ============================================================================== --- (empty file) +++ trunk/commons/ksb/src/main/webapp/jsp/error.jsp Tue Mar 25 06:49:26 2008 @@ -0,0 +1,33 @@ +<%@ taglib prefix="s" uri="/struts-tags" %> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" +"http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> + +<title>WSO2 Keytstore Converter</title> +</head> +<body> +<div class="header-back-converter"> + <table cellpadding="0" cellspacing="0" border="0" class="menu"> + <tr> + <td><img src="images/icon-home.gif" align="top" hspace="10" /> <a href="ShowMain.action">Home</a></td> + <td><img src="images/icon-listkeys.gif" align="top" hspace="10" /><a href="#">List Keystores</a></td> + <td><img src="images/icon-convertkeys.gif" align="top" hspace="10" /><a href="#">Convert JKS to PFX</a></td> + <td><img src="images/icon-convertkeys.gif" align="top" hspace="10" /><a href="#">Convert PFX to JKS</a></td> + </tr> + </table> +</div> +<div class="content"> +<h1>Java Keystore (JKS) to Personal Information Exchange (PFX)</h1> +<h1> Error has occurred :( </h1> + <p> + <s:property value="%{exception.message}"/> + </p> + <p> + <s:property value="%{exception.stacktrace}"/> + </p> + +</div> +<div class="footer">© 2008 <a href="http://www.wso2.org">WSO2</a> Inc.</div> +</body> +</html> _______________________________________________ Commons-dev mailing list Commons-dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/commons-dev