Forum: JSP Dec 28th, 2005 |
| Replies: 3 Views: 3,578 I tried everything but i could not access it, as I was using netbeans. I think it has some kind of restriction. it worked when I moved the image into my project :) |
Forum: JSP Dec 22nd, 2005 |
| Replies: 6 Views: 2,538 apparantly it can not find the class Question. If you have the class in another package try importing it. |
Forum: JSP Dec 16th, 2005 |
| Replies: 2 Views: 3,735 thanx :p it is solved now it was just a matter of paths. |
Forum: JSP Dec 11th, 2005 |
| Replies: 2 Views: 3,735 hi
does any1 knw how to put the path for servlets in netbeans.
it is located in src/java/controll/servlet
i have this in my code action = "servlet/controll.servlet" but it says directory not... |
Forum: JSP Dec 8th, 2005 |
| Replies: 3 Views: 3,578 hi
im new to jsp iam using netbeans. I have a image in C: called w.gif. in index.jsp i have <img src="C:/w.gif" alt="W"> but it doesnt show the picture.
any help?
thanx |