Explain about the <html:base> tag?



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

Post New Answer

More Struts Interview Questions

How many instances of servlet usually run in a struts application ?

1 Answers  


What is struts validator framework?

1 Answers  


What configuration changes are required to use Tiles in Struts?

1 Answers  


Which configuration files are used in struts?

1 Answers  


How to get data from the velocity page in a action class?

1 Answers  


What is declarative exception handling in struts?

1 Answers  


What is the purpose of action-mappings tag in struct-config.xml?

1 Answers  


What is http redirect?

1 Answers  


What are the ways in which duplicate form submission can occur?

1 Answers  


Provide some important Struts2 constants that you have used?

1 Answers  


What is the purpose of execute() method?

1 Answers  


What are the steps of struts installation?

1 Answers  


Categories