Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 35029 invoked from network); 29 Aug 2009 11:48:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Aug 2009 11:48:25 -0000 Received: (qmail 92118 invoked by uid 500); 29 Aug 2009 11:48:22 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 92049 invoked by uid 500); 29 Aug 2009 11:48:21 -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 92039 invoked by uid 99); 29 Aug 2009 11:48:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Aug 2009 11:48:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of poulwiel@gmail.com designates 209.85.211.194 as permitted sender) Received: from [209.85.211.194] (HELO mail-yw0-f194.google.com) (209.85.211.194) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Aug 2009 11:48:12 +0000 Received: by ywh32 with SMTP id 32so3719795ywh.11 for ; Sat, 29 Aug 2009 04:47:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Bk5ligO0i9n+XbG/Bdkl8wFGtJsKVcWv7n07pc/gY0w=; b=HiGXckWHTpddBz3UhGwlmkK8SnKix7e2Ii/1m9bqy7hKrlZ1gxEqfFkmLnvge+MVAE 0r7gAIZyaA8BWeyIoEfAESkc2fDOt9vWnum/ivXYhvPkHuKR36p3XInO9B37FW1Z/3WR 2p4yb8TspEkalQKJgBgLzNgE80P9101YqckaI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=snY6dFJwl5HatZFcuYfKoxuiXByIZqNTgKns/9wRzJs4JzVsIXIh5Z3Vnp3dK1uLCl cbN9LEwAPYFQx1GS6oLusU1Soc/IHxKOlLx8xqNb5bIJUBtd6obziKL7N1Fu1y25iBa+ Ui69rsWsAL2lfa8/ndhFZqHmTpxx9uxdaIgMU= MIME-Version: 1.0 Received: by 10.91.143.16 with SMTP id v16mr1894989agn.97.1251546472013; Sat, 29 Aug 2009 04:47:52 -0700 (PDT) In-Reply-To: <25200449.post@talk.nabble.com> References: <25186640.post@talk.nabble.com> <5e5424000908280234m5126b923n4fe14f386966b2ac@mail.gmail.com> <25187345.post@talk.nabble.com> <5e5424000908280313l610bf4b3k1aba6f3d368f22b8@mail.gmail.com> <25200449.post@talk.nabble.com> Date: Sat, 29 Aug 2009 13:47:51 +0200 Message-ID: <5e5424000908290447y394112cal4178cf7c464ee336@mail.gmail.com> Subject: Re: ActionForm is been called once only From: =?ISO-8859-2?Q?Pawe=B3_Wielgus?= To: Struts Users Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, i was thinking about redirect scenario where You load some page through a redirect so there are two actions involved, and after redirect only one action is called. But that's just a wild guesing, so please send struts-config.xml and the action that You are reffering and form, so maybe i or someone else will see something that is not wright. Normally it should work as You expect, because this is normal/standard struts behaviour. Best greetings, Pawe=C5=82 Wielgus. 2009/8/29 sharadsingh : > > well all the points you said is ok for me the only thing i dont know abou= t is > the configuration. What kind of configuration you are talking about? > Actually i am quite new to struts and so may be i dont know about some > in-depth concepts. > > > Pawe=C5=82 Wielgus wrote: >> >> Hi, >> if it's not browser fault, >> then maybe configuration, >> are You dealing with redirect in this case? >> Or maybe You have some king of logic inside form's reset method. >> One another thing is action beeing defined twice with two different form= s? >> >> Other than that i don't know, >> reset works always for me. >> >> Best greeitings, >> Pawe=C5=82 Wielgus. >> >> 2009/8/28 sharadsingh : >>> >>> well i applied break points on both "actionform" and "action" of the fo= rm >>> and >>> did both refresh and brand new request. It is been caught in both the >>> times >>> with the break point in the action but not in the actionform >>> >>> Pawe=C5=82 Wielgus wrote: >>>> >>>> Hi, >>>> what do You mean by saying: >>>> "if i try to open the page again" >>>> what does that mean for real? >>>> hitting F5 or refresh button in browser? >>>> or a real brand new request. >>>> >>>> Best greetings, >>>> Pawe=C5=82 Wielgus. >>>> >>>> >>>> 2009/8/28 sharadsingh : >>>>> >>>>> i have an action form which i use to collect form data and also to se= t >>>>> them >>>>> back by populating the variables in the reset method. But the problem >>>>> is >>>>> that the reset method is been called only the first time i am opening >>>>> the >>>>> page which contains that form, if i try to open the page again the >>>>> reset >>>>> method wont be called at all. Please suggest me on this.., >>>>> -- >>>>> View this message in context: >>>>> http://www.nabble.com/ActionForm-is-been-called-once-only-tp25186640p= 25186640.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 >>>>> >>>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org >>>> For additional commands, e-mail: user-help@struts.apache.org >>>> >>>> >>>> >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/ActionForm-is-been-called-once-only-tp25186640p25= 187345.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 >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org >> For additional commands, e-mail: user-help@struts.apache.org >> >> >> > > -- > View this message in context: http://www.nabble.com/ActionForm-is-been-ca= lled-once-only-tp25186640p25200449.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 > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org