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 includeaction?
What is ognl?
how to develop the submit and search operations in single jsp using struts?
What are different Struts2 tags? How can we use them?
What is struts2 in java?
Explain the core end goal while using java struts?
What is xml based validation in struts2?
What is struts and why it is used?
How can we handle exceptions thrown by application in Struts2?
Does Struts2 action and interceptors are thread safe?
What is the configuration files used in struts?
What is use of i18n interceptor?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What are Struts2 core components?
What are action classes in struts?