4,248 Topics

Member Avatar for
Member Avatar for Alex_

How can this be... Another odd thing is that the error appears on the page but no trace in console This is my code [code=java] package actions; import com.opensymphony.xwork2.ActionSupport; import logic.*; import logic.organizations.Project; public class CreateProjectAction extends ActionSupport{ private Project project =null; private String message = "NULL"; public void setProject(Project …

Member Avatar for peter_budo
0
649
Member Avatar for annttiigs

Hi, I have a jsp page running under jboss 4.2.2 server. The structure for the page is like : include head ( head is written on another page, like masterpage in aspx. ) <body> ( codded in main page ) include foot ( foot is also written in another page. …

Member Avatar for javaAddict
0
411
Member Avatar for yohoprashant

I was trying to build an autocomplete text box in jsp page using Jquery plugin. But i am facing problem. Whenever i was trying to display the list, it is not displaying. When i was requesting for the jsp list page from JQuery Autocomplete, System.out is working, it is giving …

Member Avatar for MIENORCO
0
678
Member Avatar for stephy1

This is my code. [CODE] <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Registration Page</title> </head> <body background= "bg8.jpg" width="1000" height="1000" alt="work1"> <form action="clientlogin.jsp"><table> <tr> <td> Company Name</td><td> <input type="text" name="cname" value="" /></td> </tr> <tr> <td> Password </td><td><input type="password" name="pwd" value="" /></td> </tr> <tr> <td>Location of company </td><td><input type="text" name="location" value="" /></td></tr> …

Member Avatar for ~s.o.s~
0
146
Member Avatar for samuelhenry

This is a database dictionary page which has two drop-down boxes. [COLOR="Red"]first [/COLOR]- for the tables in the database(it displays all the table names in the dropdown. Second - for the columns of the table selected in the previous dropdown n then on selecting the column name it should display …

Member Avatar for samuelhenry
-1
1K
Member Avatar for Hakoo

Hello all, I have created Servelets which are used by midlets and having Database in MySQL. I have deployed servelets in Apache Folder. but now question is how to setup Database? Thanking You, Hakoo S Desai.

Member Avatar for peter_budo
0
179
Member Avatar for coervivekmca

i am having error in following code else condition not working(insert other user) plz fix it and reply it [code="jsp"] <% String dcolpoid = "null"; try { Class.forName("com.mysql.jdbc.Driver").newInstance(); //182.50.131.83 182.50.131.34 String sURL = "jdbc:mysql://localhost:3306/maxcaredb2011"; String sUserName = "root"; String sPwd = "password"; Connection con1 = DriverManager.getConnection(sURL, sUserName, sPwd); out.print("connection" + …

Member Avatar for masijade
0
136
Member Avatar for coervivekmca

Does anyone know how to use "relay-hosting.secureserver.net" to send mail using jsp code .....for godaddy............ I m having access denied error on port 25...so they suggest me to use relay-hosting.secureserver.net .........i dont know how to use it to send mail..plz tell me any thing about it and send me code …

Member Avatar for masijade
0
88
Member Avatar for brynFlew

Hello, i have been stuck on this for a while and is costing me alot of time. Can somebody please help me understand why in the eclipse ide under the project properties options, J2EE Module Dependencies, when i try and work with jar files placed under the file path [COLOR="Red"]\WebContent\WEB-INF\lib[/COLOR] …

Member Avatar for ~s.o.s~
0
79
Member Avatar for Dean_Grobler

Hello there, I am trying to access Array elements in another class within my JSP and then parsing them into <select> tags. I'm getting 2 errors though stating that it cannot find the class "PopulateMainScr". Here is my PopulateMainScr class: [CODE] package ContactKeeper; import java.io.*; import java.sql.*; import java.util.*; public …

0
62
Member Avatar for Zak84

Hi Friends, I have a web app developed using JSP and running under Tomcat Apache. The application works fine but when a big load of users is logged in at the same time, some users will get other user's session (the user is also currently logged in). What can be …

Member Avatar for masijade
0
44
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
143
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
149
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
271
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
154
Member Avatar for musthafa.aj

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

0
76
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
95
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
330
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
774
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
321
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
119
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
89
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
54
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
326
Member Avatar for EddieC

[ATTACH=right]19321[/ATTACH]If you're serious about developing Android apps, there's only one platform to build and test them on, and that's the Samsung Nexus S. Why? Because first and foremost, the Nexus S runs pure Android. Not only is Samsung's Nexus S, released in December, one of the most beautiful phones on …

0
253
Member Avatar for coervivekmca

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

0
70
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
347
Member Avatar for coervivekmca
Member Avatar for peter_budo
0
72
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
291
Member Avatar for ankurmawanda

i have a html form and with a few fields i want to md5 my password field before posting it here is my code [code=java] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>Employee Payroll System NIC-APSC</title> <link rel="shortcut icon" href="images/favicon.ico"> <script language="javascript" type="text/javascript" src="md5.js"> function crypt() { document.form1.password.value = calcMD5(document.form1.password.value); } …

Member Avatar for Airshow
0
764
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
59
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
501
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
295
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
84
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
85
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
135
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
72
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
84
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
118
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
55
Member Avatar for coervivekmca
Member Avatar for coervivekmca
0
75
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
309
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
124
Member Avatar for Arsench

Hello all, I’m getting one strange error on my web. The web was developed with spring and has a tomcat pool connection configured for Oracle DB. After upload the web content into the server, when restarting the server and trying to open the web page, first time display error: [ICODE] …

Member Avatar for pushkar honey
0
97
Member Avatar for mani2
Member Avatar for BenzZz

Hello world... xD Now the bad joke's over, I'm Ben, currently halfway through my second year at university studying BSc Hons Computer Science. Thought i'd join these forums as they appear friendly and helpful to those with any IT related problems so maybe i can get some help here in …

Member Avatar for debasisdas
0
134
Member Avatar for ypks_destiny

I want a text field which should have database values....(like dropdown list) from that list i can select text which is in database... Can any one help me out its very urgent.......

Member Avatar for ypks_destiny
0
694
Member Avatar for lisaroy1

Yesterday i gave an interview and faced A QUESTION which i cant answer. How can we Compare two PDF files using JSP? Please help

Member Avatar for peter_budo
0
104
Member Avatar for ypks_destiny

I want a text field which should have database values....(like dropdown list) from that list i can select text which is in database... Can any one help me out its very urgent....... once see [url]www.justdial.com[/url] under "City" text box i want exactly like that ...i also want to match the …

Member Avatar for pritaeas
0
825
Member Avatar for samarinder

I am displaying the results by iterating the list in div tag say "results" in my case.For refining of search i am using ajax call. But when i am getting response back from this below snippet [CODE] document.getElementById("results").innerHTML=xmlHttp.responseText;[/CODE] . Its showing me content of JSP in which i am refining …

0
93

The End.