S
Stefan
In Short: How can I include or call a Java Servlet in a JSP?
In Long:
Hi,
We got a little "application" - it consists of a few jsp pages that
create a little news box with scrolling down Text - you can click on it
and read the full content if you want, from there you can select wether you
want to go back or
if you want to see archived news as well.
As this is used in several other jsp pages, to easily include it,
we decided to use Servlets instead of JSP's for that little news window.
Now I got my Servlets, but how can I include them in my JSP Page???
Thanks,
Stefan
In Long:
Hi,
We got a little "application" - it consists of a few jsp pages that
create a little news box with scrolling down Text - you can click on it
and read the full content if you want, from there you can select wether you
want to go back or
if you want to see archived news as well.
As this is used in several other jsp pages, to easily include it,
we decided to use Servlets instead of JSP's for that little news window.
Now I got my Servlets, but how can I include them in my JSP Page???
Thanks,
Stefan