> I am presently working on a project which has a lot of > interaction with users through use for HTML forms.
Hi Zeus, the solution you're looking for is a design pattern called Synchronizer Token. There is an article on the web explaining it, including a brief code snippet: http://www.javaworld.com/javaworld/javatips/jw-javatip136.html I don't know how you Cocoon architecture is built, but maybe you can implement Synchronizer Token as an action for reuse. Regards, Flavio Costa --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
