Return-Path: Delivered-To: apmail-jakarta-struts-dev-archive@apache.org Received: (qmail 65327 invoked from network); 19 Jul 2002 10:11:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 19 Jul 2002 10:11:07 -0000 Received: (qmail 10486 invoked by uid 97); 19 Jul 2002 10:11:28 -0000 Delivered-To: qmlist-jakarta-archive-struts-dev@jakarta.apache.org Received: (qmail 10462 invoked by uid 97); 19 Jul 2002 10:11:28 -0000 Mailing-List: contact struts-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list struts-dev@jakarta.apache.org Received: (qmail 10449 invoked by uid 50); 19 Jul 2002 10:11:27 -0000 Date: 19 Jul 2002 10:11:27 -0000 Message-ID: <20020719101127.10448.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: struts-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 10979] New: - DynaActionForm in session losts datas. X-Spam-Rating: daedalus.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=10979 DynaActionForm in session losts datas. Summary: DynaActionForm in session losts datas. Product: Struts Version: Nightly Build Platform: All OS/Version: All Status: UNCONFIRMED Severity: Normal Priority: Other Component: Standard Actions AssignedTo: struts-dev@jakarta.apache.org ReportedBy: kagawa@sun12.tis.co.jp With current nightly version, DynaActionForm in session always losts datas of dynamic properties. RequestUtils.createActionForm() causes this problem. When DynaActionForm found in session scope, this method executes bellows. String className = ((DynaBean) instance).getDynaClass().getName(); if (className.equals(config.getType())) { return (instance); } 'config.getType()' must be 'config.getName()'. -- To unsubscribe, e-mail: For additional commands, e-mail: