Forum: JSP Aug 24th, 2009 |
| Replies: 4 Views: 492 I have a question, what if I was trying to work with more than one table? |
Forum: JSP Aug 22nd, 2009 |
| Replies: 4 Views: 492 Hello all, I've been working on a project where I wish to retrieve two sets of information from a MySQL database using two prepared statements. When I try to do this I get a blank screen, but the... |
Forum: JSP Jul 20th, 2009 |
| Replies: 2 Views: 533 Hello to all. I'm using the following jsp to display an image from a mysql database.
<%@ page import="java.sql.*" %>
<%@ page import="java.io.*" %>
<%
Connection connection = null;
String... |
Forum: JSP Jul 16th, 2009 |
| Replies: 4 Views: 973 Thank you for your response. Glassfish was bundled with Netbeans by the way. Bur I have a question: how do I run servlets within JSP pages? |
Forum: JSP Jul 16th, 2009 |
| Replies: 4 Views: 973 Hello to all, I was wondering how to run servlets using Glassfish V2. I'm using NetBeans 6.5 and need to use servlets, but I don't want to install Tomcat to do so, any suggestions? |
Forum: JSP Jun 22nd, 2009 |
| Replies: 6 Views: 1,040 At the server huh, so what should I do if I wanted that process to take place in after the page loaded? |
Forum: JSP Jun 21st, 2009 |
| Replies: 4 Views: 749 THANK YOU!!!! THANK YOU!!!! THANK YOU!!!! THANK YOU!!!!
Putting the %> <%= e.getMessage()%> <%
helped me to pin-point and solve my problem almost instantly. You're a JSP genius!!! ... |
Forum: JSP Jun 21st, 2009 |
| Replies: 6 Views: 1,040 By that I mean going from textfield --> variable --> textfield all on the same page. |
Forum: JSP Jun 21st, 2009 |
| Replies: 6 Views: 1,040 Cool, so what about if it's from form to form on the same page? |
Forum: JSP Jun 21st, 2009 |
| Replies: 4 Views: 749 Hello everyone, I'm working on a project where I wish to find out who the instructor for a particular course is. The user is has to input the course name and course id for that course id then the... |
Forum: JSP Jun 21st, 2009 |
| Replies: 6 Views: 1,040 Hi all. I was wondering if there's a way to assign the value in a text field to a variable in jsp using Java (not Javascript). Normally in Javascript you might do something like: ... |
Forum: JSP Jun 20th, 2009 |
| Replies: 2 Views: 1,007 Hi I'm trying to create a mortgage calculator using Java (not Javascript) on a JSP page and I need to know if there's a way to set the values of textfield so that I won't have to send information... |