Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 62260 invoked from network); 29 Sep 2009 07:19:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Sep 2009 07:19:11 -0000 Received: (qmail 25386 invoked by uid 500); 29 Sep 2009 07:19:08 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 25353 invoked by uid 500); 29 Sep 2009 07:19:08 -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 25343 invoked by uid 99); 29 Sep 2009 07:19:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 07:19:08 +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; Tue, 29 Sep 2009 07:18:58 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MsWyr-0004F9-GN for user@struts.apache.org; Tue, 29 Sep 2009 00:18:37 -0700 Message-ID: <25658114.post@talk.nabble.com> Date: Tue, 29 Sep 2009 00:18:37 -0700 (PDT) From: RogerV To: user@struts.apache.org Subject: Convention Confusion MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: roger.varley@googlemail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi I'm having problems getting my head around how the convention plugin derives it's URL's. In my jsp I have this snippet which generates the HTML snippet In my action I have the anotation @Action("deletegroup") public String delete() { return "saved"; } and config-browser shows that the I have an Action Name of "deletegroup" defined with a class of com.vasilikon.actions.EditCCFGroup (which is where I placed the @Action annotation) and a result type of "saved" defined. However, when I press the the "delete" button I get the "There is no Action mapped for namespace / and action name deletegroup?deleteId=" message. What am I missing? Regards -- View this message in context: http://www.nabble.com/Convention-Confusion-tp25658114p25658114.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