Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 19973 invoked from network); 22 Sep 2009 05:29:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Sep 2009 05:29:33 -0000 Received: (qmail 16386 invoked by uid 500); 22 Sep 2009 05:29:30 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 16289 invoked by uid 500); 22 Sep 2009 05:29: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 16279 invoked by uid 99); 22 Sep 2009 05:29:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Sep 2009 05:29:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [203.200.218.100] (HELO mail.infotechsw.com) (203.200.218.100) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Sep 2009 05:29:20 +0000 Received: from mail.infotechsw.com (localhost [127.0.0.1]) by mail.infotechsw.com (8.13.1/8.13.1) with ESMTP id n8M5So4w010389 for ; Tue, 22 Sep 2009 10:58:50 +0530 Received: from ugendhar ([192.168.240.189]) by mail.infotechsw.com (8.13.1/8.13.1) with ESMTP id n8M5SksT010289 for ; Tue, 22 Sep 2009 10:58:46 +0530 Message-Id: <200909220528.n8M5SksT010289@mail.infotechsw.com> From: "Raghuveer.V" To: Subject: RE: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name - struts2-tiles-plugin-2.1.6 Date: Tue, 22 Sep 2009 10:50:03 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: Aco7QrwDgKx2I/tvTGeVlZR2lWyEQQAAQ94Q X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 In-Reply-To: <200909211156.n8LBuuYs006899@mail.infotechsw.com> X-TM-AS-Product-Ver: IMSS-7.0.0.3116-5.6.0.1016-16902.003 X-TM-AS-Result: No--11.659-5.0-31-1 X-imss-scan-details: No--11.659-5.0-31-1 X-TM-AS-User-Approved-Sender: No X-TM-AS-Result-Xfilter: Match text exemption rules:No X-Virus-Checked: Checked by ClamAV on apache.org I found this is working in older versions, struts2-tiles-plugin-2.0.6 struts2-core-2.0.6 tiles-api-2.0.1 tiles-core-2.0.1 Below problem is occurred when using the latest jars in struts distribution, struts2-core-2.1.6 struts2-tiles-plugin-2.1.6 tiles-api-2.0.6 tiles-core-2.0.6 tiles-jsp-2.0.5 -----Original Message----- From: Raghuveer.V [mailto:raghuveerv@infotechsw.com] Sent: Monday, September 21, 2009 5:18 PM To: user@struts.apache.org Subject: RE: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name -----Original Message----- From: Raghuveer.V [mailto:raghuveerv@infotechsw.com] Sent: Monday, September 21, 2009 5:18 PM To: 'Raghuveer.V' Subject: RE: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name Sorry this has to be replied in other thread -----Original Message----- From: Raghuveer.V [mailto:raghuveerv@infotechsw.com] Sent: Monday, September 21, 2009 12:45 PM To: user@struts.apache.org Subject: Struts2 Tiles - Error -There is no Action mapped for namespace / and action name I have been using struts2Tiles2 for my current application. I get following error when my Result type is "tiles" (struts.xml as show below). Any suggestion for resolving this error. WARNING: Could not find action or result There is no Action mapped for namespace / and action name >. - [unknown location] at com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:1 77) at org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java:61) at org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(StrutsAct ionProxyFactory.java:39) at com.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(DefaultA ctionProxyFactory.java:47) at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:458) at org.apache.struts2.dispatcher.ng.ExecuteOperations.executeAction(ExecuteOper ations.java:77) at org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.doFilt er(StrutsPrepareAndExecuteFilter.java:76) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application FilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh ain.java:188) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja va:210) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja va:174) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127 ) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117 ) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java :108) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processC onnection(Http11BaseProtocol.java:665) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.jav a:528) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo rkerThread.java:81) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav a:685) at java.lang.Thread.run(Unknown Source) Struts.xml session cBookingFactorsModel com.test.model.CBookingFactorsModel test_tiles_page_defination test_tiles_page_defination test_tiles_page_defination JSP Page EAC Booking Factors --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org