3,760 Topics

Member Avatar for
Member Avatar for hooimeinwong

Why i update one row of my data but end up it update all my data. For eg i update User : a to User: ab End with all User : ab

Member Avatar for masijade
0
30
Member Avatar for manikandan_dani

hi, I am developing one application for upload and download the files using applet and servlet. My problem is, when i upload the files from client to server is working. but when i download the uploaded file from server to client, o byte only download.. once refresh the server, file …

0
62
Member Avatar for naash

Help ! I am new to jsp. I am writing the part of my code. It has 4 textbox fields - Name, Module, Module, Contact no. In my code 4 rows are created each having the 4 fields. What I want is that after user comes to the 2nd row, …

Member Avatar for peter_budo
0
79
Member Avatar for pradeep2002gs

Dear all, i'm facing a prob for past few days that my servlets classes are not referenced properly in glass fish server . i downloaded a project from sourceforge.net named Javalibrary [url]http://sourceforge.net/projects/javalibrary/[/url] i imported all the files and all files working properly in netbeans i mean i can run the …

Member Avatar for jwenting
0
107
Member Avatar for jbason

Hi all, I have been trying to find this out for 4 days straight, doing all types of research and yet I cannot find it, although it seems like one of the most fundamental things I can think of. I am new to jsps and servlets but not new to …

0
46
Member Avatar for magix

Hello everyone, My aim is to include content dynamically in JSP but I have no means to tests and I don't know JSP. My code is already working in PHP and I would simply need some help to convert it to JSP... My PHP code is : [CODE] echo file_get_contents("http://www.myserver.com/newsletter/?action=detailnewsextern&profil=CocaCola&extern=1&inter_lang=fr&limit=3&".$_SERVER["QUERY_STRING"]); …

Member Avatar for magix
0
43
Member Avatar for shah_dolly1985

