Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 27294 invoked from network); 12 Nov 2007 10:19:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2007 10:19:57 -0000 Received: (qmail 46283 invoked by uid 500); 12 Nov 2007 10:19:36 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 46254 invoked by uid 500); 12 Nov 2007 10:19:36 -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 46243 invoked by uid 99); 12 Nov 2007 10:19:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 02:19:36 -0800 X-ASF-Spam-Status: No, hits=3.2 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 10:19:39 +0000 Received: by nf-out-0910.google.com with SMTP id b21so802761nfd for ; Mon, 12 Nov 2007 02:19:14 -0800 (PST) Received: by 10.78.97.7 with SMTP id u7mr5073928hub.1194862752344; Mon, 12 Nov 2007 02:19:12 -0800 (PST) Received: by 10.78.165.9 with HTTP; Mon, 12 Nov 2007 02:19:12 -0800 (PST) Message-ID: Date: Mon, 12 Nov 2007 11:19:12 +0100 From: "Stefan Meisner Larsen" To: user@struts.apache.org Subject: Problems calling an Action using link MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4714_27594682.1194862752335" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_4714_27594682.1194862752335 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all I would really appreciate a little help here... ;-) I am trying to call an Action using a link: http://localhost:8080/bjo/user/list.action The Action is defined as: /user/create.jsp /user/create_init.jsp /user/list.jsp When calling the action (using the url above) the execute() method is never called and I get the following result: Struts Problem Report Struts has detected an unhandled exception: *Messages*: No result defined for action dk.bjo.view.UserAction and result input *File* : file:/D:/workspaces/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/bjo/WEB-INF/classes/user.xml *Line number*: 15 *Column number*: 54 ------------------------------ /user/list.jsp ------------------------------ But I don't want any input...I just want the action called and then the /user/list.jsp page shown! What should I do? I am using Struts 2.0.11 and my struts.xml looks like this: Regards, Stefan Meisner Larsen ------=_Part_4714_27594682.1194862752335--