Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 52810 invoked from network); 20 Mar 2004 15:42:23 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Mar 2004 15:42:23 -0000 Received: (qmail 20476 invoked by uid 500); 20 Mar 2004 15:42:16 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 20159 invoked by uid 500); 20 Mar 2004 15:42:14 -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 20146 invoked from network); 20 Mar 2004 15:42:14 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 20 Mar 2004 15:42:14 -0000 Received: (qmail 7969 invoked by uid 50); 20 Mar 2004 15:42:49 -0000 Date: 20 Mar 2004 15:42:49 -0000 Message-ID: <20040320154249.7968.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Cc: Subject: DO NOT REPLY [Bug 27785] - [PATCH] Form redisplays with validation errors after submit from 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://issues.apache.org/bugzilla/show_bug.cgi?id=27785 [PATCH] Form redisplays with validation errors after submit from ------- Additional Comments From joerg.heinicke@gmx.de 2004-03-20 15:42 ------- Hmm, I had a look on it. But - to be honest - I do not really like your patch as it does not solve the issue "This cause validation to occur too early." itself, the validation still happens. Tim, you have added the getValue() in readFromRequest(String). Can you tell me what it is needed for? And maybe also how this can be fixed?