Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 53653 invoked from network); 7 Sep 2006 07:47:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 07:47:34 -0000 Received: (qmail 37865 invoked by uid 500); 7 Sep 2006 07:47:24 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 37826 invoked by uid 500); 7 Sep 2006 07:47:24 -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 37813 invoked by uid 99); 7 Sep 2006 07:47:24 -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:47:24 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,RCVD_IN_BL_SPAMCOP_NET,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.230 as permitted sender) Received: from [66.249.82.230] (HELO wx-out-0506.google.com) (66.249.82.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 00:47:23 -0700 Received: by wx-out-0506.google.com with SMTP id h26so157029wxd for ; Thu, 07 Sep 2006 00:47:02 -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=SOCCkzon/fmIfdnzc1wsYF5bsSfXbM+1YdVCTlTMailhlvkCyaDAojVYFZCwCXWaVzOGAwHiocOlCJHhQCMeV+S/HnaTy18aohTKub1AabkAHS/1UN6ccHUV+kzaIsGZcPg1hncRKNv63itzRPzsAo7SnQg3KaMbsH79RMtGGxA= Received: by 10.90.100.6 with SMTP id x6mr36440agb; Thu, 07 Sep 2006 00:47:02 -0700 (PDT) Received: by 10.90.65.15 with HTTP; Thu, 7 Sep 2006 00:47:01 -0700 (PDT) Message-ID: Date: Thu, 7 Sep 2006 13:17:01 +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_29424_29968936.1157615221968" References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_29424_29968936.1157615221968 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I commented them. Still the same error comes. :(:( whatelse would be the other reasons ? On 9/7/06, David Friedman wrote: > > Since we're picking your code apart... In your struts-config.xml you > shouldn't need to specify the controller as a TilesRequestProcessor if you > have the plugIn specified. I recommend you comment the > TilesRequestProcessor line out. See: > http://struts.apache.org/1.2.x/userGuide/configuration.html > > Also, I've read other problems on this list if you set the TilesPlugin > moduleAware variable. I recommend you comment out that line as well > unless > you are using modules. Even then you need to be very careful of the side > effects. Try commenting it out for now. > > Regards, > David > > -----Original Message----- > From: Tom Jerry [mailto:tom.snow.jerry@gmail.com] > Sent: Thursday, September 07, 2006 2:03 AM > To: Struts Users Mailing List > Subject: Re: exception > > > There are no database operations. It is the simplest one. I am learning by > example. > > > > "-//Apache Software Foundation//DTD Struts Configuration 1.2 > //EN" > "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd"> > > > > > > > > > > > > type="code.LoginAction" > name="loginForm" > scope="session" > input="/index.jsp"> > > > > processorClass="org.apache.struts.tiles.TilesRequestProcessor > "/> > > > > > > > value="/WEB-INF/tiles-defs.xml" /> > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > ------=_Part_29424_29968936.1157615221968--