[cvs] expresso/expresso-web/expresso/jsp/register denyValidation.jsp

JCorporate Ltd jcorp at jcorp2.servlets.net
Fri Jun 4 16:48:16 PDT 2004


Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/jsp/register
In directory jcorp2.servlets.net:/tmp/cvs-serv2615/expresso-web/expresso/jsp/register

Modified Files:
	denyValidation.jsp 
Log Message:
last version was throwing jsp compilation errors - fixed


Index: denyValidation.jsp
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/jsp/register/denyValidation.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** denyValidation.jsp	12 Feb 2004 08:18:10 -0000	1.3
--- denyValidation.jsp	4 Jun 2004 23:48:12 -0000	1.4
***************
*** 1,3 ****
--- 1,17 ----
  <%@ page language="java"%>
+ <%@ taglib uri="/WEB-INF/tld/expresso.tld" prefix="expresso" %>
+ <%@ taglib uri="/WEB-INF/tld/expresso-bean.tld" prefix="bean" %>
+ <%@ taglib uri="/WEB-INF/tld/expresso-html.tld" prefix="html" %>
+ <%@ taglib uri="/WEB-INF/tld/expresso-logic.tld" prefix="logic" %>
+ <%@ taglib uri="/WEB-INF/tld/struts-bean.tld" prefix="struts-bean" %>
+ <%@ taglib uri="/WEB-INF/tld/struts-html.tld" prefix="struts-html" %>
+ <%@ taglib uri="/WEB-INF/tld/struts-logic.tld" prefix="struts-logic" %>
+ 
+ <%@ page import="com.jcorporate.expresso.core.jsdkapi.GenericSession" %>
+ <%@ page import="com.jcorporate.expresso.core.misc.ConfigManager" %>
+ <%@ page import="com.jcorporate.expresso.core.misc.StringUtil" %>
+ <%@ page import="com.jcorporate.expresso.core.servlet.CheckLogin" %>
+ <%@ page import="com.jcorporate.expresso.services.dbobj.Setup" %>
+ 
  <%@ include file="standard.inc" %>
  <html:html locale="true">
***************
*** 8,15 ****
  <html:base/>
  <body class="jc-default">
! <!-- login.jsp -->
  <%@ include file="status.inc" %>
  <%@ include file="errorRow.inc" %>
  <%@ include file="header.inc" %>
  <h1>Validation unsuccessful</h1>
  The validation did not succeed.  Please try again, get another
--- 22,31 ----
  <html:base/>
  <body class="jc-default">
! <!-- denyValidation.jsp -->
  <%@ include file="status.inc" %>
  <%@ include file="errorRow.inc" %>
+ <form class="jc-default" action="<%=contextPath%>/Login.do" method=POST>
  <%@ include file="header.inc" %>
+ </html:form>
  <h1>Validation unsuccessful</h1>
  The validation did not succeed.  Please try again, get another



More information about the cvs mailing list