Difference between <%@ include > and <jsp:include>
843836Dec 22 2004 — edited Dec 22 2004What is the difference between using <%@ include> and <jsp:include>?
Serveral pages on my website use <%@ include> to attach snippets of navigation code. I recently had to make a change to one of the navigation files, but when I upload the file to our server, the .jsp pages do not pick up the change.
I have only been using JSP for a few months, so I know next to nothing about it. Please tell me what I might could do to get my changes recognized by the .jsp pages.
Thanks for any help.