Geeta is right
There was a post on this list sometime ago and if I remember it correctly
you will find the solution to this at

http://www.scioworks.net/camino_doc/manual/strutsIntro/struts1_0.html

just look at saveToken in this article.
You have this saveToken method in Action class.


Harjot


----- Original Message ----- 
From: "Geeta Ramani" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, May 14, 2004 6:55 PM
Subject: RE: Hi


> Hi Vetri:
>
> I don't know the solution to your problem, but I remember not too long ago
somebody else had a similar problem with his/her page being submitting
twice. I believe that problem was in fact solved. So maybe you could search
the archives..?
>
> Regards,
> Geeta
>
> > -----Original Message-----
> > From: Vetrichelvam Malaichamy [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, May 13, 2004 4:22 AM
> > To: [EMAIL PROTECTED]
> > Subject: Hi
> >
> >
> > Hi
> > I am Vetri Chelvam. I am using struts 1.1. I am getting a problem.
> > The problem is like this.
> > There is a button on a Page. And on click of this button, the Action
> > servelet is called and the database updations are done and
> > the request is
> > served with the response of opening a PDF template. Once the
> > PDF  is opened,
> > the request is submitted again and the Action servlet is
> > called and the
> > database is updated again.  But we have only one PDF template
> > is opened. For
> > One request of opening the PDF template, there are two
> > Database updations
> > are done(since the request is submitted again). Can anyone
> > please help me to
> > solve this problem. I am little bit tied up with this problem.
> >
> > Actually this problem occurs during my UAT of the
> > application. But it does
> > not able to be replicated, in the development environment.
> >
> > Thanks
> > Vetri
> >
> >
> > >
>
> ---------------------------------------------------------------------
> 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