4,248 Topics

Member Avatar for
Member Avatar for Braga_ESI

Hi there, I'm making a webpage with some news that I can update thru another aplication that puts the new news in my "mysql" database. :-| No problem tile now, but i'd like my page to auto refresh the include that I have with de news in PHP. :eek: So …

Member Avatar for peter_budo
0
76
Member Avatar for JoeMDOH

On Page One of my application, I have a dropdown list that populated by a SQL query. The list displays the "Text" of the items on the list, but the values (that will be passed are the indexes from the database table) . The user can select multiple items from …

Member Avatar for rgtaylor
0
171
Member Avatar for swati_soni

i have to make a software on leave management system, using jsp and oracle. i have done the requirement spec. i know core java, but have never worked with jsp or tomcat..i have the jcreator editor. tell me how to run jsp file. and how to install tomcat. thr r …

Member Avatar for jwenting
1
464
Member Avatar for Thendral

hai.. I have a database with a primary key(Employee id). I am having an insert form, display form, delete form and main page form. I want to validate the Employee id entered by the user in the insert form that means I want to check with the database, If it …

Member Avatar for masijade
-1
767
Member Avatar for tsharma14

Hi Java People, I have one servlet , few JAVASCRIPTS, one JSP page. First when I login some processing is done at back in servlet and some variables are set. after login i enter into main JSP page which contains some BUTTONS. On click of every button I have some …

Member Avatar for jwenting
0
114
Member Avatar for Mizu

Hi all :) hehe sorry .. lol 1st of all iam new here :) ... and i really liked this site its very informative :) .. and iam sure i will enjoy being a member here.. before when we do a site we choose the database access but this time …

Member Avatar for jwenting
0
99
Member Avatar for kalaiselvi.v

[CODE][/CODE]How to upload the word document to msaccess database. i have created the datatype as OLEObject in msaccess i am using jsp.from jsp page i have to insert the word document to the database Please guide me. Thanks

Member Avatar for jwenting
0
60
Member Avatar for Thendral

Hai.. I need to connect a database called "Postgresql" with a jsp code. how it can be done? I need the connection procedure for that. plz reply me..

Member Avatar for jwenting
0
108
Member Avatar for amodam007

hello all i am new to asp and javascript i am creating a page in which user enters the id,name,address and he enters his family detail's below selecting relation and name of person if he wants to add more personal details he can click on add more buttton will give …

Member Avatar for masijade
0
71
Member Avatar for aruna_k_2006

hello everone, i am just improving in jsps with help of ur guidence.i excuted a jsp program using tomcat [URL]http://127.0.0.1/index.jsp[/URL] i used to get home page of tomcat but then after whenever i open [URL]http://127.0.01:8080/admin[/URL] i am getting new page called OSE(oracle Servlet Engine ) can any one tell me …

Member Avatar for jwenting
0
69
Member Avatar for vasudha k

i have a small problem in the jsp code i have written "to send the data from form to database". The table in the database has a primary key field whose values must be generated automatically. so, i have created a sequence named t_seq and have written it like this: …

Member Avatar for vasudha k
1
111
Member Avatar for nschessnerd

Hey, so I get a Driver error when I try to connect to my local mysql db. My code is in a servlet as follows [code] Class.forName("com.mysql.jdbc.Driver").newInstance(); Connection con=null; Statement smt=null; con=DriverManager.getConnection("jdbc:mysql://localhost:3306/sql?user=webusr&password=pass"); [/code] Thanks M

Member Avatar for nschessnerd
0
124
Member Avatar for Dhruv Shah

Hello everybody there. I am developing an application for peroject management. Now i require that any new user has to be created he should send an email to the adminstrator. and then adminstrator will make that person the user of the portal... So please help me out of this problem... …

Member Avatar for peter_budo
0
122
Member Avatar for aruna_k_2006

i am using tomcat 5.5,but i am unable to connect to database <HTML> <HEAD> <TITLE> </TITLE> </HEAD> <BODY bgcolor="#8D9BCA" text="#333300" marginheight="0" marginwidth="0"> <center> <!-- row 2 --> <table height="1" width="381"> <td height="1" width="373"> <P align="center">&nbsp; <P align="center">&nbsp; <p align="center"><span style="letter-spacing: 1pt"><b><font size="3" face="Bookman Old Style">Login Form for Clients</font></b></span></p> <p align="center">&nbsp;</p> …

Member Avatar for aruna_k_2006
0
104
Member Avatar for nisrin

Im making a site to display reminders set by a client and retrieved from the db (Oracle) using JSP. How can I set the reminders extracted from the db into onto a date displayed in a table cell? Please advice. Thank you.

Member Avatar for jwenting
0
61
Member Avatar for Doops

Hey, I'm getting so fustrated with this now!! I'm making a site in jsp and I have created the registration page and the login page and everything works fine. However I want to start to use the session login to personalise the page depending if they have logged in or …

