Hi,
Thanks for the comments, but I think I solved my problem.
This is what I did, I created a Java class (javaClass.java). I placed all my business logic in this class.
I then use the <jsp: include...> and <jsp: foward...>
in my JSP pages.
Not sure if this is the correct approach, but it...