4,248 Topics

Member Avatar for
Member Avatar for rakhi4110

Hi everyone, I'm naive to javascript as well as JSP. I'm involved in a project where i need to code a web page similar to shopping cart type of thing. The user selection needs to be displayed in the same page dynamically using JavaScript and then after confirmation from the …

Member Avatar for rakhi4110
0
138
Member Avatar for bantipatel
Member Avatar for ellenski

Hi, There is something wrong with my code. I can't seem to access the database anymore not can I add new data information. I am suppose to create a registration form with username and password. Then save it to a database on MS Access. Then login using the login form. …

Member Avatar for boblarson
0
142
Member Avatar for program_vission

Is there any other way to get to next record without refreshing the current page in jsp.

Member Avatar for program_vission
0
64
Member Avatar for Raghu D

hi! In my project ,the url should not be shown to the user.I want to hide it using servlet filter. Can anyone help me ,how to achieve this task...........thank u......

Member Avatar for ~s.o.s~
0
2K
Member Avatar for anithajerome

Hi I am running an jsp application thru which the values are saved in mysql. all values are saved twice.Pls help me how to avoid that

Member Avatar for masijade
0
163
Member Avatar for ypks_destiny

I am working on Myql database and netbeans. i want to edit the table in a Jsp page and i want to place new values in it. I mean the previous data in the table must be dispalyed after that i want to edit it and replace new values ...after …

Member Avatar for ypks_destiny
0
2K
Member Avatar for Chaster

Hi all! My problem is the following: I'm using Spring MVC, and trying to use several controllers (one for each jsp). My controllers are defined in the xml like: <bean id="/login.htm" class="controllers.LoginController" /> <bean id="/menu.htm" class="controllers.MenuController" /> inside LoginController's onSubmit I do a ModelAndView("menu", ...). That is OK, the menu …

0
83
Member Avatar for sasi_88

hi i have the database like author books etc but i want to the tree lookup ->author ->books ->topics first on page load display all the authors from the databse and click the particular author display the child node of all the books written by the author. again click the …

0
60
Member Avatar for pripa

I am doing a project in jsp of creating question paper from question bank. Here we have to generate a paper based on the language like c,c++. we want to know how to generate the paper by considering two question from each area like inheritence,exception handling.the question has to be …

Member Avatar for lisaroy1
0
159
Member Avatar for brynFlew

Hello, thanks for your time. Jsp + javaBean will not run in tomcat on local host [url]http://localhost:8080/is/scannerForm/process.jsp[/url], when i run it in eclipse though my local tomcat it actually does work and i can step through the jsp page as-well as the .java pages and i can see where they …

Member Avatar for brynFlew
0
245
Member Avatar for sasi_88

