Answer Posted / alluri.nagaraju
custom tags are user defined sets of the jsp element present
in the Jsp tag libraries.The custom tags used in the Jsp
page are translated in to servlet.The tag is also converted
to operations on object called Tag Handler.These are
reusable presentation components.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is the apache struts vulnerability?
How many instances of servlet usually run in a struts application ?
What is the struts in java?
How is forward action used for integration?
What is the differences between struts1 and struts2?
What is the purpose of form-be tag in struct-config.xml?
What does action do in struts?
What is struts2 in java?
What is difference between actionform and dynaactionform?
What is the purpose of @requiredstringvalidator?
What are the various struts tag libraries?
What is the purpose of @conversion?
Explain integrate log4j in struts2 application?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What is the purpose of @intrangefieldvalidator annotation?