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" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
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" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> 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:[EMAIL PROTECTED]
> > Sent: 21 March, 2002 07:11
> > To: [EMAIL PROTECTED]
> > 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 <html:text
> > ...... 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: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> > ______________________________________________
> >
> > 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: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to