|
Well to include a static html or .jsp file u can
use the following jsp directive:
<%@ include file = "name of the file"
%>
That should do what you want.
I haven't understood why are you calling a .jsp
file in the below manner:
examples/jsp/include/include.jsp
The above call is causing trouble.
Hope this helps.
Have a nice day.
With regards, Sachin S. Khanna. |
- Re: Re : Foo.jsp include example Sachin S. Khanna
- Re: Re : Foo.jsp include example Johnson Jeffrey
- Re: Re : Foo.jsp include example sdheepa
