Explain about the <html:base> tag?
Answer / Pushpendra Kumar
The `<html:base>` tag in Struts is used to define the base URL of the web application. It helps ensure that all relative links within the application are resolved correctly, avoiding issues with context path changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many instances of servlet usually run in a struts application ?
What is struts validator framework?
What configuration changes are required to use Tiles in Struts?
Which configuration files are used in struts?
How to get data from the velocity page in a action class?
What is declarative exception handling in struts?
What is the purpose of action-mappings tag in struct-config.xml?
What is http redirect?
What are the ways in which duplicate form submission can occur?
Provide some important Struts2 constants that you have used?
What is the purpose of execute() method?
What are the steps of struts installation?