3,760 Topics
| |
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 | |
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 | |
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 … | |
I want to send e_mail from jsp page, how can I do it | |
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 … | |
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. | |
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> … | |
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 | |
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 … | |
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 … | |
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 | |
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 … | |
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 … | |
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. | |
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 … | |
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 … | |
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 … | |
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> <% … | |
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? | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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. | |
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 | |
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 … |
The End.