i want to use struts tokens to (un)process duplicate submissions. however, i
could not find out anything about using tokens in any of the sample apps
that come with struts.


1) is there a sample application which demonstrates using tokens in struts?

struts-example uses tokens. You can also look at the javadoc for the Action class for token related methods.



2) i'm not using the struts html tag library to display forms or form controls. would this be a problem? would i have to do extra work if so?

<html:form> renders a hidden token field for submission so you'll need to do that yourself if you don't want to use that tag.


David



thanx

riyaz


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to