Carlos Rocha Posted August 7, 2015 at 12:39 PM Report #586812 Posted August 7, 2015 at 12:39 PM Gostaria de saber as diferenças entre as formas de inclusão abaixo: <%@ include file="arquivo.jsp" %> <c:import url="arquivo.jsp"></c:import> <jsp:include page="arquivo.jsp"></jsp:include> Porque às vezes incluo um arquivo e não consigo usar uma varável dele no corpo da página que o incluiu!
epolozero Posted August 7, 2015 at 02:52 PM Report #586817 Posted August 7, 2015 at 02:52 PM http://stackoverflow.com/questions/14580120/whats-the-difference-between-including-files-with-jsp-include-directive-jsp-in
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now