Page 1 of 1

enthuware.jwpv6.2.736 Query

Posted: Mon Jul 28, 2014 11:59 pm
by djoshi24
why not to use <jsp:include page="test2.jsp"/> standard action ?

Re: enthuware.jwpv6.2.736 Query

Posted: Tue Jul 29, 2014 2:15 am
by admin
Because jsp:include causes the jsp file to be compiled and executed independently. But test2.jsp will fail to compile. It does not have complete code. As explained in the explanation:
Note that if requested separately, ///test2.jsp/// will give an error while compilation because ///s/// is undefined.
HTH,
Paul.