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's the purpose of execute method of action class?
How we can controlled duplicate form submission in struts?
What is the purpose of action tag in struts.xml?
What are the core classes of the struts framework?
When should be opt for struts framework?
Are struts still used?
What are the advantages of spring mvc over struts mvc?
Explain about how requests from the client are sent?
Who wrote struts?
How many action classes can be used in struts application?
What are the 5 constants of action interface?
What is spring hibernate and struts in java?
What are construction struts?
What is the use of jsonvalidation?
What does i18n interceptor?