Re: include a class

2003-03-03 Thread kwolff
Thanx a lot. i using the tomcat and for a perl-man, like me, it is very confusing. but know it works. i took your 2. exp. Thanx Kris Am 28 Feb 2003 um 10:49 hat Lindomar geschrieben: > Kris, first, does your webapp started fine? > If yes, we can have some situations for one class works in jsp

include a class

2003-02-28 Thread kwolff
Hi all, i am new to JSP and have a beginner question. I can't fix to include a class. hmm I have class wrtitten that do all i need and it works fine on the shell. Now i want to handle this class in a jsp script, so that i get back the string.. that is what i want to do in my jsp: Class a = new

newbe question; use a class.

2003-02-21 Thread kwolff
Hi all, i am a strupid newbe. and have simple question. my asp have to use a class, but i do not know how ? I give you my test files: ASP: -- test.asp / in the root directory of tomcat: test-page: <% out.println("--"); test t = new test(); out.println("--"); %>