3,760 Topics

Member Avatar for
Member Avatar for ishlux

Hi all, I have connected the mysql database......but if i run my jsp code, it is giving an error..........whats the main reason for this. I have gone through some cases based on database connection, in that they said we have to copy mysqlconnector.jar file in lib folder of jdk.... but …

Member Avatar for peter_budo
0
88
Member Avatar for aarya

i have experience in php but i need to persue my career in JSP. Anybody suggect the site where i get jsp freelance project. i am ready to project free also.i have very good knowledge in j2ee application(swing.struts,ejb,javabeans) and have very good knowledge in web technology.

Member Avatar for peter_budo
1
176
Member Avatar for vinaykumar1690

I recently downloaded the Eclipse(Ganymede) EE editor.I also downloaded the web application server community(WASCE 2.1) edition from IBM. I started off with a simple HelloWorld web application.i just displayed the msg in the default index.jsp page. When I deploy the application on the WASCE server the web browser is showing …

0
55
Member Avatar for ronakp25

Hi I have a requirement in my project to show a dynamic tree on the left hand side of the page and on clicking on tree node, content will be displayed on the right hand side as the main body.Also there is one submit button+ pagination support on the table …

0
56
Member Avatar for Spirate

I already have the application run on my first server... and now i want try to run this application on the backup server. I have installed the tomcat 6.0.14, sql server 2005 and jre1.5.0_12. when i try to run this application this error was come... Can somebody tell me what …

Member Avatar for masijade
0
161
Member Avatar for starboy

Hi, everybody. i want to get file name from html file input form using jsp. my codes are followed as: [CODE] <table> <tr> <td > <input type="file" id="csvfilebrowse" name="csvfilebrowse" value="" width="400px" style="width:400px; height:20px" onChange="getcsvfilename();"> <script type="text/javascript"> // <![CDATA[ function getcsvfilename() { var v_csvfileName = ''; v_csvfileName += document.getElementById('csvfilebrowse').value; getCSVFileContents(v_csvfileName); }; …

Member Avatar for peter_budo
0
156
Member Avatar for abhay1234

Hello. i wish to create a jsp page which will accept username and password from list and display a page showing the selected details when clicked on submit [code]<html> <head><title>course information form </title></head> <body> <form action="course_details.jsp" method="post"> username: <select name="username"> <option>nikhil</option> <option>avdhut</option> <option>gauri</option> </select> <select name="course"> <option>MCA</option> <option>MBA</option> <option>MCM</option> <input …

Member Avatar for javaAddict
0
133
Member Avatar for helpme!!

