Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 69081 invoked from network); 22 Jun 2009 16:28:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jun 2009 16:28:21 -0000 Received: (qmail 63633 invoked by uid 500); 22 Jun 2009 16:28:29 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 63587 invoked by uid 500); 22 Jun 2009 16:28:29 -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 63577 invoked by uid 99); 22 Jun 2009 16:28:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 16:28:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 16:28:18 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MImNB-0005NS-M8 for user@struts.apache.org; Mon, 22 Jun 2009 09:27:57 -0700 Message-ID: <24150745.post@talk.nabble.com> Date: Mon, 22 Jun 2009 09:27:57 -0700 (PDT) From: laredotornado To: user@struts.apache.org Subject: struts 2 -- The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: laredotornado@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm trying to migrate my app from struts 1 to struts 2. On a particular JSP page, I get this error The page generated an error: Exception: The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when the request has passed through its servlet filter, which initializes the Struts dispatcher needed for this tag. - [unknown location] I can't find anything in my server error log files. Below is my web.xml and struts.xml files. Any ideas how I can troubleshoot this? Thanks, - Dave ===============Begin web.xml ============================== TransactionFilter com.myco.regui.servlets.filters.TransactionFilter TransactionFilter /* struts-filter org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter stuts-filter /* 65 index.html ================End web.xml ============================== ===============Begin struts.xml ============================= jsp/pcredirect.jsp jsp/pcAccountLookupError.jsp jsp/hhredirect.jsp jsp/hhError.jsp jsp/pcAccountLookup.jsp ================End struts.xml============================== -- View this message in context: http://www.nabble.com/struts-2----The-Struts-dispatcher-cannot-be-found.-This-is-usually-caused-by-using-Struts-tags-without-the-associated-filter.-tp24150745p24150745.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org