Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 9204 invoked from network); 26 Dec 2006 18:52:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Dec 2006 18:52:57 -0000 Received: (qmail 5087 invoked by uid 500); 26 Dec 2006 18:52:53 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 5044 invoked by uid 500); 26 Dec 2006 18:52:52 -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 5032 invoked by uid 99); 26 Dec 2006 18:52:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Dec 2006 10:52:52 -0800 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,MSGID_FROM_MTA_HEADER,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of wmsopou@hotmail.com designates 65.54.246.219 as permitted sender) Received: from [65.54.246.219] (HELO bay0-omc3-s19.bay0.hotmail.com) (65.54.246.219) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Dec 2006 10:52:41 -0800 Received: from hotmail.com ([65.54.229.26]) by bay0-omc3-s19.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Tue, 26 Dec 2006 10:52:20 -0800 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 26 Dec 2006 10:52:20 -0800 Message-ID: Received: from 65.54.229.220 by by110fd.bay110.hotmail.msn.com with HTTP; Tue, 26 Dec 2006 18:52:20 GMT X-Originating-IP: [212.99.255.40] X-Originating-Email: [wmsopou@hotmail.com] X-Sender: wmsopou@hotmail.com From: =?iso-8859-1?B?U/hyZW4gUG91bHNlbg==?= To: user@struts.apache.org Subject: Page param disappears Date: Tue, 26 Dec 2006 19:52:20 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed X-OriginalArrivalTime: 26 Dec 2006 18:52:20.0442 (UTC) FILETIME=[F8DE3BA0:01C7291E] X-Virus-Checked: Checked by ClamAV on apache.org I have a form page that requires a http parameter to show correctly. When the formbean validate(..) fails on page submit then struts has been set up to send the user back to the same form page. Unfortunately the http param that was set when the user was first linked to the page is not set when struts redirects the user back to the same page again. How do I make struts set the param to the same value when validate fails? Since execute() is never called i havent got the option to save the parameter in some temporary scope attribute. _________________________________________________________________ Opret en personlig blog og del dine billeder p� MSN Spaces: http://spaces.msn.dk --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org