[Gd-chatter] r11203 - trunk/libraries/network/koala/sources/koala

hannes at gwydiondylan.org hannes at gwydiondylan.org
Wed Feb 21 23:03:43 CET 2007


Author: hannes
Date: Wed Feb 21 23:03:41 2007
New Revision: 11203

Modified:
   trunk/libraries/network/koala/sources/koala/library-unix.dylan
   trunk/libraries/network/koala/sources/koala/library.dylan
Log:
Job: koala
move note-field-error again to persistence layer, it is defined
in pages.dylan which is not included in koala-unix.lid.


Modified: trunk/libraries/network/koala/sources/koala/library-unix.dylan
==============================================================================
--- trunk/libraries/network/koala/sources/koala/library-unix.dylan	(original)
+++ trunk/libraries/network/koala/sources/koala/library-unix.dylan	Wed Feb 21 23:03:41 2007
@@ -405,13 +405,13 @@
     current-row-number,          // dsp:table
 
     note-form-error,             // for any error encountered while processing a web form
-    note-form-message,           // for informative messages in response to processing a web form
-    note-field-error;            // for errors related to processing a specific form field
+    note-form-message;           // for informative messages in response to processing a web form
+
 
 /*
   // Persistence layer maps database records <-> web pages.
   export
-    with-database-connection,
+    note-field-error,            // for errors related to processing a specific form field    with-database-connection,
     <database-record>,
     <modifiable-record>,
     initialize-record,

Modified: trunk/libraries/network/koala/sources/koala/library.dylan
==============================================================================
--- trunk/libraries/network/koala/sources/koala/library.dylan	(original)
+++ trunk/libraries/network/koala/sources/koala/library.dylan	Wed Feb 21 23:03:41 2007
@@ -406,12 +406,12 @@
     current-row-number,          // dsp:table
 
     note-form-error,             // for any error encountered while processing a web form
-    note-form-message,           // for informative messages in response to processing a web form
-    note-field-error;            // for errors related to processing a specific form field
+    note-form-message;           // for informative messages in response to processing a web form
+
 
   // Persistence layer maps database records <-> web pages.
   export
-    with-database-connection,
+    note-field-error,            // for errors related to processing a specific form field    with-database-connection,
     <database-record>,
     <modifiable-record>,
     initialize-record,



More information about the chatter mailing list