3,760 Topics

Member Avatar for
Member Avatar for sunithamcsit

hi everybody, I have one problem with my screen(i.e JSP), when iam adding records it will showing upto particular records.but when i check in database table it will showing the newly added data. can anyone please suggest me how to make my records adding as dynamic. Thank you

Member Avatar for techkar
0
96
Member Avatar for staneja

I am calling this constructor but it is not getting complied public conn() { Class.forName("com.mysql.jdbc.Driver"); con=DriverManager.getConnection("jdbc:mysql:///dbetech", "root" , ""); } throwing error message: D:\etech\WEB-INF\src>javac *.java conn.java:16: incompatible types found : java.sql.Connection required: com.mysql.jdbc.Connection con=DriverManager.getConnection("jdbc:mysql:///dbetech", "root" , ""); ^ 1 error

Member Avatar for staneja
0
89
Member Avatar for push

please help me for this. am trying to execute servlet programe at myeclipse. but am getting [B][COLOR=green]type[/COLOR][/B] Status report [B][COLOR=green]message[/COLOR][/B] [U]/hi/servlet/hs1[/U] [B][COLOR=green]description[/COLOR][/B] [U]The requested resource (/hi/servlet/hs1) is not available[/U] [U]at the browser.[/U] and at the server am getting this error restartContext(/hi) Reloading this Context has started plse help me to …

0
58
Member Avatar for katcoot
Member Avatar for Narayan.kv

Hi All, I am facing this problem while displaying the image with huge image map in IE6. The image map is read as a form field in the jsp page. If the image map is normal ie, if it chart has around 9000 points then it works fine. But if …

Member Avatar for ~s.o.s~
0
149
Member Avatar for pnkbhat

just i finishd java-j2ee course. i wanted to do one project using jsp. i dont have idea how to start as a beginner which project i ca n do. i want full support while doing th eproject for doubts. plz anybody can help me? Iam ready to do hard work.

Member Avatar for ~s.o.s~
0
116
Member Avatar for D_ee

SignIn.html -------------- <HTML><HEAD> <TITLE>Log In To Your Account</TITLE> </HEAD> <BODY> <H2><Bold>Log In To You Account</Bold></H2> <p>To log in, type in your USERNAME and PASSWORD. <br>Then click on the Submit button.</p> <FORM ACTION="Sign.jsp" METHOD="POST"> <br>USERNAME: <INPUT TYPE=TEXT NAME ="UserName"> <br>PASSWORD: <INPUT TYPE=TEXT NAME ="Passwrd"> <br> <INPUT TYPE=Submit VALUE ="Submit"> </FORM> </BODY></HTML> …

Member Avatar for peter_budo
0
1K
Member Avatar for saswati_mishra

Hi, I have a jsp page where I have a text box to enter an ip address and a button to ping the ip address entered. Can anyone tell me how to implement this using java/jsp/ajax. Thanks a lot in advance Saswati

Member Avatar for masijade
0
101
Member Avatar for Satya Sai

hi Everybody, I am doing project on web based events. 1) I am doing the project with jsp. I want to show the daily events on one hour basis. like 8am eventDesc 9am eventDesc -- --- upto 9pm. I want to show all the events that are occuring at 8 …

Member Avatar for peter_budo
0
78
Member Avatar for md_salman

Hello, my question is: Why do we have separate layers of classes when developing a web application. For example a DAO layer, DTO layer, business services layer etc.I mean why do we follow this approach. What's the purpose of having DTO layer, if its just transfer ot data we can …

Member Avatar for jwenting
0
78
Member Avatar for yafa

hi, i m new here,actually i got a project on hotel management on jspand i m not expert in java n my project submission is on 9 july if any one have that project plz send me on my mail <snipped> its urgent

Member Avatar for mohdiftakhar
-1
100
Member Avatar for saurav

Hi All, I had developed a small app in Tomcat. But now i am migrating into Sun-one. I have deployed the app by making a war file through the deploy tool. But i am getting an error while parsing the web.xml file during running the app. org.apache.jasper.JasperException: File "/struts-bean" not …

Member Avatar for saurav
0
171
Member Avatar for saasbs

Hi im a new member in this forum.. i really need your help as soon as possible, im doing my final project for graduating, its about doing a website for a hotel in jsp. i almost finished everything, now which im stock in it, and dont know how to do …

Member Avatar for yafa
0
289
Member Avatar for push

