You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jh...@apache.org on 2002/06/27 01:39:21 UTC

cvs commit: jakarta-struts/contrib/artimus/pages/wizard Form.jsp Relay.jsp View.jsp

jholmes     2002/06/26 16:39:21

  Modified:    contrib/artimus/pages/wizard Form.jsp Relay.jsp View.jsp
  Log:
  Fix contrib/artimus JSPs so that they are well formed HTML/JSP
  
  PR: Bugzilla #9617
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-struts/contrib/artimus/pages/wizard/Form.jsp
  
  Index: Form.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/artimus/pages/wizard/Form.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Form.jsp	10 Nov 2001 12:05:16 -0000	1.1
  +++ Form.jsp	26 Jun 2002 23:39:21 -0000	1.2
  @@ -9,7 +9,7 @@
   <%@ page language="java" %>
   <%@ taglib uri="/tags/struts-html" prefix="html" %>
   <%@ taglib uri="/tags/struts-bean" prefix="bean" %>
  -<html:html/>
  +<html:html>
   <head>
   <title>Form - String</title>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  @@ -89,5 +89,5 @@
   </script>
   </table></td></tr>
   <tr><td align="center" bgcolor="#EEEEEE"></td></tr>
  -</table></table></body></html>
  +</table></body></html:html>
   
  
  
  
  1.2       +2 -2      jakarta-struts/contrib/artimus/pages/wizard/Relay.jsp
  
  Index: Relay.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/artimus/pages/wizard/Relay.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Relay.jsp	10 Nov 2001 12:05:16 -0000	1.1
  +++ Relay.jsp	26 Jun 2002 23:39:21 -0000	1.2
  @@ -93,4 +93,4 @@
   </script>
   </table></td></tr>
   <tr><td align="center" bgcolor="#EEEEEE"></td></tr>
  -</table></table></body></html:html>
  +</table></body></html:html>
  
  
  
  1.2       +3 -3      jakarta-struts/contrib/artimus/pages/wizard/View.jsp
  
  Index: View.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/artimus/pages/wizard/View.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- View.jsp	10 Nov 2001 12:05:16 -0000	1.1
  +++ View.jsp	26 Jun 2002 23:39:21 -0000	1.2
  @@ -9,7 +9,7 @@
   <%@ page language="java" %>
   <%@ taglib uri="/tags/struts-html" prefix="html" %>
   <%@ taglib uri="/tags/struts-bean" prefix="bean" %>
  -<html:html/>
  +<html:html>
   <head>
   <title>View - String</title>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  @@ -69,4 +69,4 @@
   
   </table></td></tr>
   <tr><td align="center" bgcolor="#EEEEEE"></td></tr>
  -</table></table></body></html>
  +</table></body></html:html>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>