Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 14353 invoked from network); 20 Mar 2003 09:33:39 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 20 Mar 2003 09:33:39 -0000 Received: (qmail 5550 invoked by uid 97); 20 Mar 2003 09:35:35 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@nagoya.betaversion.org Received: (qmail 5543 invoked from network); 20 Mar 2003 09:35:34 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 20 Mar 2003 09:35:34 -0000 Received: (qmail 11712 invoked by uid 500); 20 Mar 2003 09:33:06 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 11587 invoked from network); 20 Mar 2003 09:33:05 -0000 Received: from unknown (HELO relay.visualsoft-tech.com) (196.12.47.65) by daedalus.apache.org with SMTP; 20 Mar 2003 09:33:05 -0000 Received: from vsmail1.visualsoft-tech.com (unknown [172.16.0.5]) by relay.visualsoft-tech.com (Postfix) with ESMTP id 6B7722EE29; Thu, 20 Mar 2003 15:02:43 +0530 (IST) Received: from ashokd ([172.16.12.204]) by vsmail1.visualsoft-tech.com (8.11.6/8.11.6) with SMTP id h2K9T8t30221; Thu, 20 Mar 2003 14:59:10 +0530 Message-ID: <008301c1d0bc$d4b008e0$cc0c10ac@visualsofttech.com> From: "ashokd" To: "Struts Users Mailing List" , References: <007201c1d0b8$49953680$cc0c10ac@visualsofttech.com> Subject: Re: PrePopulation Problem - Urgent Date: Thu, 21 Mar 2002 15:13:12 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi Plessia, I check in my action class like this ActionForward myForward = mapping.findForward("contractSucces"); System.out.println("Redirect Sattus: " +myForward.getRedirect()); //this will always return false; return myForward; It is printing false always. Any help on this. Thanks inAdvance, Ashok.D ----- Original Message ----- From: "ashokd" To: "Struts Users Mailing List" ; Sent: Thursday, March 21, 2002 2:40 PM Subject: Re: PrePopulation Problem - Urgent > Hi Plessia, > > Thanks for your reply. > Can please explain about redirect=false. > > Where we need to set redirect=false ? > > Thanks in Advance, > Ashok.D > ----- Original Message ----- > From: "du Plessis, Corneil C" > To: "Struts Users Mailing List" > Sent: Thursday, March 20, 2003 1:02 PM > Subject: RE: PrePopulation Problem - Urgent > > > > Makes sure redirect=false in the forward. > > > > -----Original Message----- > > From: ashokd [mailto:ashokd@visualsoft-tech.com] > > Sent: 21 March, 2002 07:11 > > To: struts-user@jakarta.apache.org > > Subject: PrePopulation Problem - Urgent > > Importance: High > > > > > > Hi, > > > > I have a .jsp page, In this page if the user clicks a Hyper link one > Action > > class will invoke. > > In this action class I am setting some values to the Form Bean and > > redirecting to the same page. > > These values are not prepopulating in jsp page. > > > > When the user navigates to another page and then comes to the first page > > then these values are populating. > > > > This problem is coming with Specific IE versions only. > > > > After putting cache invalidate tag this problem overcome in some versions. > > <% > > response.setHeader("Cache-Control","no-cache"); > > response.setHeader("Pragma","no-cache"); > > %> > > > > > > But still it is their in one Version of I.E 5.0 > > > > I taken the form bean values into strings and printing down in jsp page. > > > > These values are coming good but not prepopulating. > > > > Even though I tried directly assiging these string values to > ...... value="<%=var1 %>". > > > > Even though no result. > > > > If the user refreshes the pages then these values are populating. > > > > If any one faced same type of problem pls let me know the solution or > causes > > to this problem. > > > > Thanks In Advance, > > Ashok.D > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: struts-user-help@jakarta.apache.org > > > > ______________________________________________ > > > > Disclaimer and confidentiality note > > > > > > Everything in this e-mail and any attachments relating to the official > business of > > Standard Bank Group Limited is proprietary to the company. It is > confidential, legally > > privileged and protected by law. Standard Bank does not own and endorse > any other content. > > Views and opinions are those of the sender unless clearly stated as being > that of Standard Bank. > > > > The person addressed in the e-mail is the sole authorised recipient. > Please notify the sender > > immediately if it has unintentionally reached you and do not read, > disclose or use the content > > in any way. > > > > Standard Bank can not assure that the integrity of this communication has > been maintained nor > > that it is free of errors, virus, interception or interference. > > > > ______________________________________________ > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: struts-user-help@jakarta.apache.org > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: struts-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org