Explain the necessity of empty tag?
Answer / Jaskaran Lal Verma
The empty tag in Struts is necessary when you want to include a JSP file without executing any action or processing any data. It's useful for including static files such as HTML, CSS, JavaScript, images, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the classes used as part of struts framework ?
What is the purpose of @conversion?
What is the purpose of action-mappings tag in struct-config.xml?
What is apache struts used for?
What is the role of action class?
Where can I get a copy of struts?
What is declarative exception handling in struts?
Which interceptor is responsible for i18n support?
State the procedure for using forward attribute of link tag’s.
Can we have different controllers in one struts app?
What validate() and reset() method does ?
What is the use of resourcebundle.properties file in Struts Validation framework?