3,760 Topics
| |
I have my Tomcat Server running (port 8080), I also set up the password "tomcat" during initial configuration. Now when I try to open the internet explore using [url]http://localhost:8080[/url] the page is not loaded. I mean to say that server is running but the page is not being displayed. What … | |
hi to all ! I have a problem with java class accessing in jsp form i use <jsp:useBean id="db" scope="request" class="untitled5.dataBase_Connection" /> <jsp:setProperty name="db" property="*" /> to access the database class but i have the [B]"The value for the useBean class attribute untitled5.dataBase_Connection is invalid"[/B] I provide default constructor too … | |
[code]<%@ page import="java.sql.*" %> <%@ page import="java.io.*" %> <%@ page language="java" session="true" %> <html> <body> <% //Getting the text values from create login page String lid = request.getParameter("loginid"); String lpin = request.getParameter("loginpin"); String loginid = lid.trim(); String loginpin = lpin.trim(); [COLOR="red"]out.println(loginid); out.println(loginpin);[/COLOR] // Connect to Database to retrive all the … | |
hey all, am having a project which aims to develop an online questionnaire system with three pools what i did was that i created an html file that contains 3 forms the form have a submit button to let the user to choose the preferred questionnaire, then he go to … | |
hiii, i hav made a servlet and connect it to database through oracle. But while running it i m encountering this error "Couldn't load database driver: oracle.jdbc.driver.OracleDriver". Please help me as i unable to proceed further in my project. my servlet is like this:: [code] /* * facregistrationform.java * * … | |
Having trouble getting my AttachmentServlet.java and FilterServelt.java to compile the following is the code (for which the error applies) then the error for each. AttachmentServlet.java [code] HttpSession session = request.getSession(); ServletOutputStream out = response.getOutputStream(); int msgNum = Integer.parseInt(request.getParameter("message")); int partNum = Integer.parseInt(request.getParameter("part")); MailUserBean mailuser = (MailUserBean)session.getAttribute("mailuser"); [/code] cannot find symbol … | |
Hi I am using the iframe on parent page. At the top of this parent page I have included the header.jsp which is having logout link. After clicking on that link the session gets invalidate properly and application is directed on the login page. Now when I click on the … | |
hi all, I was hoping someone could tell me what is an online document builder????? also how can you develop it?? thanks in advance | |
hello! i wanna implement an text search engine ......... that will find the given text from all webpages of my website ..... .... is it possible to implement ??? (m newbye in jsp) . if not what are other options ??? any related idea ????? thanx in advance. | |
I need a complete source code of ONLINE EXAMINATION SYSTEM in JSP+ORACLE. Can sombody help me? my e-mail id : <EMAIL SNIPPED> | |
hello I am very new to netbeans IDE 6.5. Now I connect My SQL database in netbeans after that I want to retrieve data from webpage and store into it. Not in a traditional way that old jdbc-odbc model..so please help me......... | |
Hi. I am learing JSP and testing mail. but I don't know why error generate. Please help me. Source code. [code] package tags; import javax.mail.*; import javax.mail.internet.*; import java.util.*; public class HelloMail { public static void main(String args[])throws MessagingException { String name ="jsp learning"; String from = "kim.ilikeenglish.gc@gmail.com"; String to … | |
i have two radio boxes in a jsp using html and i want to make one checked based on a condition. I can do that in php but i don't know how to do that using jsp. Can anyone help me. [code]out.println("<tr><td>Billing Model"); out.print("<tr><td><input type='radio' name='appStatusDescription'value='0' >Prepaid<br>"); out.print("' </td>"); out.print("<td><input … | |
HI This is the simple code you seethere'a an for loop, so there are many submit buttons ! when i click a submit button on page how should i know which button it was Thanks [code] <table> <jsp:useBean id="o" class="shopping.shop"/> <jsp:setProperty name="o" property="id" value="${userid}"/> <% String f[]=o.listshop(); for(int i=0;i<f.length && … | |
hi all, I am having 2 combo boxes in my jsp page. one is of country and the other one is state. when i select the country value all the states of that country need to come in statecombo from database. any ideas please share with me. | |
Hello, I am creating a little webpage that allows a person to chose between 3 different ways in which they can query for results (either id, date, or symbol). Everything works fine if choosing id and entering a value to search for, but if date or symbol is chosen then … | |
hi, i have created 3 reports in myeclipse blue 7.1 as customer_sale cutomer_region & customer_year. i want to create a jsp page in myeclipse blue 7.1. In that jsp page i have a drop down menu. now i want to include the names of all these reports mentioned above in … | |
Hello, I am very new to JSP but I am familiar with Java. I am having an issue with some error messages I don't understand. when I use this syntax: [code=jsp] <jsp:useBean id="search" class="search.SecSearchParams" scope="request"> <jsp:setProperty name="search" property="*"/> </jsp:useBean> [/code] I get this error: The value for the useBean class … | |
Hi. I am developing an e-mail application for lab works. I am using servlets mainly along with JSP and using HTML with CSS. I have two questions.Please tell me the solutions. Its important and its urgent. 1. As usual I give the provision for attachments.I wrote code for uploading files … | |
Hello guys, I am converting my servlet page into mvc form and struck at perticular point. I am using DAO class and VO class for database related tasks.Here I am sending u a little bit of my code segments so taht u can understand my problem. In DAO class:- //I … | |
Hi i'm just start to learn jsp. now i got 1 task to complete. I want to create navigation in jsp by recursively. my case is retrieve from database and list in jsp. display all organization name in jsp from mysql. Organization ABC CDE EFG once they click any of … | |
Hi, I am writing a jsp app. Thing is I cannot get the "hhello0" String in the destroy method to echo after the thread is stopped, fourth line from the bottom. Thanx already :S [code=java] package Transaction; import bean.*; import dealer.DealerDetails; import java.io.*; import java.sql.SQLException; import java.util.*; import java.util.logging.Level; import … | |
Hi, I am calling the jsp page using httpUrlConnection.openConnection. The Jsp page displays the content dynamically by calling the javascript function. I am not able fetch the content of the jsp , when using the httpUrlConnection.openConnection, it displays the entire source of the page. Please advice . Thanks & Regards, … | |
Hello Everybody I want to use Gzip compression in my web application which is under construction. I am developing it in Struts and I want to know how to use Gzip in Struts. As Gzip concept is very new for me, it will be better if a little detailed explanation … | |
HI.. Is there any tool available for creating an installable version of my web application which will ask for to bind tomcat , mysql with my application. So my final exe wil contain my web application,tomcat and mysql related files. | |
Hi all, I need a help from u... Please help me... Is it possible to have more than 1 servlet for an J2EE application... I have 2 JSP's (index & display page) 1 Servlet (myServlet) - Db Connectivity(insertion & selection) In index.jsp, i have 2 fields and a button, while … | |
hello guys,i'm new to this forum.i am developing a website for my final year project.it's a dummy project.i need a free payment gateway or something like that.So that the user can pay via credit card.it is purely an academic project,so i don't want to spend money. i need your suggestion.how … | |
Dear Friends., Am new to the java world.. I am creating a application where i have to generate a html page from a Dynamic jsp page.. I have tried my best and i was able to create a static html page from a JSP.. But how to fill the data … | |
Hi all, I need to convert a JSP file to a PDF file dynamically After converting into PDF , I need to concatenate with another PDF which is already existing and this as a single document to the printer queue.. Please give ur suggestions.. Kindly post some source code which … | |
what about this one? HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: Servlet execution threw an exception org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390) root cause java.lang.ClassFormatError: com/mysql/jdbc/ConnectionImpl com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:283) java.sql.DriverManager.getConnection(DriverManager.java:582) java.sql.DriverManager.getConnection(DriverManager.java:185) JspDBSolution.KidsBooksPage.init(KidsBooksPage.java:20) JspDBSolution.BookStoreServlet.processRequest(BookStoreServlet.java:34) JspDBSolution.BookStoreServlet.doGet(BookStoreServlet.java:90) javax.servlet.http.HttpServlet.service(HttpServlet.java:690) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390) |
The End.