Re: Need a synchronizer token

2004-07-26 Thread Erik Weber
er [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 11:56 AM To: Struts Users Mailing List Subject: Re: Need a synchronizer token Thanks, Kataria. But, after looking at these methods, I'm still not sure how you set the hidden field in the form. For example, what name do you use for the parame

RE: Need a synchronizer token

2004-07-26 Thread Raghuram Kanadam
CTED] Sent: Monday, July 26, 2004 11:56 AM To: Struts Users Mailing List Subject: Re: Need a synchronizer token Thanks, Kataria. But, after looking at these methods, I'm still not sure how you set the hidden field in the form. For example, what name do you use for the parameter? Or is this hand

Re: Need a synchronizer token

2004-07-26 Thread Erik Weber
ate a hidden field then there is a different tag availabe for it. Hope it clarifies. Thanks, Satish -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 11:56 AM To: Struts Users Mailing List Subject: Re: Need a synchronizer token Thanks, Kataria. But,

RE: Need a synchronizer token

2004-07-25 Thread Kataria, Satish
ginal Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 11:56 AM To: Struts Users Mailing List Subject: Re: Need a synchronizer token Thanks, Kataria. But, after looking at these methods, I'm still not sure how you set the hidden field in the form. For exa

Re: Need a synchronizer token

2004-07-25 Thread Erik Weber
t has savetoken() & istokenvalid() method to implement the synchronizer token patter. Thanks, Satish -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 11:11 AM To: Struts Users Mailing List Subject: Need a synchronizer token I know I've seen

RE: Need a synchronizer token

2004-07-25 Thread Kataria, Satish
List Subject: Need a synchronizer token I know I've seen somewhere that Struts handles the synchronizer token pattern -- where a synchronizer token is embedded as a hidden form field and compared with an expected value stored as a session attribute before a write action is performed -- but I d

Need a synchronizer token

2004-07-25 Thread Erik Weber
I know I've seen somewhere that Struts handles the synchronizer token pattern -- where a synchronizer token is embedded as a hidden form field and compared with an expected value stored as a session attribute before a write action is performed -- but I don't know exactly where to look. Can some