Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 80329 invoked from network); 4 Nov 2003 14:36:49 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Nov 2003 14:36:49 -0000 Received: (qmail 35175 invoked by uid 500); 4 Nov 2003 14:36:41 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 35145 invoked by uid 500); 4 Nov 2003 14:36:41 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 35127 invoked from network); 4 Nov 2003 14:36:41 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 4 Nov 2003 14:36:41 -0000 Received: (qmail 12257 invoked by uid 50); 4 Nov 2003 14:36:41 -0000 Date: 4 Nov 2003 14:36:41 -0000 Message-ID: <20031104143641.12256.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Cc: Subject: DO NOT REPLY [Bug 24390] New: - New StaticStringModule X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24390 New StaticStringModule Summary: New StaticStringModule Product: Cocoon 2 Version: 2.1.2 Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: general components AssignedTo: dev@cocoon.apache.org ReportedBy: andrzej@chaeron.com When using Modular Database actions, updates in particular, I had a need to be able to specify a constant value for a column in the database descriptor. The StaticStringModule makes this easy to do. You configure it in cocoon.xconf like: Then in your Modular Database Actions db descriptor you can do something like this: void To write the value "void" into the status column of a database table. Simple but very useful. .....Andrzej