hi, i have two combo boxes one for country and another for state both populated from data base dynamically. [CODE] <%@page import="java.sql.*"%> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>JSP Page</title> </head> <body> <select name="ctry"> <% String city=""; Statement pstm; ResultSet rs; try{ Class.forName("oracle.jdbc.driver.OracleDriver"); Connection connect =DriverManager.getConnection("jdbc:oracle:thin:@172.17.0.14:1521:develop","devuser","devuser"); pstm = connect.createStatement(); rs …

Member Avatar for brynFlew
0
206
Member Avatar for javanerd21

please do inspect my code please, any error? in my net bean, its show the overall of the coding was red color. here is the code : [CODE] <%-- Document : updateAssignment Created on : Jan 18, 2011, 2:09:56 PM Author : Khalid Bin Dris 2008401558 --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> …

0
131
Member Avatar for ngod23

Hi, Hope you can help, a client of mine has a site with dynamically generated URL's, I want to make the URL's SEO friendly, clean them and rewrite them as new keyword rich URL's and then redirect the old URL to the new. I am trying to carry out some …

0
65
Member Avatar for loken

I am currently working on a project (contact IS) built using openlaszlo and I am using mysql as database... I use JSP as the servlet that will handle the connection to the database and present the information to openlaszlo as XML, however when I try to add a new contact …

Member Avatar for cute_adi
0
4K
Member Avatar for cb0058385

Hi can someone plese clarify this: Should all the Persistant Message be delivered to all the Subscribers in a Topic? If yes, What happens if a Non-Durable Subscriber is down?

0
77
Member Avatar for anithajerome

Hi I need to send email thru my jsp with authentication.but i am getting an error as: Could not connect to SMTP host: localhost, port: 587; Pls if anybody know the solution,guide me

0
65
Member Avatar for EagerLearner167

I'm a student. I am trying to make simple project for online borrowing book system. Basically the flow is from Borrow.jsp (The user select which data their want to update) The UpdateBorrowBinder.java will grab the object and pass to sql then bring the result to appear in UpdateBorrow.jsp But the …

0
80
Member Avatar for javanerd21

hi guys, thanks for viewing my thread. Being in oracle for database administration is something awesome. I would like to know on how a bulk of documents in .txt file could be cluster using oracle 10g. The documents all are report which are contain Speaker Name , Report ID , …

0
91
Member Avatar for anandv1986

Dear Folks, This is anand, i m new to Tomcat5.5, i have given my directory structure i think nothing wrong with this but it is showing some error. Webapps I anand I WEB-INF, helloworld.jsp I classes,web.xml If i try to run my simple helloworld jsp program it is showing error …

Member Avatar for Qamar_DW
0
147
Member Avatar for saics

Any one help regarding this code... i used <%@include file=" "%> directive code..the code is executing well...but this include code nt working i.e it is nt executing..but simple code with include working well plz plz any one provide me the solution very soon [code=JSP]<%@ page import="java.sql.*" %> <%@ page import="java.io.*" …

Member Avatar for peter_budo
0
167
Member Avatar for Eric Cute

I have a bit of a problem here. The situation. 1. I have created a Dynamic Web Project. (good) 2. I have created a logon JSP (good) 3. I have created a css (good) 4. I have created a JS file (good) JSP, CSS are located in WebContent/WEB-INF/ JS located …

Member Avatar for peter_budo
0
888
Member Avatar for brynFlew

Hello, and thank you for youre time, I have a problem with my jsp application, when i try to get the values from the html form on the jsp page process.jsp, it sets the values of each element but then does not return them to the java page. It keeps …

Member Avatar for peter_budo
0
242
Member Avatar for konradhoppe

Hi, I am absolutely new to jsp and in general to webdesign and I designed the indexpage of my homepage. For all subsequent pages I want to use the same design, with the same frames and so on. The only thing that should change for the other page is in …

Member Avatar for konradhoppe
0
93
Member Avatar for DarkLightning7

I cant seem to find the problem with this program I am building as a learning exercise. I am getting errors referenced to extremely simple pieces of code. In the output the first thing that should be printed is the random double number that the program selects then it should …

Member Avatar for DarkLightning7
0
275
Member Avatar for manish250

hello everyone I want to implement the data grid control in my jsp page.I hv searchd a lot in google but still yet i m not clear.can anybody give me some idea or suggestion how to implement it

Member Avatar for manish250
0
364
Member Avatar for Ambislm

This is my sample application which provides result as follows: [CODE]Array Values : arr[0][0] :6 arr[0][1] :0 arr[0][2] :0 arr[1][0] :0 arr[1][1] :0 arr[1][2] :0[/CODE] am using the jQuery Highcharts: [CODE]chart = new Highcharts.Chart({ chart: { renderTo: 'container', defaultSeriesType: 'column' }, title: { text: document.chart.chartTitle.value }, series: [{ name: 'USA', …

0
84
Member Avatar for J_coder

Hi, I'm relatively new to JSP (J2EE). While I was reading I encountered the following JSP declarations. (<%!>) now is my question how does the servlet save the new value, because I thought that the container creates a new thread for every request to access the servlet. So by doing …

0
39
Member Avatar for sn4java

We are trying to load a flash file in a browser from local machine its loading only in Internet Explorer (IE) but not in other browsers. Please suggest me some solution. [code=html]<body> <object id="flowplayer" width="300" height="200" data="http://releases.flowplayer.org/swf/flowplayer-3.2.5.swf" type="application/x-shockwave-flash"> <param name="movie" value="E:/SkillMate1/video/zelda.swf" /> <param name="allowfullscreen" value="true" /> <param name="flashvars" value='config={"clip":"E:/SkillMate1/video/zelda.swf"}' /> …

0
89
Member Avatar for nitins60

Hello friends, I am working on online book store project using Java and Servlets. I am struck at desgining part. The scenario is simple anyone can come and search books but only registered customers can buy them. 1. Is it good to create multiple database connections or single connection? If …

Member Avatar for masijade
0
75
Member Avatar for raghujosh

I have about 500 items in a database (MS SQL server 2008). These individual items have some other properties stored as tables. I am trying to display these items as html links on either a JSP/HTML page. I have a page with alphabets A....Z which are html links in themselves. …

Member Avatar for raghujosh
0
142
Member Avatar for sasi_88

would like learn how to to create tree view using JSP. But I don't have any idea to work it out. Also the content of the tree is retreived from the database.

0
61
Member Avatar for Hakoo

Hello all, After very longtime I am sending thread on this. Before I used to send threads in JSP. But now I am working on J2ME. I have installed " JAVA ME SDK PLATFORM" when I run any MIDlet getting JIT error. This error is related to each PC, I …

Member Avatar for peter_budo
0
53
Member Avatar for sangram1986

[code]<?xml version="1.0" encoding="ISO-8859-1" ?> <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ page import="javax.servlet.http.*" %> <%@ page import="org.apache.commons.fileupload.*" %> <%@ page import="org.apache.commons.fileupload.disk.*" %> <%@ page import="org.apache.commons.fileupload.servlet.*" %> <%@ page import="org.apache.commons.io.output.*" %> <%@ page import="java.io.*,java.util.*,javax.mail.*"%> <%@ page import="javax.activation.*"%> <%@ page import="javax.servlet.http.*,javax.servlet.*" %> <%@ page import="javax.mail.internet.*"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" …

0
50
Member Avatar for cb0058385

Presently I am learning JMS. I have knowledge on Java, Servlets and JSP. I am bit confused whether should I learn EJB or AJAX next. Please suggest which path should I take. And tell me, does AJAX comes in line with EJB,Hibernate,Struts. Thanks in Advance.

Member Avatar for cb0058385
0
154
Member Avatar for rizwan_aman007

How can we add a control on our .jsp webpage for uploading several image files as done in gmail attachment, Where a Remove button also appears if we wanna remove the particular attachment.

Member Avatar for rakesh4java
0
90
Member Avatar for payal888

Hello everyone, I've developed this java class [CODE]public class Counter { public static int counter; public static int getCounter() { counter++; return counter; } }[/CODE] and the Jsp file is [CODE] <html> <body> The page is <% out.println(Counter.getCounter()); %> </body> </html>[/CODE] jsp file is stored in the ROOT folder and …

Member Avatar for javaAddict
0
195
Member Avatar for lse123
0
63
Member Avatar for kapilshanaz

Hi Guys, I am doing a web based jsp project. Here we primarily read an image and store it to a relative folder.This image is then called in a jsp page. The previous image is loaded instead of the recent one. I need help from you guys regarding this, So …

0
63
Member Avatar for rm_72756

Hi - I have a JSP which gets data from database via VO. Same time user also can enter some of the data which was not populated from database. Once I enter everything, hit submit- values are not set into the form bean. both input VO (data comes from DB) …

Member Avatar for peter_budo
0
40
Member Avatar for anithajerome
Member Avatar for chepelucho

Hello I have this.. I have a Scrip with name [B]MiScript.jsp[/B] and code.... [CODE]<%@ include file="Func.jsp" %> <jsp:include page="Func.jsp"/> <% String Mipath = "C:\\"; String Mifile = "File.Ext"; if(mifuncion(Mipath , Mifile )) { out.println("OK!!!"); } else{ out.println("ERROR!"); } %>[/CODE] And I have the other Script [B]Func.jsp[/B] with a Method.... [CODE]<%@ …

Member Avatar for parry_kulk
0
296
Member Avatar for mokztan

[I]Hi, I'm a intern as a web developer in a bank.. I really don't know much about this field but still im trying. I am a given a project "Service Request Monitoring System".[/I] [COLOR="Red"] IDE: Eclipse Europa Database Mgt System: Postgre SQL 9.0 Server: Tomcat 6.0[/COLOR] [B]my task now, is …

Member Avatar for peter_budo
0
242
Member Avatar for Shanti C

Hello all, I am working on a project where i save client machine path into my database. And if end user clicks download files button, then the files from ftp server have to be download in client machine directly. My application resides in web server. Please give me some suggestions …

Member Avatar for Shanti C
0
281
Member Avatar for fredrickme

Good day all please ADO, I need help.After developing my jsp,the code work fine except that it displays image link from the database instead of the image itself.I tried manipulating the blob datatype by setting (Blob bl=resultset.getBlob(n)) but it returns an error.Secondly,assuming i want the size of that image to …

Member Avatar for Shanti C
0
6K
Member Avatar for cb0058385

Hi...Could someone please tell me the best book for studying JMS? I am presently going through the " Java Message Service " by Mark Richards (O'REILLY). I can't say I am satisfied with this book.

0
132
Member Avatar for siva ganesh

how to store an image from one directory to another directory using jsp?

Member Avatar for Shanti C
0
80
Member Avatar for SarasotaTim

Hi guys...I can't seem to find this specific information online anywhere, which tells me initially that it might require a workaround...I'm a Cold Fusion developer, and have no JSP knowledge whatsoever. I've figured out how to do a redirect based on an if/then statement...the problem is, I need a page …

Member Avatar for Shanti C
0
73
Member Avatar for cool_jatish

Hello guys... I am working to module need to convert any UNICODE words/ chars that never change with font To their equivalent HTML numeric & JAVA unicode [\u****]. In the JSP the charCodeAt(i) function works but in JAVA no such utility exit ... Plz write with such an suitable example …

Member Avatar for quuba
0
194
Member Avatar for Eliza Mehta

Hi All, I have some Services which are deployed in IBM Application Server.I have a Jsp Page which displays the list of all the Services deployed on that Server.All the Services deployed come as links.My requirement is that when i Click on any of the Link of the Service, it …

0
41

The End.