Member Avatar for jwenting
0
98
Member Avatar for rpjanaka

I am trying to use an iframe in my application [COLOR=Red]mainpage.jsp[/COLOR] <HTML> <BODY> <form name="form2" method="post" action="action.jsp"> <input type="text" name="name" value=""/> <input type="submit" name="submit" value="submit"/> <iframe src="ifream-page.jsp" frameborder="0"> </form> </BODY> </HTML> [COLOR=Red]ifream-page.jsp[/COLOR] <HTML> <BODY> <input type="text" name="address" value=""/> </BODY> </HTML> But when I press the submit button I can only …

Member Avatar for jwenting
0
194
Member Avatar for kokilavani
0
72
Member Avatar for rpjanaka

Hi all. I want to know in which case, it should use two forms in a one web page (example situations) (Except that when the action pages are separate)….?

Member Avatar for jwenting
0
68
Member Avatar for nehashri

Hi, I am using postgresql 8.1 an I am trying to connect to the postsql from JSP and servlets but I cannot find the driver name for the postgresql so I can use it in the jsp connection. i hv been sujjested to use jdbc but cannt find advantage of …

Member Avatar for nehashri
0
162
Member Avatar for aruna_k_2006

can any one plz tell me how to execute jsp in tomcat .i am unable to execute & how to create war files to deploy

Member Avatar for jwenting
0
92
Member Avatar for vasudha k

I have a small problem........ I have designed a page which should be accessed by valid users. after logging in , they have to access the page via a link. for this i have used send redirect method . but my session object is not being passed here. via the …

Member Avatar for vasudha k
0
152
Member Avatar for jeet_portal

Hi Experts, Can i put my JSP web application into Windows IIS server .Now its working fine under Tomcat 4.1 server .But i want to put it in to my IIS server .Is it possible ..If yes pls let me know with Procedure ...... Thanx in advance Jeet

Member Avatar for peter_budo
0
92
Member Avatar for azad49

Hi Can anyone show me how can I connect to Oracle 10g using JSP login page? Thanks

Member Avatar for jwenting
0
71
Member Avatar for joyson_jose

Hi Friends! As i'm new in JSP, and i stuck at one point. I want to Find out "Date" of First day & Last of Current Week. Can anybody help me to find out it?? Its very very urgent.

0
78
Member Avatar for jeet_portal

in my each jsp page i have to write this code to connect with Mysql database Class.forName("com.mysql.jdbc.Driver").newInstance(); String url ="jdbc:mysql://35.212.176.25/tri"; Connection con = DriverManager.getConnection(url,"root", ""); now i want to make this code in a separate jsp page and then only include this page in my current jsp page where ever …

Member Avatar for jwenting
0
159
Member Avatar for jeet_portal

Hi to all Members, I have a problem .pls solve it. My problem is i create a registration page where i put 3 text fields : Name ,Email Addres, Password.After entering the data when the user click on submit button then the information will send as a email through the …

Member Avatar for jwenting
0
141
Member Avatar for rpjanaka

Hi I am using the "< jsp:setProperty " tag.... so I want to set the properties manually if the corresponding property field is empty(null) in the web form. So it was hard corded in the setter method of the bean class. [COLOR=sienna]public void setName(String name) { if (name == null) …

Member Avatar for jwenting
0
70
Member Avatar for kiranme

<%@ page language = "java" import = "java.sql.*" %> <%@ page import = "java.sql.*" %> <%@ page import = "java.text.*" %> <% String username,passw,passw1,compnam,tinn; username= request.getParameter("username"); passw = request.getParameter("pwd"); passw1 = request.getParameter("pwd1"); compnam = request.getParameter("compname"); tinn=request.getParameter("TIN"); Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); String st = "jdbc:odbc:loginval"; Connection cn = DriverManager.getConnection(st," "," "); Statement stmt = …

Member Avatar for jwenting
0
65
Member Avatar for Perumal

Hi I develpoed a Web applicaton by using the JSP and MySql.That comes a Communication Link Failure Error.I tried up to my Knowledge, yet i didn't solve.Kindly help him and give the soluation. [B]Developed Details[/B] Platform : windows2000 S/w : java 1.5.0_07 Server : apache tomcat 5.5.17 DB : MySql …

0
67
Member Avatar for itsnexgen

Hello Friends, I am trying to learn JSP, Servlets at the moment. What am trying to do : A simple text field and a button What should happen : When you click the button a text should appear something which is specified in the code. for example, "Pradeep". I am …

Member Avatar for itsnexgen
0
809
Member Avatar for hegRT

Hi, Im new to JSP and I am trying to add data from a simple registration page using JSP to a table in mysql, My code seems to be working OK howerver when I check the table in MySQL Control Centre...no new records have been added, I am able to …

Member Avatar for jwenting
0
174
Member Avatar for rpjanaka

hi all, i am using the tomcat server.. can i show the java out puts(System.out.println) on the browser that is issude from java classes, not from the jsp pages. i think there may be a way to change the configuration in the tomcat server.. thanks..

