Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 35398 invoked from network); 7 Sep 2006 07:19:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 07:19:44 -0000 Received: (qmail 79483 invoked by uid 500); 7 Sep 2006 07:19:34 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 79461 invoked by uid 500); 7 Sep 2006 07:19:34 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 79450 invoked by uid 99); 7 Sep 2006 07:19:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 00:19:33 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [209.86.89.65] (HELO elasmtp-kukur.atl.sa.earthlink.net) (209.86.89.65) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 00:19:33 -0700 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=ix.netcom.com; b=ffh8jYAHSL/7ROIwETUCtOZOmY1qTgY4Y+mgONGK3cqWGXZ/X0aQZPLz5u1GTm2Q; h=Received:From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:In-Reply-To:X-MimeOLE:Importance:X-ELNK-Trace:X-Originating-IP; Received: from [71.243.97.254] (helo=friedman) by elasmtp-kukur.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1GLEAK-0006s3-CL for user@struts.apache.org; Thu, 07 Sep 2006 03:19:12 -0400 From: "David Friedman" To: "Struts Users Mailing List" Subject: RE: exception Date: Thu, 7 Sep 2006 03:19:29 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Importance: Normal X-ELNK-Trace: b135f2a34802a90f6f36dc87813833b2866e14058d4cf7afc16f3d3447ac2b03eef22c79e2617fab350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 71.243.97.254 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 212 is in method createActionForm: obj = formBeanClass().newInstance(); So newInstance() isn't working. Can you show the declaration line of your code.LoginForm class? i.e. public class ... extends ActionForm ... ? Regards, David -----Original Message----- From: Tom Jerry [mailto:tom.snow.jerry@gmail.com] Sent: Thursday, September 07, 2006 3:08 AM To: Struts Users Mailing List Subject: Re: exception I am using Struts 1.2.9 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org