Hi i am trying to create a JSP class which will redirct but for some reason i keep getting an error when eneterning the correct info. i think [CODE] System.err.println("DEBUG: Query: " + selectSQL); Statement stmt = conn.createStatement(); ResultSet rs1 = stmt.executeQuery(selectSQL); while(rs1.next()) { u += rs1.getString("U"); p += rs1.getString("P"); …

Member Avatar for helpme!!
0
78
Member Avatar for feoperro

Hi, Could someone please tell me how to read from a CSV file? Also, how to update (write) to a CSV file? Thanks, -Ashton.

Member Avatar for feoperro
0
198
Member Avatar for feoperro

Hi, I was wondering how developers have stable backgrounds, with scrollable foregrounds. i.e. [URL="http://forums.devx.com/"]http://forums.devx.com/[/URL] Please could someone give a basic piece of sample code to demonstrate this. Thanks, -Ashton.

Member Avatar for feoperro
0
269
Member Avatar for vicky9

in jsp,i have "p_id","name","date" and "products"."p_id is primary key. i executed jsp page with oracle. but one thing i had no fields and submit button. pressing submit query,next page i had blank page , plese how to do it?

Member Avatar for peter_budo
0
32
Member Avatar for vicky9

products applications:in jsp, i executed entry products and i executed modify products. but How to retrive later all productshistory? for example:productshistory

Member Avatar for peter_budo
0
52
Member Avatar for helpme!!

I am trying to produce a query using a java server page which will go through all the elements in an arraylist to see if there are any matches, can anyone help? Thanks

Member Avatar for peter_budo
0
75
Member Avatar for vinithktp

Hi All, Please help me to solve this problem. I developed a web applicattion with following versions : Servlet Engine: 2.5 JSP Engine: 2.1 Server: Apache Tomcat/6.0.18 JRE Version = 1.6.0 My destination web server having following versions: Servlet Engine: 2.4 JSP Engine: 2.0 Application Server: Apache Tomcat/5.5.27 JRE Version …

Member Avatar for vinithktp
0
227
Member Avatar for rs25

Hello All, While Browsing thru some sites I visited a site [url]http://www.tattooart.pl/[/url] When you visit by links it work fine but when I delibrately omitted some text in url i can see the Directroy structure and can even access them [url]http://www.tattooart.pl/pliki/[/url] Can you People focus as how this can be …

Member Avatar for rs25
0
138
Member Avatar for Pranesh_Ashrit

I want to create a file in one of the application folder of tomcat. For.eg Assume that i have a web-app named Test, in that i want to create a file called as report which is generated based on some condition using jsp. If i give a file path as …

0
75
Member Avatar for miraj0072004

hey guys, I have a table "items" from which I need to select items using two drop down lists ,the 1 st drop down list works, the second one doesn't fetch the parameter passed, when used item_id=? <sql:param value="${param.item_Id}"/> ?? ,but when I give a value it works..... I'm using …

0
88
Member Avatar for Pranesh_Ashrit

Dear All, I have a web-application where there are two modes of operation i.e. User and Admin. I have pages index.html, user.jsp, admin.jsp in my jsp folder. The problem is the User can go to the browser and type the admin.jsp in the url and gets the admin page. I …

Member Avatar for javaAddict
0
106
Member Avatar for hardik.rajani

Hi. I am working on a HRMS system in J2EE. Here i need to verify mobile number through sms. I am reading about it from 2 days but didn't get anything except SMPP. It will take a long time for me to learn this and implement whole. I need suggestion …

Member Avatar for parry_kulk
0
134
Member Avatar for mimsc

I thought I got the class path right?? lines 89 and 94 throwing the error [code=java] <%@ page language="java" %> <%@ page import="trader.webservices.util.Utils" %> <%@ page import="java.util.ArrayList" %> <%@ page import="java.util.Vector" %> <%@ page import="java.net.URLDecoder" %> <%@ page import="trader.webservices.util.AABAHeaderFooter" %> <%@ page import="trader.webservices.data.UserDataVO" %> <%@ page import="trader.webservices.data.UserInfoDAO" %> <% RequestDispatcher …

Member Avatar for mimsc
0
576
Member Avatar for ceyesuma

The name of this question is jsf_book_recommendation Hello and Thank you in advance for any assistance. [B] System info: [/B] I use Netbeans,MySQL,glassfish [B] The Purpose of this post is: [/B] To see if any one has a good recommendation for a book to study JSF web app building. Preferably …

0
71
Member Avatar for rajeshmoyra

Hi, I felt trouble to solve the problem last few days.When I loguot as an user from an account the "Backward option is activated" by which with out giving password another user can enter the last Logout page which I don't desired. I follow Session object in jsp tags for …

Member Avatar for masijade
0
127
Member Avatar for redmaverick

I tried and succeeded in pulling out the info from the ms access database tables. But I am not able to pull out the images. They are in the text form. Is there any way to overcome this this is my code: [code] <html> <body> <%@ page import="java.sql.*,java.awt.Image" %> <% …

Member Avatar for ~s.o.s~
0
94
Member Avatar for panagos

Hello, i have to do a project that presents a form with 3 text fields like this [img]http://i47.tinypic.com/1jsw44.jpg[/img] type 2 numbers and then the symbol(+,/,*,-) and do the appropriate action. I am using [B][U]Tomcat 6.0.[/U][/B] I've done so far: [B][U]#[COLOR="Red"]simple.html[/COLOR][/U][/B] [CODE]<html> <body> <form method="post" action="simple.jsp"> Number_1<br> <input type="text" name="value1"><p> Number_2<br> …

Member Avatar for panagos
0
133
Member Avatar for Pranesh_Ashrit

I have used crypto class of javax to encrypt and decrypt the string. It works fine for few cases but for few it returns null. I am not getting the exact reason for this. kindly guide me. Here is my code[CODE]public String decrypt(String str) { try { // Decode base64 …

Member Avatar for masijade
-1
82
Member Avatar for saikatroy1985

As i am new to jsp, i need a solution for to connect login page with the database which is having username and password.

Member Avatar for peter_budo
1
97
Member Avatar for saurabhjj

hi, I have written my first pom.xml and on making a build it says, u are using java 1.3 you need 5 or above. I only have 1.6 installed in my system, Can anyone please help me, please tell me where do I need to check, I have checked all …

Member Avatar for peter_budo
0
30
Member Avatar for jainshammi
Member Avatar for Thirusha
-1
50
Member Avatar for jamojo

Hello everyone, I created a Java Class that retrieves files in a specific local drive\folder. Then I was able to retrieve it from the JSP page. Can I ask what is the best approach to create a JSP recordset paging (previous, next, page 1,2,3...) without using the database? For example, …

0
79
Member Avatar for sachinarora

hi, i have seen a code through some body on this site and apply it , it was working correctly but it no not on the site know can anyone please tell me the code of it ,the code was about 60 lines long

Member Avatar for kvprajapati
0
95

The End.