Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 88152 invoked by uid 500); 19 May 2002 07:49:37 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 88143 invoked by uid 500); 19 May 2002 07:49:37 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 19 May 2002 07:49:36 -0000 Message-ID: <20020519074936.53350.qmail@icarus.apache.org> From: crossley@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/webapp/tutorial/docs edit-empl.xsp employee-form.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N crossley 02/05/19 00:49:36 Modified: src/webapp/samples/tutorial/docs Tag: cocoon_2_0_3_branch edit-empl.xsp employee-form.xml src/webapp/tutorial/docs Tag: cocoon_2_0_3_branch edit-empl.xsp employee-form.xml Log: Adding fixes to edit-employee form for column name and SQL. Submitted by: Horst Rutter Revision Changes Path No revision No revision 1.1.2.1 +2 -2 xml-cocoon2/src/webapp/samples/tutorial/docs/edit-empl.xsp Index: edit-empl.xsp =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/tutorial/docs/edit-empl.xsp,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- edit-empl.xsp 18 Mar 2002 19:23:08 -0000 1.1 +++ edit-empl.xsp 19 May 2002 07:49:36 -0000 1.1.2.1 @@ -22,8 +22,8 @@ personnel - SELECT employee, department_id FROM employee - WHERE employee = + SELECT name, department_id FROM employee + WHERE id = 1.1.2.1 +1 -1 xml-cocoon2/src/webapp/samples/tutorial/docs/employee-form.xml Index: employee-form.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/tutorial/docs/employee-form.xml,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- employee-form.xml 18 Mar 2002 19:23:08 -0000 1.1 +++ employee-form.xml 19 May 2002 07:49:36 -0000 1.1.2.1 @@ -20,7 +20,7 @@ - + No revision No revision 1.1.2.1 +2 -2 xml-cocoon2/src/webapp/tutorial/docs/edit-empl.xsp Index: edit-empl.xsp =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/tutorial/docs/edit-empl.xsp,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- edit-empl.xsp 3 Jan 2002 12:31:47 -0000 1.1 +++ edit-empl.xsp 19 May 2002 07:49:36 -0000 1.1.2.1 @@ -22,8 +22,8 @@ personnel - SELECT employee, department_id FROM employee - WHERE employee = + SELECT name, department_id FROM employee + WHERE id = 1.1.2.1 +1 -1 xml-cocoon2/src/webapp/tutorial/docs/employee-form.xml Index: employee-form.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/tutorial/docs/employee-form.xml,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- employee-form.xml 3 Jan 2002 12:31:47 -0000 1.1 +++ employee-form.xml 19 May 2002 07:49:36 -0000 1.1.2.1 @@ -20,7 +20,7 @@ - + ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org