Forum: HTML and CSS Jul 2nd, 2008 |
| Replies: 3 Views: 866 Hello!
I have a web application where status messages are displayed in a small area of screen. I need the text to scroll down to the last message as the status messages are being added. But only... |
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2008 |
| Replies: 0 Views: 890 Hello!
I have a web application where status messages are displayed in a small area of screen. I need the text to scroll down to the last message as the status messages are being added. But only... |
Forum: Java Jun 6th, 2006 |
| Replies: 4 Views: 1,299 actually it is signed, but i dont think that's the problem, because it works fine on some computers. maybe it could be about some security permissions? am quite a newbie, so i dont know the... |
Forum: JSP Jun 6th, 2006 |
| Replies: 8 Views: 10,981 i tried using the HttpSession session = request.getSession(true);
i just have to put it between <% %> at the start of the page right? well its giving me the error: duplicate session variable. am... |
Forum: JSP Jun 6th, 2006 |
| Replies: 8 Views: 10,981 actually i didn't use session, i did the login using pure java code by matching the username and password from the database, then just put it in the jsp code in my web page.
is session secure?if... |
Forum: Java Jun 5th, 2006 |
| Replies: 4 Views: 1,299 well the applet is used to do a file upload from a browser. i ran it on eclipse console, and the error is: "java.net.ConnectException: Connection refused: connect". so the applet can't even connect... |
Forum: Java Jun 5th, 2006 |
| Replies: 4 Views: 1,299 hi,
when i try to run an applet, it tells me "connection refused". on some computers, the code works, and on others (like mine) i get this error message. can someone please tell me what could be the... |
Forum: JSP Jun 5th, 2006 |
| Replies: 8 Views: 10,981 hi,
i'm trying to build a web page which permits the user to login before accessing the contents of the site. the login works fine (i did it using jsp), but i am not able to logout properly, that... |
Forum: Community Introductions Mar 9th, 2006 |
| Replies: 0 Views: 2,284 hi, am new to jsp and java beans
each time i try using beans i get the following error:
org.apache.jasper.JasperException: /examples/jsp/process2.jsp(3,0) The value for the useBean class attribute... |