[code]<% String user=request.getParameter("LedgerName"); ResultSet rs=st.executeQuery("SELECT RoomMasterID,RoomNo FROM RoomMaster AS RM, LedgerMaster AS LM WHERE RM.LedgerID = LM.LedgerID AND LedgerName = '" & Me.datRoomType.SelectedItem.Text & "' AND RM.Status <> 'NO' AND RoomMasterID NOT IN (SELECT DISTINCT RoomMasterID FROM BookingMaster WHERE ' " & Me.datarrivaldate.AmericanDate & " 'BETWEEN FromDate AND ToDate) AND …

Member Avatar for javaAddict
0
84
Member Avatar for gabib3b

Hi everyone , I have huge problem I developed a jsp project which work great on tomcat on windows through eclipse but when I run it on linux tomcat I get error symbol can not be found that means the compiler does not recognize my class when I use it …

Member Avatar for masijade
0
130
Member Avatar for shiv0013

i want to create a poll/vote for my website..... the users should have registered. i want a user to vote only once. should i store their username in the database. if so how can i do it effectively? i am using db2.

Member Avatar for peter_budo
0
45
Member Avatar for nikhilmohan

can anyone help me to backup/restore my database file by using jsp code??? im using postgres sql... please its urgnt..tnx in adv. i am using fedora 11 i got this code from an article. but i know it will not wrk.. pls help me if any one hav any idea. …

Member Avatar for jwenting
0
207
Member Avatar for vij123

i have a Jsp page. in this Jsp page having some links. i want when i click to link of result some data should be display. but it does not displaying. please check the below code. Indus.jsp [CODE] <html> <head> <title>Indus Public School</title> </head> <body> <div align="center"><font size="+3"> Indus Public …

Member Avatar for vij123
0
117
Member Avatar for vij123

I have two Jsp pages named bestschool.jsp and schoolnames.jsp. I am calling schoolnames.jsp from bestschool.jsp. I want when I click the link on INDUS School. It can show all concerning link of INDUS School links like profile, result, facility etc. in the same place instead of other naming school links. …

Member Avatar for vij123
0
190
Member Avatar for karthickj25

hi i am new to jsp, i need to create a jsp page that has list All, Add, Delete, Update button, the page should display all the records from the database when list All button is clicked and adds new record when add button is clicked and so on, is …

Member Avatar for musthafa.aj
0
139
Member Avatar for maverick_ymca

Hi, Here at my organization we'd been using an app which worked perfectly fine on the current 5.5 tomcat. But now we wished to upgrade our server to version 6.0 . The problem is that the application almost refuses to start up. I had this web.xml modified to comment out …

Member Avatar for ~s.o.s~
0
93
Member Avatar for vinothkumarrvk

:S Friends. I want an table with one row of height 200px and another row with relative height of the table or expandable height in JSP page. Is it possible to create like it? I want an solution. I am badly in need of help. Thanks in Advance.

Member Avatar for masijade
0
150
Member Avatar for NinadNagwekar

please help me out as im currently working upon an Academic level project of Web-Based Discussion Board and i need help in retrieving data from database in JSP

Member Avatar for peter_budo
0
38
Member Avatar for mayu

Hello, i have one problem in retrieving updated data from textbox which in in iterate tag. this code is in jsp page which is part of table: [CODE] <logic:present name="effortForm" property="activity" > <bean:size id="size" name="effortForm" property="activity" /> <logic:greaterThan name="size" value="0"> <logic:iterate id="result" name="effortForm" property="activity"> <tr> <td align="left"> &nbsp; <bean:write name="result" …

0
62
Member Avatar for maverick_ymca

Hi, Thanks for such valuable inputs all you guys contribute here. This is my second request for assistance here, I'd appreciate any assistance. I developed an application which queries a webservice to get back data in form of XML. The webservice has a restriction on its usage in daytime, that …

0
87
Member Avatar for celyst

I am having an issue with creating some JSP pages. I have a few pages (Home, About Us, Contact Us) done up in JSP, and I also have the ability to login to this site using a username and password. What I want to achieve is to allow visitors to …

Member Avatar for celyst
0
529
Member Avatar for Robot1199

i am new to java programming and not good enough. we are required to make one class which creates and manages connection to database instead of all my servlet. i cud come up wtih the following code. please assist in what i have done wrong .thanks My connection file. [CODE]/** …

Member Avatar for javaAddict
0
118
Member Avatar for kishore.nath07

hi, any one plz tell me how to connect oracle database with the help of struts . i am begginner in struts. thank u

0
55
Member Avatar for nonhlah

Hey this is the error im getting "SEVERE: Shutting down v3 due to startup exception : Address already in use: 8080=com.sun.enterprise.v3.services.impl.monitor.MonitorableSelectorHandler@1a683e6"" Do you have any Idea how I can solve it?

Member Avatar for masijade
0
62
Member Avatar for jothibasu

below coding is used for print date currennt date and time from your pc [code=Java]import java.text.SimpleDateFormat; import java.util.Date; public class dateformate { public static void main (String args[]) { Date date = new Date(); System.out.println("today date "+date); } }[/code]

Member Avatar for jothibasu
0
60
Member Avatar for vsaransweety

Hi I'm developing an application using jsp.In that i want to upload a file and insert the datas from that into database. I'm using file type input box to upload file. Its working fine in IE,but getting problem while running in Firefox 3.Bcoz of the security purpose,I cant get the …

Member Avatar for vsaransweety
0
90
Member Avatar for puk

Hi, I have a form linked to a servlet that uploads files. I would like the name of the file that has been uploaded to be displayed next to the <h3>line once it has been processed. I have no problems linking the servlet to the form or uploading the file. …

Member Avatar for stultuske
0
58
Member Avatar for adi00

hello i install mysql , jdk and tomcat. when i run java file it give message that no database connection available . where to put mysql connector and how to set class path in environment variable . plz help me

Member Avatar for dangari
0
113
Member Avatar for anfeerpt
Member Avatar for sharathk60

this is my code where i am putting values to the checkbox value by getstring i getting problem when displaying the value of checkbox value which displays"Undefined" please give some solution. where i want to get the value of my checkbox which i have been selected

Member Avatar for jwenting
0
247
Member Avatar for -_-

how can i write a email function using jsp which have reply, forward, address book function like yahoo email function.

Member Avatar for jwenting
0
60
Member Avatar for jresh_101

\n is within a string... String str = request.getParameter("textfieldvalue"); I want to display the value of str to other pages..using this link below. window.open("page.jsp?param=<%=str%>") ....the problem is that the window is not opening due the str has \n. How to read \n in a string?

Member Avatar for toughlittleone
0
205

The End.