Re: token html

2007-08-17 Thread Paul Benedict
If the token is already present in the request, it will be automatically included as a hidden field. On 8/17/07, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- Chris Pat <[EMAIL PROTECTED]> wrote: > > Is there special html tag that is needed or do I get > > > that for "free" with the struts:form t

Re: token html

2007-08-17 Thread Dave Newton
--- Chris Pat <[EMAIL PROTECTED]> wrote: > Is there special html tag that is needed or do I get > that for "free" with the struts:form tag? IIRC the tag inserts it (if there's a token present, of course). You could just look and see, too. d. __

Re: token html

2007-08-17 Thread Chris Pat
Hi Paul Okay thanks. However for the other use cases can you answer it. Is there special html tag that is needed or do I get that for "free" with the struts:form tag? Paul Benedict <[EMAIL PROTECTED]> wrote: Redirection is the correct approach.

Re: token html

2007-08-17 Thread Paul Benedict
Redirection is the correct approach. On 8/17/07, Chris Pat <[EMAIL PROTECTED]> wrote: > > Hello > I understand half how to process the token, however what is needed on the > html side to prevent re-submission of a form? If I use a struts form tag is > it handled automagically? Presently, without