How to include a Runtime file for @include in JSP -


To include another file in JSP, we use the @include tag

In the case of my name, I would like to include an HTML file called run-time-i, e database.

How can I do this in JSP?

Just using jsp: include:

   

This works in my project where the file is stored in the session so that the updated part with AJAX can be loaded correctly


Comments