Hi friends
Can anyone tell me about the difference between <%@include file="abc.jsp" %> and <jsp:include file="abc.jsp"/> :-/
sree22_happy 0 Light Poster
Recommended Answers
Jump to PostThink of the include directive as a header file of languages like C/C++. When using the include directive, the combined contents of the original JSP page and all its included resources are translated into the same implementation servlet i.e. the contents of the included resource is copy pasted before translation …
All 3 Replies
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
sree22_happy commented: good answers +2
sree22_happy 0 Light Poster
haribol 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.