3,760 Topics
| |
Hi, I am using tomcat to run jsp file, my question is how can force my server to create log file ? I'm new into tomcat, so please be gentle. Thanks | |
hi... i have multiple buttons in a jsp page .. consider a department page where i have 3 textboxes--- 1- dept number 2-dept name 3-dept location below these i have 7 buttons--- 1)next 2)previous 3)last 4)add 5)edit 6)delete 7)save when i click on the button how do i get results … | |
Hii, After performing a logout action, my index page is continously refreshing, or it tries to load that page. Can you suggest a solution for this. It happens only on IE and I'm using struts1.3.8..... Thanks in advance | |
i have sms gateway but i dont know how to implement it. i have a usr path which i have to pass from browser without seeing to user..can u send me code and tell me how to implement and solve this problem | |
hi! can any one suggest me tutorial site for spring security... thank you !!!!!!!!!!!!! | |
i need code to send email to my user to send then username and password... plz help me i am using bean ..but i want a jsp code to send email | |
how to find tomcat server log for godaddy.com plz tell me how to run server at godaddy.com...plz | |
Hi, I would like to know if its possible to edit a properties file after the project is deployed. I tried editing the values in the properties file using a classloader. [CODE] ClassLoader classLoader = this.getClass().getClassLoader(); prop.load(classLoader.getResourceAsStream("test.properties"));[/CODE] It reads the values properly but I couldn't write it back to the … | |
I created JSP page containing form with two comboboxes, I need to pass the selected value from the first combobox to SQL statement used by the second combobox. Any suggestions? [CODE] <form name="subfrm" align="center" action="SaveSubscription"> Event Category: [COLOR="Red"]<select name="evnt_cat"> [/COLOR] [COLOR="red"]get the selected value[/COLOR] <option value="0">--Select Category--</option> <% try { … | |
I have a JSP page that has two pieces of data that I need to send to a page on another domain via post when a button is clicked. My original iteration was just having the two pieces of data in 2 hidden fields and when the user clicked a … | |
hello guys., i severely need your help . in the following code i want to transfer the value of rowIndex to next jsp page and want to get it there and print it. please tell me how it could be done. <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>search Result</title> </head> … | |
Hi everybody, I'm developing a web application in which the user can enter some inputs to run a simulation. For each registered user, there must one folder created, where all the results coming out from the simulation are saved and also some images (png). These images must be displayed on … | |
I am developing a code in Netbeans 6.7. In my code there is a jsp page that contains a form. This form sends the entered details to a servlet called Client.java. I am trying to run an RMI program in the servlet. I have created the classes Server.java and the … | |
i need code to use my webcam for video chat ??plz help me ..and give me some idea | |
How to do a HTTP PUT/DELETE? (Using jquery) . Im making a REST-ful twitter-type aplication using Java Servlets etc... and i have the methods for handling PUT and DELETE, i just need to be able to perform these e.g. when a user submits a form (with the id of the … | |
i need to manage a gallery with can be managed by cpanel ...using database.plz help | |
hi .. i am new to jsp coding - i hav created a database using mysql workbench - it is a Graphical Interface to creating databases and tables... but the problem is that i dont know how to access my tables through jsp coding .. where should i put my … | |
generics are not supported in -source 1.4 (use -source 5 or higher to enable generics) private ArrayList<UserBean> students; | |
Hello Friends... I am new to jsp and i need to edit a .doc file present in a server using jsp! i tried googling and i got to know about "apache poi". this is working great for opening a doc file and also for writing a doc file but my … | |
I am developing an application wherein I have a JSP page with clickable links to all the 26 alphabets. In my database, I have data starting with all the alphabets. The way, I have(want to) structure the application is something like this. I click a alphabetical link, say A, it … | |
Hi, I am trying to fetch data and send to bean and then iterate using TreeMap in jsp can any one please help...I am lost [code=Java]Bean bn = new Bean(); while (rs.next()) { s2id= rs.getString("ID"); s2fname= rs.getString("FirstName"); s2lname= rs.getString("LastName"); s2product= rs.getString("Product"); s2option= rs.getString("Product Option"); //Add records into data list ArrayList … | |
i am having access denied error while uploading resume to server ?now wht to do ... i am sending u code .is there any requiremet to add jar file and where to put it in web directoty .ex.u can see [url]www.reeenovo.com/index.jsp[/url] plz help me..regarding the same | |
I know it doesn't make a massive difference but what software do you guys write jsp (or any other web development language for that matter) in? I used ModelWorks Jpad Pro but it started to annoy me so what do you guys recommend? Thanks in advance :) | |
hey friends how are you?I need to develop a web consumer forum,will u please tell me how can i develop it using j2ee??? | |
<a href="d:\jsp.pdf">view</a> this is not working but jsp.pdf is within the web application ( href="jsp.pdf" ) is fine. The problem is when i run the program the url is always start with http:\localhost\ so if i give ( href="d:\jsp.pdf") like this the url is http:\localhost\d:\jsp.pdf how to resolve this please … | |
How to do form based authentication? I submit my code here. [CODE] <html> <head> <title>Enter your name and password</title> </head> <body bgcolor="#999966"> <p> </p> <form method="POST" action="Order.jsp"> <p><font color="#800000" size="5"> Enter your company name:</font><input type="text" name="coname" size="20"></p> <p><font color="#800000" size="5"> Enter your password:</font><input type="password" name="password" size="20"></p> <p><input type="submit" value="Submit" name="B1"></p> <% … | |
Hi members, When i use tiles framework,is my header, side menu and footer will be reloaded in each jsp page along with body content,Or only body content will be reloaded. Thanks®ards k.suresh | |
Is there anything like that links should be given inside(outside) the <form></form> tags. Can form tag be left without any action? | |
Hi! I'm a newbie in JSP and, therefore, my question could be totally incorrect. Sorry for this. So, I've developed a Java SWING application that is actually the image processing tool. Is it possible to update this software to a web-application? For example, could I place Java classes in WEB-INF/classes/, … |
The End.