3,760 Topics

Member Avatar for
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
75
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
176
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
178
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
40
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
57
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
60
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
567
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
71
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
103
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
19
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
959
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
94
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
98
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
116
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
109
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
78
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
99
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
67
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
62
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
28
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
60
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
74
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
751
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
53
Member Avatar for bagya1985
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 DangerDev
0
83

The End.