3,760 Topics

Member Avatar for
Member Avatar for breakid

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

Member Avatar for stephen84s
0
141
Member Avatar for samuelhenry

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 …

Member Avatar for masijade
0
144
Member Avatar for selvis

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

Member Avatar for selvis
0
253
Member Avatar for coervivekmca

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

Member Avatar for coervivekmca
0
152
Member Avatar for musthafa.aj

hi! can any one suggest me tutorial site for spring security... thank you !!!!!!!!!!!!!

0
73
Member Avatar for coervivekmca

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

-1
92
Member Avatar for coervivekmca

how to find tomcat server log for godaddy.com plz tell me how to run server at godaddy.com...plz

Member Avatar for peter_budo
0
327
Member Avatar for vigneshd90

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 …

Member Avatar for vigneshd90
0
771
Member Avatar for RaniaH

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 { …

Member Avatar for RaniaH
-1
316
Member Avatar for matstars

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 …

0
116
Member Avatar for malayasthana

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> …

0
86
Member Avatar for patriDA

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 …

0
51
Member Avatar for itit

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 …

Member Avatar for itit
0
316
Member Avatar for coervivekmca

i need code to use my webcam for video chat ??plz help me ..and give me some idea

0
68
Member Avatar for jbennet

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 …

Member Avatar for jimforsyth
0
337
Member Avatar for coervivekmca
Member Avatar for peter_budo
0
69
Member Avatar for sudiyer

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 …

Member Avatar for peter_budo
0
287
Member Avatar for PrathapSingh

generics are not supported in -source 1.4 (use -source 5 or higher to enable generics) private ArrayList<UserBean> students;

Member Avatar for masijade
0
57
Member Avatar for shivarocks

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 …

Member Avatar for shivarocks
0
495
Member Avatar for raghujosh

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 …

Member Avatar for raghujosh
0
286
Member Avatar for Akshay_A

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 …

Member Avatar for brynFlew
0
81
Member Avatar for coervivekmca

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

Member Avatar for shivarocks
0
82
Member Avatar for BenzZz

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 :)

Member Avatar for peter_budo
0
133
Member Avatar for coervivekmca

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???

Member Avatar for peter_budo
0
70
Member Avatar for sasi_88

<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 …

Member Avatar for coervivekmca
0
82
Member Avatar for stephy1

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>&nbsp;</p> <form method="POST" action="Order.jsp"> <p><font color="#800000" size="5">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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> <% …

Member Avatar for masijade
0
116
Member Avatar for sureshksk

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&regards k.suresh

0
52
Member Avatar for coervivekmca
Member Avatar for coervivekmca
0
72
Member Avatar for stephy1

Is there anything like that links should be given inside(outside) the <form></form> tags. Can form tag be left without any action?

Member Avatar for masijade
0
306
Member Avatar for LianaN

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/, …

Member Avatar for pushkar honey
0
122

The End.