4,248 Topics

Member Avatar for
Member Avatar for rakesh.mk

Hi I am trying get user info from the database into the textbox when i select Usename Which is stored in the drop down. so could any help how to get all usernames into dropdown and when i select any usenames i should get all details into the text box.........please …

Member Avatar for peter_budo
0
157
Member Avatar for chicago1985

I have a Form input field in my JSP:[code] <input name="nickname" type="text" value="<%= NameClass.getInfo() %>" /> [/code] How do I make sure this data is escaped correctly to be able to show quotes and apostrophes. I tried slash in front [b](name=\"nickname\")[/b] and it didnt work. I dont have JSF,Struts, JSTL, …

Member Avatar for javaAddict
0
90
Member Avatar for shijunair

I am facing problem while retrieving values from the jsp page. my database structure is as follows: ----------------------------------------------------------------------- m_emp_no|from_date|to_date|approver|status| ________________________________________ 1002 | 22/9/2008 | 23/9/2008|1003 |pending 1004 | 29/9/2008 | 30/9/2008|1003 |pending 2044 | 15/9/2008 | 16/9/2008|3076 |pending -------------------------------------------------------------------------- I am retrieving values from database properly using the following sql …

Member Avatar for shijunair
0
239
Member Avatar for mantoo

I have a form in jsp and if someone enters special character (like single quote ') in text field (ex L'orel) and submit, it gives a error. I know this is a special character conflict, but how can I override special characters by submitting a form through JAVA. Is there …

Member Avatar for mantoo
0
117
Member Avatar for ajay.psd

i want to export list of DATA from my JSP page(code) to a pdf file... plz.. give me idea about it or sme example code in jsp that exports list of data from jsp page to pdf file.... thanks

Member Avatar for peter_budo
-1
97
Member Avatar for Symbi

I am designing a web application For running Automated test.I record the flow of an application (say yahoo.com) using Selenium IDE and exporting the test suite to java.So now i have a file For example login.java.The application i am creating is like i will have a browse button.i will browse …

Member Avatar for ankigupt
0
99
Member Avatar for jvvfci

Here is the log from my main system. I have no idea, but it seems longer than the others here. Any advice? Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 8:01:58 AM, on 9/26/2008 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16705) Boot mode: Normal Running …

Member Avatar for gerbil
0
199
Member Avatar for samurai83

How to create this table : Yellow Balloons [INDENT] [/INDENT]Cat Red Apple [INDENT][/INDENT]House Blue Jeans [INDENT][/INDENT]Tie Instead of this kind of table: Yellow Balloons Yellow Cat Red Apple Red House Blue Jeans Blue Tie

Member Avatar for peter_budo
0
28
Member Avatar for TheProfessional

I've created a jsp that will download a file for the user when its loaded. When this file is downloaded and opened, the end of the file contains this funny character - [B]ÿ[/B] Does any one have any idea how to remove this character or prevent this from happening. Here's …

0
54
Member Avatar for avsparmar

Hi, i am building a web chatting app. for mobiles. can anyone help me that how to get mobile no. when user submit the form. or when user request. I want to keep in record that page is opened on which mobile number. I have come to know that mobile …

0
45
Member Avatar for cybernaut09

I have a jsp page to take input from user and want to store values in database with the confirmation message on the same jsp page . But I already have stored an array list in session during processing of other pages of other modules of my project . Now …

Member Avatar for peter_budo
0
94
Member Avatar for cybernaut09

I read jsp tutorial by peter_budo on database connectivity using MVC model in jsp then I tried to create a registration page but I have errors on my page . Please help me correct them. I here have 1. registration.jsp - as interface for taking input 2. RegisterServlet.java - as …

Member Avatar for peter_budo
0
2K
Member Avatar for subhra_mca
Member Avatar for comsec

I have a collections to be populated in a JSP combo box. Now suppose there is a different page for each user which displays user specific values in a combo box in that page. The combobox should display the value from the collection specific to the user. But my combo …

Member Avatar for peter_budo
0
627
Member Avatar for vinithktp

Hi All, Iam new to Connection Pooling in Java. I need to create connection pooling for my MySQL Database with JSP using Bean Class. Please help me.. Thanks in advance. -- Vinikz

0
58
Member Avatar for sargarpramod

Hi guys i have started with JSP and i have following query regarding JSTL If i have Checkbox on JSP Page how can i get all the elements which are checked using JSTL

0
54
Member Avatar for suganth

[COLOR=red][B]Please help me how to check whether the username,password entered in the login page is validor exists in the database User name,Password fields[/COLOR][/B]

Member Avatar for peter_budo
0
156
Member Avatar for tanha

