> -----Original Message----- > From: Michael Delamere [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 06, 2002 2:29 AM > > > Hi, > > I hope you don�t mind me asking again, but I got no answer yesterday.... > > > I�m programming an application with a shopping cart. Originally I used a > normal forward. The downside of this though, was that when the > user pressed > the refresh button, the article incremented by one every time.
You can eliminate this by utilizing token verification that is part of the framework. See the code in the struts-example or docs for exact usage and benefits. > > Michael > > HTH James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

