webwork/src/resources/web/tests tabletest.jsp,1.3,1.4 script.jsp,1.1,1.2 formtest.jsp,1.4,1.5 formtest-disabled.jsp,1.2,1.3 fileupload.jsp,1.1,1.2 exprformtest.jsp,1.1,1.2 bean-util-test.jsp,1.1,1.2

[email protected] Mon, 17 Jun 2002 08:24:02 -0700
Newsgroups gmane.comp.java.webwork.cvs
Message-ID <[email protected]>
Update of /cvsroot/webwork/webwork/src/resources/web/tests
In directory usw-pr-cvs1:/tmp/cvs-serv24154

Modified Files:
	tabletest.jsp script.jsp formtest.jsp formtest-disabled.jsp 
	fileupload.jsp exprformtest.jsp bean-util-test.jsp 
Log Message:
fixed reference to css from standard to xhtml

Index: tabletest.jsp
===================================================================
RCS file: /cvsroot/webwork/webwork/src/resources/web/tests/tabletest.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tabletest.jsp	17 Jun 2002 12:51:08 -0000	1.3
+++ tabletest.jsp	17 Jun 2002 15:23:59 -0000	1.4
@@ -4,7 +4,7 @@
 
 <%@ taglib uri="webwork" prefix="webwork" %>
 <head>
-	<link rel="stylesheet" href="../template/standard/style.css" type="text/css"/>
+	<link rel="stylesheet" href="../template/xhtml/style.css" type="text/css"/>
     <title>Table test</title>
 </head>
 

Index: script.jsp
===================================================================
RCS file: /cvsroot/webwork/webwork/src/resources/web/tests/script.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- script.jsp	3 Mar 2002 03:47:36 -0000	1.1
+++ script.jsp	17 Jun 2002 15:23:59 -0000	1.2
@@ -1,7 +1,7 @@
 <%@ taglib uri="webwork" prefix="webwork" %>
 <%@ taglib uri="webwork" prefix="ui" %>
 
-<link rel="stylesheet" type="text/css" href="../template/standard/styles.css" title="Style">
+<link rel="stylesheet" type="text/css" href="../template/xhtml/styles.css" title="Style">
 
 <html>
 <head>

Index: formtest.jsp
===================================================================
RCS file: /cvsroot/webwork/webwork/src/resources/web/tests/formtest.jsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- formtest.jsp	17 Jun 2002 12:51:08 -0000	1.4
+++ formtest.jsp	17 Jun 2002 15:23:59 -0000	1.5
@@ -4,7 +4,7 @@
 <%@ taglib uri="webwork" prefix="webwork" %>
 <%@ taglib uri="webwork" prefix="ui" %>
 
-<link rel="stylesheet" type="text/css" href="../template/standard/styles.css" title="Style"/>
+<link rel="stylesheet" type="text/css" href="../template/xhtml/styles.css" title="Style"/>
 
 <head>
 <title><webwork:text name="'title'"/></title>
@@ -14,7 +14,9 @@
 <h1><webwork:text name="'title'">Form test</webwork:text></h1>
 
 <p align="center">
-<form action="<webwork:url page="formtest.action"/>" method="POST">
+<form action="<webwork:url>
+<webwork:param name="'param2'" value="'value2'"/>
+</webwork:url>" method="POST">
 
 <table width="350" border="0" cellpadding="3" cellspacing="0">
    <ui:label label="text('user_name')" name="'a label'"/>

Index: formtest-disabled.jsp
===================================================================
RCS file: /cvsroot/webwork/webwork/src/resources/web/tests/formtest-disabled.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- formtest-disabled.jsp	17 Jun 2002 12:51:08 -0000	1.2
+++ formtest-disabled.jsp	17 Jun 2002 15:23:59 -0000	1.3
@@ -4,7 +4,7 @@
 <%@ taglib uri="webwork" prefix="webwork" %>
 <%@ taglib uri="webwork" prefix="ui" %>
 
-<link rel="stylesheet" type="text/css" href="../template/standard/styles.css" title="Style"/>
+<link rel="stylesheet" type="text/css" href="../template/xhtml/styles.css" title="Style"/>
 
 <head>
 <title><webwork:text name="'title'"/></title>

Index: fileupload.jsp
===================================================================
RCS file: /cvsroot/webwork/webwork/src/resources/web/tests/fileupload.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fileupload.jsp	18 May 2002 18:34:39 -0000	1.1
+++ fileupload.jsp	17 Jun 2002 15:23:59 -0000	1.2
@@ -1,7 +1,7 @@
 <%@ taglib uri="webwork" prefix="webwork" %>
 <%@ taglib uri="webwork" prefix="ui" %>
 
-<link rel="stylesheet" type="text/css" href="../template/standard/styles.css" title="Style">
+<link rel="stylesheet" type="text/css" href="../template/xhtml/styles.css" title="Style">
 
 <html>
 <head>

Index: exprformtest.jsp
===================================================================
RCS file: /cvsroot/webwork/webwork/src/resources/web/tests/exprformtest.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- exprformtest.jsp	3 Mar 2002 03:47:36 -0000	1.1
+++ exprformtest.jsp	17 Jun 2002 15:23:59 -0000	1.2
@@ -1,7 +1,7 @@
 <%@ taglib uri="webwork" prefix="webwork" %>
 <%@ taglib uri="webwork" prefix="ui" %>
 
-<link rel="stylesheet" type="text/css" href="../template/standard/styles.css" title="Style">
+<link rel="stylesheet" type="text/css" href="../template/xhtml/styles.css" title="Style">
 
 <html>
 <head>

Index: bean-util-test.jsp
===================================================================
RCS file: /cvsroot/webwork/webwork/src/resources/web/tests/bean-util-test.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bean-util-test.jsp	24 Apr 2002 20:19:50 -0000	1.1
+++ bean-util-test.jsp	17 Jun 2002 15:23:59 -0000	1.2
@@ -1,7 +1,7 @@
 <%@ taglib uri="webwork" prefix="webwork" %>
 <%@ taglib uri="webwork" prefix="ui" %>
 
-<link rel="stylesheet" type="text/css" href="../template/standard/styles.css" title="Style">
+<link rel="stylesheet" type="text/css" href="../template/xhtml/styles.css" title="Style">
 
 <html>
 <head>



_______________________________________________________________

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/