Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 15463 invoked from network); 7 Sep 2006 06:03:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 06:03:12 -0000 Received: (qmail 85969 invoked by uid 500); 7 Sep 2006 06:03:02 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 85932 invoked by uid 500); 7 Sep 2006 06:03:02 -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 85921 invoked by uid 99); 7 Sep 2006 06:03:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 23:03:02 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of tom.snow.jerry@gmail.com designates 66.249.82.224 as permitted sender) Received: from [66.249.82.224] (HELO wx-out-0506.google.com) (66.249.82.224) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 23:03:01 -0700 Received: by wx-out-0506.google.com with SMTP id h26so128493wxd for ; Wed, 06 Sep 2006 23:02:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=kXgnfhwxx6vXFBdRvGxi5FfqWPAHfN58IJDZ+bx9LjPURUXVXJ8RGVlPuQbiqF5S2s9o8T4SrtZOHtJS81JlBZJb948s4ch0gYMYamQuFQCBbCKYb/V7HxWTaVWneB2A59KgZFgrOB94kh/DQZnxJxvor8R5oLPQriJyBw1yRjA= Received: by 10.90.81.14 with SMTP id e14mr26864agb; Wed, 06 Sep 2006 23:02:40 -0700 (PDT) Received: by 10.90.65.15 with HTTP; Wed, 6 Sep 2006 23:02:40 -0700 (PDT) Message-ID: Date: Thu, 7 Sep 2006 11:32:40 +0530 From: "Tom Jerry" To: "Struts Users Mailing List" Subject: Re: exception In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_28413_24470314.1157608960108" References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_28413_24470314.1157608960108 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline There are no database operations. It is the simplest one. I am learning by example. Please let me know if I have to zip and send the entire folder. On 9/7/06, Chandra.Ravinithala@gxs.com wrote: > > Did you mention LoginForm in struts-config properly - I mean > > > > > And > > Pls share your struts-config.xml. > > > > > -----Original Message----- > From: Tom Jerry [mailto:tom.snow.jerry@gmail.com] > Sent: Thursday, September 07, 2006 9:51 AM > To: Struts Users Mailing List > Subject: Re: exception > > Error 500--Internal Server Error > > javax.servlet.jsp.JspException: Exception creating bean of class > code.LoginForm: {1} > at > org.apache.struts.taglib.html.FormTag.initFormBean(FormTag.java:487) > at > org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:457) > at jsp_servlet.__index._jspService(__index.java:216) > at weblogic.servlet.jsp.JspBase.service(JspBase.java:33) > at > weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Se > rvletStubImpl.java:996) > at > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl. > java:419) > at > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl. > java:463) > at > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl. > java:315) > at > weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.r > un(WebAppServletContext.java:6452) > at > weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSu > bject.java:321) > at > weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118 > ) > at > weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServl > etContext.java:3661) > at > weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl. > java:2630) > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) > > > > On 9/6/06, David Friedman wrote: > > > > What is the full stack trace in your application server logs? > > > > -----Original Message----- > > From: Tom Jerry [mailto:tom.snow.jerry@gmail.com] > > Sent: Wednesday, September 06, 2006 12:48 PM > > To: user@struts.apache.org > > Subject: exception > > > > > > Why do I get an "exception in creating bean" ???? > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > > For additional commands, e-mail: user-help@struts.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > ------=_Part_28413_24470314.1157608960108--