Return-Path: X-Original-To: apmail-struts-dev-archive@www.apache.org Delivered-To: apmail-struts-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CCD54DCE9 for ; Fri, 12 Oct 2012 17:18:42 +0000 (UTC) Received: (qmail 65243 invoked by uid 500); 12 Oct 2012 17:18:42 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 65194 invoked by uid 500); 12 Oct 2012 17:18:42 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 65184 invoked by uid 99); 12 Oct 2012 17:18:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2012 17:18:42 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2012 17:18:37 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1TMisL-0007Yp-9T for dev@struts.apache.org; Fri, 12 Oct 2012 10:18:17 -0700 Date: Fri, 12 Oct 2012 10:18:17 -0700 (PDT) From: Johannes Geppert To: dev@struts.apache.org Message-ID: <1350062297287-5710790.post@n5.nabble.com> In-Reply-To: References: <1349986392536-5710774.post@n5.nabble.com> <1350027605664-5710786.post@n5.nabble.com> <1350061312962-5710788.post@n5.nabble.com> Subject: Re: Twitter Bootstrap for the REST Showcase MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thanks for the fast feedback Maurizio. I changed the Results Definition in the OrdersController from @Results({ @Result(name="success", type="redirectAction", params = {"actionName" , "orders"}) }) to @Results({ @Result(name="success", type="redirectAction", params = {"actionName" , "orders"}), @Result(name="default-error", location = "orders-editNew.jsp") }) but I got always the blank page. :-( ----- web: http://www.jgeppert.com twitter: http://twitter.com/jogep -- View this message in context: http://struts.1045723.n5.nabble.com/Twitter-Bootstrap-for-the-REST-Showcase-tp5710774p5710790.html Sent from the Struts - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org