Mark the differences between html tags and strut specific html tags.



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

Post New Answer

More Struts Interview Questions

What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?

1 Answers  


What is the role of a handler in mvc based applications?

1 Answers  


What do struts do?

1 Answers  


What is the life cycle of actionform?

1 Answers  


What is apache struts framework?

1 Answers  


What do you mean by dynaactionform?

1 Answers  


What is actioninvocation?

1 Answers  


Can u call Action class methods fro struts-config.xml file?

2 Answers   iGate,


Can you give an overview of how a struts application flows?

1 Answers  


What is the purpose of @conversion?

1 Answers  


List the important attribute and elements of action mapping under struts.

1 Answers  


What is the purpose of @requiredstringvalidator annotation?

1 Answers  


Categories