Hi. I am using windows, and NetBeans version 6.1 I create a JSP project: and then I create an index.jsp in web folder and then I created a LoginAuthentication class in a package named connection. BUT I dont know why when I click the singin button of the index.jsp, an …

Member Avatar for Ravindra_Nikam
0
121
Member Avatar for Gaffer

Hi all, I'm very new in this area and I'm looking for some help. What I eventually want to do is upload a file from my java application to a server, for the moment I've installed Apache on my local machine for development/testing. The way I see this working (please …

Member Avatar for stephen84s
0
78
Member Avatar for aarya

i am learning jsp so i wanted to know any body offer free jsp web hosting? thanks

Member Avatar for stephen84s
0
1K
Member Avatar for Dolly-Sweety

[code] <table width="703" height="474" border="0" align="center" bgcolor="#FFFFFF"> <tr> <td align="center" width="647" height="470"> <form name="form1" method="post"> <table align="center" width="606" border="0"> <tr> <td width="144"> <input name="R2" type="radio" value="radiobutton" /><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2">To All User</font></b> </td> <td width="235"> <input name="R2" type="radio" value="radiobutton" /><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2">All at Particular Level</font></b> …

Member Avatar for haoyou2008
0
1K
Member Avatar for dreamer14

[code=jsp]<%@ page import="java.lang.,java.util.,javax.mail.,javax.mail.internet., javax.activation.*" %> <% String p_to = "abc@hotmail.com"; // Please fill in your email here String p_from = "abcd@yahoo.com.sg"; // Please fill in receipient’s email here String p_subject = "Testing"; String p_message = "This is a test email"; String l_host = "smtp.mail.yahoo.com.sg"; // Gets the System properties Properties …

Member Avatar for peter_budo
0
179
Member Avatar for harz_crazystud

