Hello, I would like to know the difference between HTML's <form> tag and struts-html's <html:form> tag.
Actually, i understood the use of struts-beans and struts-logic tags........because of its additional functionality than normal HTML........but, since the struts-html form tag boils down finally to a normal HTML form tag at runtime, how does it add additional functionality like scope, etc .......???
it is a requirememnt that all your html text boxes, combo boxes and all the components user enters the data are nested inside the html:form tag. Then only when you submit them it will automatically populate the form bean. Thats one of the functionality I guess...