hi friends am trying to work on struts at myeclipse. but am getting problum while running jsp page. can any one help me for setting tomcat server for running jsp page. And tell me steps to deployee a jsp page. for myeclipse.

Member Avatar for push
0
263
Member Avatar for beckerc

hello folks, I was wondering if it is possible to call a jsp from a dos bat file. I have a bat file that uses ftp to get some files, and i would like to call the jsp/servlets that processes the files without needing to modify or recreate processes performed …

Member Avatar for jwenting
0
72
Member Avatar for anoo36

i m doing aproject to developa groupware ie a discussion community..where users can post ther quiers related to a particular categor i m not able to sort out the problem as to how to take the data from my database so that when user log in he sees eacha nd …

Member Avatar for jwenting
0
92
Member Avatar for md_salman

I am writing a web based application using JSP and JDBC. In side a servlet I execute some code like this [code] DAO.addComments( commentsBean ); commentsList = DAO.getComments(); session.setAttribute( "comments", commentsList ); response.sendRedirect( "comments.jsp" ); [/code] when I move to comments.jsp I find all the comments except those that have …

Member Avatar for sam.n
0
74
Member Avatar for saswati_mishra

Hi, I have written a jsp file to fetch data from a database table and display it in the form of a table in jsp. The idea is to generate a dynamic table. I have written the following code. <%@page import="java.sql.*"%> <html> <head> <title>The alert table</title> </head> <body> <h1>Alerts</h1> <% …

Member Avatar for ~s.o.s~
0
178
Member Avatar for ovidiu61

Hello everyone, I have a question for you. I would like to call a function situated on a server side servlet or in a jsp file with a javascript function (client side) and to show the results returned by the servlet's function. Do you have any ideas?

Member Avatar for ovidiu61
0
129
Member Avatar for mawarzinnirah

Hello everyone..i'm a newbie here and one of a beginner programmer. Right now i'm working on a system using JSP and oracle and have a little problem with my system... My problem is : how can we exstract a data in a text file and then after exstract we can …

Member Avatar for ~s.o.s~
0
111
Member Avatar for kavita BUDHOLIA
Member Avatar for masijade
0
63
Member Avatar for akash_msrit

hi hello friends, i need an help from all of u. problem: i have a jsp page, in that jsp page i am displaying data retrieved from backend that is mysql in table format, i am not having any problem in that. now i want to color the table individual …

Member Avatar for jwenting
0
96
Member Avatar for Acidburn

Hello, I'm experincing a werid problem with the way my JSP's are handled. I to have my JSP's in the root directory of my application. I've now put them in <MyApplication>\WEB-INF\pages\ I updated the structs config file to reflect the changes and leaving index.jsp in its orignal location. The rest …

Member Avatar for jwenting
0
68
Member Avatar for sathishnatrajan
Member Avatar for ~s.o.s~
0
59
Member Avatar for suvitha_raj
Member Avatar for ~s.o.s~
0
69
Member Avatar for Makhno

Hello, I have a tag file used by my JSP's, in that tag file I have Struts 2 tags(textfield, radio, etc) The tags work OK, they output HTML controls and submit data, but the resulting page does not display the label (set in tag's attribute) and fieldErrors set by the …

Member Avatar for suvitha_raj
0
44
Member Avatar for saasbs

Hi all, i did code in jsp for "change password" when user want to change his password he have to enter his old password and then new password. if he enter wrong password there will be error msg display "sorry you have entered wrong password, and if he enter correct …

Member Avatar for suvitha_raj
0
157
Member Avatar for push

how to work servlet, jsp programs at eclipse 3.0.? Please give any online tutorial site for larning eclipse, and seting up envirnomets for eclipse. Please help me for this.

Member Avatar for suvitha_raj
0
72
Member Avatar for akash_msrit

hi everyone how to display mysql query results in a html or jsp page. using java script or any other if u have working code or sample code please send me please help me . its very urgent regards Manjunath

Member Avatar for ~s.o.s~
0
109
Member Avatar for jadeite100

Hi All: I needed to passed an integer value from the following code: <%=ic.getTotalNumOfRecords()%> to an attribute of a custom tag <inquiry:tableClaimHistory numberOfRecords="5" dataAction="claimHistoryViewData.do" emptyKey="error.noData"/> The function getTotalNumOfRecords returns an int. The attribute numberOfRecords expects an string. Here are the different ways I tried in a jsp page but I …

Member Avatar for jwenting
0
109

The End.