Hi all
i am trying following exmaple .....
<
jsp:include page="login.html"/>
if loginpage does not found it don't give me any errors.......
but when i try this
<%@include page="login.html"%>
if page not found it gives me error why is page not found .......
why it does not give me any error while using jsp:include
pls let me know the behaviour for both the case
thanks in advance
Rishi