When you use the
struts html tags, you have to make that page a
jsp - as opposed to a form page being just standard HTML. What is the main reason you do <html:form> for example, over <form>.
I am reading the o'reilly struts book and it does not seem to provide any reason to use the struts html tags at all, apart from a comment alluding to "tighter integration" - no explanation.
All my struts stuff so far just uses standard html forms when possible, am I missing out out on something here?
Andles.