Member Avatar for masijade
0
574
Member Avatar for rpjanaka

Hi all, I want to use the [COLOR=DarkOrchid]<jsp:setProperty….>[/COLOR] tag. When this is used it says that it calls to the setter methods and set the instance variables that submitted from a web page. (I suggest that it gets the instance fields from JSP request object and assign those). But in …

0
66
Member Avatar for scy
Member Avatar for jwenting
0
70
Member Avatar for aniseed

I am probably not the first person to ask this but it feels rather incorrect to me. [code]You're browsing the JSP forum Discussion about: A web development language based on Java.[/code] This line on top of the JSP forum is so very inaccurate. JSP is not a web development language …

0
93
Member Avatar for jeet_portal

Hi Pls tel me how i can host my own web site in my own server. I am using jsp, html as my front end and Mysql as my backend and Tomcat as my web server

Member Avatar for jwenting
0
173
Member Avatar for madrasparty

hello currently i have joined in a software company in bangalore. i have knowledge in jsp and servlet. in my company core java is needed. i dn have tat much knowledge in java . kindly help me to get source code from online. wat r the websites available. how to …

Member Avatar for masijade
0
111
Member Avatar for abs

Hi I just want to get datas of three months of specifying year. I want to give input from two check boxes , one for month and the other for year. Now i want to retrieve datas from database which is in there already. Can u help me out........???:sad:

Member Avatar for peter_budo
0
85
Member Avatar for sandeep0708

Hi all,, the problem is that i have a link in jsp on which i have to open a new jsp page and at that time i want the parent window to be closed ...without any alert to be displayed... plzz help

Member Avatar for aniseed
0
138
Member Avatar for sarahlorrain

I'm having problems again. My internet will just stop all of a sudden and it will just stop working when I'm in the middle of something and I have to close out all of my browser windows then open my internet back up. Here is my hijackthis logfile. If you …

Member Avatar for gerbil
0
150
Member Avatar for harbir

Dear All I admit that I am new to this all. I am trying to run a simple login function. I have two jsp files, login.jsp and welcome.jsp and I have one servelet login.java My project name is onjava (I am doing this from an example from the web). My …

Member Avatar for techkar
0
124
Member Avatar for peter_budo

I'm working on calendar application, similar to one provided with instalation of Tomcat. There you have class1 with methods which provide data for class 2. I have no problem to compile class1, but getting errors while compiling class2. This apply also to Tomcat examples if you try to recompile them. …

Member Avatar for peter_budo
0
120
Member Avatar for ronakp25

I have a probelm regarding printing a jsp page. When i print my page from browser, which comes in poppup window. then right sideof page is cutoff. that page contain main table tag which defines the complete layout.all data are td tag. I tried to change width and also margins …

Member Avatar for jwenting
0
62
Member Avatar for bayu_paeh

pealse give me little sample about calling an ejb from a jsp thank's

Member Avatar for jwenting
0
52
Member Avatar for ajrobson

I got this servlet off of coreservlets.com i want to know how i can edit it so that it connects to my database to get catalogItem instead of using static html. /** A catalog that lists the items available in inventory. * * Taken from Core Servlets and JavaServer Pages …

Member Avatar for jwenting
0
87
Member Avatar for Shtock

For about a week now I've been getting the error message: "Generic Host Process for Win32 Services has encountered a problem and needs to close. We are sorry for the inconvenience." It's driving me up a wall. I usually get it upon startup, but it has been known to appear …

Member Avatar for gerbil
0
157
Member Avatar for LoobyLou

Hi I have created a registration form, where on the first page the user enters a user name and password, then they go to the next page where they enter their name. This then goes to the next page where they enter their address, then there contact details. But I …

Member Avatar for jwenting
0
74
Member Avatar for LoobyLou

Hi Im trying to create a registration form. I have created the form which includes user name and password text fields, by using the record insertion form wizard. Dreamweaver has inserted a hidden field, but how do I change the properties of this to insert the data into a database …

Member Avatar for jwenting
0
52
Member Avatar for ShipraSingh

I get the following error message when I try to test Apache SOAPServer by pointing my browser to [URL]http://localhost:8080/soap/servlet/rpcrouter[/URL] [B]exception[/B] javax.servlet.ServletException: javax/mail/MessagingException org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:848) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:781) org.apache.jsp.admin.undeploy_jsp._jspService(org.apache.jsp.admin.undeploy_jsp:105) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) [B]root cause[/B] java.lang.NoClassDefFoundError: javax/mail/MessagingException org.apache.jsp.admin.undeploy_jsp._jspService(org.apache.jsp.admin.undeploy_jsp:55) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) I have set my class path's to: ;C:\jakarta-tomcat-4.0.1\common\lib\xerces.jar;C:\soap-2_3\lib\soap.jar;C:\soap-2_3; …

Member Avatar for jwenting
0
176

The End.