Re: struts token to prevent duplicate submission

2005-01-20 Thread Hubert Rabago
>From http://www.husted.com/struts/catalog.html -- Use the Action Token methods to prevent duplicate submits There are methods built into the Struts action to generate one-use tokens. A token is placed in the session when a form is populated and also into the HTML form as a hid

struts token to prevent duplicate submission

2005-01-20 Thread Kalra, Ashwani
Hi, Can someone point me to the struts token usage any sample code/or documentation link ? Regds Ashwani This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are

Re: duplicate submission

2004-07-08 Thread Bill Siggelkow
that set a same token which will be used to avoid duplicate submission. -Jignesh On Thu, 2004-07-08 at 09:19, Bill Siggelkow wrote: You can add the token to a link URL (html:link or html:rewrite tag) by setting 'transaction="true"'. Jignesh Patel wrote: We have specific requir

Re: duplicate submission

2004-07-08 Thread Jignesh Patel
Does that set a same token which will be used to avoid duplicate submission. -Jignesh On Thu, 2004-07-08 at 09:19, Bill Siggelkow wrote: > You can add the token to a link URL (html:link or html:rewrite tag) by > setting 'transaction="true"'. > > Jignesh P

Re: duplicate submission

2004-07-08 Thread Bill Siggelkow
You can add the token to a link URL (html:link or html:rewrite tag) by setting 'transaction="true"'. Jignesh Patel wrote: We have specific requirement for generating token in JSP instead of action class to avoid duplicate submission. Can anybody te

duplicate submission

2004-07-08 Thread Jignesh Patel
We have specific requirement for generating token in JSP instead of action class to avoid duplicate submission. Can anybody tell us how to do that. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail