Hi, what is the meaning of the code shown below?
<jsp:include page="/exec/employeesList"/>
Because usually include is like this include("a.php"), this means the page include the a.php page. But the jsp include is different, it doesn't show any extension like .jsp or .jav or .html. so where does it include?
is it including the whole employeesList directory or folder or the index in the employeesList folder?
Please Help
Thanks