On Thu, 20 Jan 2005 09:54:00 -0500, Jeff Beal <[EMAIL PROTECTED]> wrote: > Look at the source for the <html:form/> tag and see how it inserts the > token. The token is just a session-scoped attribute and it's inserted > on the page as a hidden form field. You can probably write it to the > page easily without using the <html:form/> tag.
You could, but the form tag auto-detects the token, and puts it there for you. Using the <html:form tag has other benefits as well. > > -- Jeff > > Anthony Hong wrote: > > I think my problem is I didn't use html:form struts tag, I use form > > tag in html directly. So it didn't work. > > Thanks. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]