Answer Posted / rajashree
Custom tags are a central piece in Java-based web
application frameworks.
– Custom tag functionality is implemented by your subclass
of either TagSupport or BodyTagSupport.
– Use TagSupport if your custom tag doesn’t have a body
and BodyTagSupport if it does.
– You need to declare your custom tag in a Tag Library
Descriptor (TLD) file.
– You might have to register the TLD file’s location in
web.xml.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What applications use apache struts?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
Briefly tell the two kinds of form beans.
What is action chaining ?
What do you mean by actionmapping?
What do you mean by actionservlet?
How do you convert struts to springs?
What are the contents on web.xml in struts application ?
What is the purpose of @emailvalidator?
Difference between struts and spring?
What is the purpose of @results?
What is the difference between struts and spring? Explain
How the flow of various requests happens in struts application?
Where can I get help with struts?
Which model components are supported by Struts?