Mark the differences between html tags and strut specific html tags.
Answer / Yogendra Singh Tomar
HTML tags are generic and used for standard web page structure. Struts-specific HTML tags, on the other hand, have additional functionality in a Struts application. For example, <html:form> is a Struts tag that generates an HTML form with hidden fields for the ActionForm class, while <html:textfield> is a Struts tag that generates an HTML text field that can be bound to a property of an ActionForm.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
What is the role of a handler in mvc based applications?
What do struts do?
What is the life cycle of actionform?
What is apache struts framework?
What do you mean by dynaactionform?
What is actioninvocation?
Can u call Action class methods fro struts-config.xml file?
Can you give an overview of how a struts application flows?
What is the purpose of @conversion?
List the important attribute and elements of action mapping under struts.
What is the purpose of @requiredstringvalidator annotation?