3,760 Topics

Member Avatar for
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
68
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
67
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
108
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
119
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
119
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
101
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
60
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
96
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
190
Member Avatar for kokilavani
0
70
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
66
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
158
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
89
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
150
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
90
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
68
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
75
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
157
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
139
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
68
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
61
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
66
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
798
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
162
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
568
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
64
Member Avatar for scy
Member Avatar for jwenting
0
67
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
169
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
80
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
134

The End.