[code=Java]protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setContentType("text/html;charset=UTF-8"); String name = request.getParameter("name").toString(); ArrayList a = new ArrayList(); int y =a.size(); Connection con = null; String url = "jdbc:mysql://localhost:3306/"; String db = "test"; String driver = "com.mysql.jdbc.Driver"; String user = "root"; String pass = null; try{ Class.forName(driver).newInstance(); con …

Member Avatar for peter_budo
0
191
Member Avatar for Aahzmandius

Hi, I was wondering if anyoune could give me some code example for this situation: I have XML parser, which accepts java.io.file data structure. I need to upload XML file and made it into file structure so i can parse it by written method or upload file into MySQL database. …

0
43
Member Avatar for somachaganti

Hi all, My name is Soma Chaganti. I have been a developer for the past 25 years. I am working on a new project that uses Java, JSP, EJB etc.. Since I am not very experienced in this area, I signed up here in order to get some help from …

Member Avatar for sittas87
0
15
Member Avatar for andr3a

Hey Guys Can anyone help me with JavaBeans The error says my Bean cannot be resolved to type. Any solutions? Thanks in advance

Member Avatar for jwenting
0
60
Member Avatar for dhanshree

I am doing an examination form generating system. Here all the students can login to the page and see their exam form. I want to automatically e-mail to the student about the details of the last date of exam form, etc. How can i do this? If possible please give …

Member Avatar for stephen84s
0
64
Member Avatar for jspbeginner

hi guys need some help im doing a website with database support. ive already created the html page with css styling ...with the normal layout wit div tags and rollovers and stuff... I need to make it a jsp page but when i copied the html as it is to …

Member Avatar for stephen84s
0
582
Member Avatar for senthil12345

hi, i have a problem while reloading the apllet with SwingWorker. it works fine in first time, if i reload with the same browser means the Applet window is opened but if i clicking the Download Button means it shows an Exception like "illegalThreadStateException" and it wont perform the copying …

0
60
Member Avatar for dc_24l

Hi, i want to get a the value from a dropdown list i.e my dropdown list values are a b c i want to get b and put it in a textbox. anyone have an idea? thanks.

Member Avatar for stephen84s
0
73
Member Avatar for sendnote

Hi, I am new to JSP and am trying to do this. I am trying to search a table for data using the form entered data, display it to screen, allow user to change it. And this should update the new values in the table and write the old values …

Member Avatar for stephen84s
0
105
Member Avatar for versatileashish

hii. i wanna know how to send an email through my jsp page.Anyone plz help me.

Member Avatar for masijade
0
22
Member Avatar for Robtyketto

Greetings, Within my jsp I have HTML code (see below) which accepts input, one of these fields sequence unlike the others is an Integer and within the HTML FORM the INPUT TYPE is set to "int". [CODE]<FORM ACTION="wk465682AddFAQ.jsp" METHOD="POST"> Id: <INPUT TYPE=TEXT NAME=Id><BR><BR> Category: <INPUT TYPE=TEXT NAME=category><BR><BR> Question<BR><TEXTAREA NAME=question COLS=100 …

Member Avatar for haoyou2008
0
2K
Member Avatar for hellofriend

hi, :p i am trying to achieve a registration page in JSP. i am using tag library to do this. c tag library and Sql tag library. [CODE] <%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <c:if test="${param.submitted}"> <c:if test="${empty param.name}" var="noname" /> <c:if test="${empty param.pw}" var="nopw" /> …

Member Avatar for haoyou2008
0
983
Member Avatar for suja26

Hi, I have two frames in a window and , left frame (left side menu) has jsp page with buttons and select box and right frame will be loaded with different jsps depending on the button clicked on the left frame. The request parameters like select options of select box …

0
97
Member Avatar for sach_ak47

hi , actully i have read filters in servlet. but i didnt understand , the actual working of filters ( in practicle environment). i want to know that , when i am sending request to server and i am using filter before request went to server. so that process is …

Member Avatar for ~s.o.s~
0
102
Member Avatar for shweta797

Dear Sir I want to develop an application that will get the current market price of the stock using jsp.

Member Avatar for jwenting
0
120
Member Avatar for kszpirak

I am looking for someone to help with a project, skill set required : JAVA viz. J2EE, JSP, Servlets, EJB, JDBC , J2ME, Web Services . If you have domain knowledge on IPTV or Video on Demand type of applications if will help. Middleware development is the major requirement for …

Member Avatar for stephen84s
0
112
Member Avatar for kiransarv

Can any one help me out in creating sessions for each request in java servlets so that until one request completes no other requests will be processed.....

Member Avatar for stephen84s
0
80
Member Avatar for subscribeid

Hello, i have created a HTML table dynamically using javascript and JSP, i have to store the values inside the table to database. Thanks in advance. Ananth

Member Avatar for peter_budo
0
1K
Member Avatar for sathee_rose

Hi All, Im having one problem in the multibyte character support im using GB18030 encoding in my application. Im using Weblogic sever. the configuration that i did so far is 1. Web.xml - Configured the GB18030 encoding 2. weblogic.xml - Configured the GB18030 encoding 3. ActionServlet.java - added GB18030 encoding …

0
102
Member Avatar for prithish

Hello Everyone, I've created a jasper report in pdf format , and it is getting stored in the dir, can anyone tell me how to read that pdf from jsp and to display in that...cond:i cannot make the report from jsp.i have to read that from the dir(d:/reports into report.jsp)..........................Thanks

Member Avatar for prithish
0
70
Member Avatar for pthinakaran

Hai to all i want to program to send email automatically. How can do tell me all step plz.. Thanks in advance

Member Avatar for jwenting
0
65
Member Avatar for versatileashish

can anyone plz help me out?i want to send email through my jsp page.i had used the SmtpClient class but it's not working..

Member Avatar for jwenting
0
32
Member Avatar for chiya2vas

hi , i am a beginner in jsp, can any one help me how to send the radio button values in to db i used radio button as <input type ="radio" name="status" value ="single" checked> and onother is <input type ="radio value ="married" name ="status"/> how can i pass these …

Member Avatar for peter_budo
0
64
Member Avatar for kevinpeterson22

Hi I am new to java and j2ee Can anyone send me the code for to-do list creation in java swings and mysql DB i want to create a to-do list in jsp . and i feel that if i modify the code from java swings to jsp then i …

Member Avatar for javaAddict
-2
305
Member Avatar for waaliban

Hello friends, I want to write a javascript to list of all files in a folder including files in the subfolders. This is for the scorm purpose to list all the files. some examples are listing files but not listing the files inside the subdirectories. I want the file's full …

Member Avatar for mahlerfive
0
77
Member Avatar for kohuke

This is the error what i get when i try to run my project: [CODE]Local Exception Stack: Exception [TOPLINK-4002] (Oracle TopLink Essentials - 2.0.1 (Build b04-fcs (04/11/2008))): oracle.toplink.essentials.exceptions.DatabaseException Internal Exception: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/varad1 Error Code: 0 at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:305) at oracle.toplink.essentials.sessions.DefaultConnector.connect(DefaultConnector.java:102) at oracle.toplink.essentials.sessions.DatasourceLogin.connectToDatasource (DatasourceLogin.java:184) at oracle.toplink.essentials.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource (DatabaseSessionImpl.java:582) …

Member Avatar for kohuke
0
757
Member Avatar for vonapartis

hello!!im new in jsp and i want your help...i am making a site for e-betting,so i'm trying to make the code where the client is betting and site is making the multiplication with the amount that client is betting and thn write it to mySQL database...can anyone help me?im very …

Member Avatar for jwenting
0
56
Member Avatar for bagya1985

The End.