3,760 Topics

Member Avatar for
Member Avatar for amar4java

Hi everyone im new to this forum and this is myfirst post so excuse me for any mistakes Im doing a final year project on banking i want help to move further basically im designed a jsp webpage in which the form has a selecttio list or drop down list …

Member Avatar for javaAddict
0
64
Member Avatar for rlaknar

I am trying to develop pages in JSP for e-mail.I have created login page and other pages.Now after the user authentication is finished and I need to send the user name to retrieve mails.I heard sessions can be used.I don't know anything about session creation and passing attributes of a …

Member Avatar for verruckt24
0
92
Member Avatar for ba50339

Hi, experts: How to assign a value to each choice in a checkbox, e.g. checkbox:apple;banana;pear. After I checked apple and pear, I can assign them values 1 and 3.Then these two values are sent to another jsp page, so that I can use the values in the new jsp page. …

Member Avatar for almostbob
0
101
Member Avatar for siddick
Member Avatar for jaiprakash15

Dear Friends, I am working on a project where i have a JSP page(ex1.jsp) and in that JSP page i have 2 frames((ex2.jsp on top) and (ex3.jsp in bottom))...When ex1.jsp is called..it has to load ex2.jsp frame and ex3.jsp by passing some paramenters to it.. Please see the code.. [code] …

Member Avatar for jaiprakash15
0
453
Member Avatar for javaxprogrammer

Hi, I am new here. I have to display the images dynamically reading from a database. I have no problem displaying images. When i try to reduce the width in img tag then it is slowly rendering it. How to overcome this. [icode]<img src="image.jsp?imgID=112" width="150" heigth="130" border="0">[/icode] I am also …

0
52
Member Avatar for ashish1nov

Hi Expert i m new in jasp . i want to show name text after click on button which will be feed in text box . thanks ashish [code=JSP]<%@ page contentType="text/html; charset=UTF-8" session="true" buffer="16kb" autoFlush="true" isErrorPage="false" isThreadSafe="true" info="Directive page demo" import="java.util.Date"%> <html> <head> <title>Directive page demo</title> </head> <body> This is …

0
39
Member Avatar for njabs

Hi good people! Please help me out, i have an intranet running in my PC that means my PC is a local server. when user try to access the intranet it give them this error:- "HTTP Status 500 - type Exception report message description The server encountered an internal error …

Member Avatar for stephen84s
0
132
Member Avatar for JLNY

Hi, I have a JSP form (test.jsp) for my users to upload a file, and another JSP file (testHelper.jsp) to work in the background, both JSP's are under the same directory ([url]http://www.domain.com:8080/AppName/)[/url]. After work is done, I send users back to the form (with parameters to determine which status message …

0
38
Member Avatar for himanjim

Hi, I'm new to jsp I'm writing a java code of simple chat application that consists of an applet on client side and a java server page on server side. My applet is fine but the jsp code shows unusual errors and in most of the cases the browser simply …

Member Avatar for hardikjobalia
0
729
Member Avatar for pmend

hi how to dishplay data from mysql to jsp page give me code or any hints. thanks.

Member Avatar for peter_budo
0
29
Member Avatar for ppp83

During first loading of jsp, i want to iterate through the content of an arraylist and have it display inside a table of jsp page. But i want to use the jsp tag, instead of the struts logic tag, is there a way to do that? And how to invoke …

1
60
Member Avatar for nishantdaniweb

Hi All I am creating a url for a file, which is uploaded in content management server, in the jsp page and from this jsp, I am opening a new window for this file to show the content to the user. My problem is, I want to hide the url …

Member Avatar for stephen84s
0
2K
Member Avatar for gpittingale

Hello everyone, I am fairly new to java so plese bear with me, here is my question: i made a query to a sql database in a jsp page, what i would like to do is is import the result set into java so i can do some math with …

Member Avatar for peter_budo
0
102
Member Avatar for men

hi how to solve this eroor ____________________________________________ Class.forName("com.mysql.jdbc.Driver").newInstance(); ___________________________________________________ this is my code ------------------------------------------------------------------------------------ [code=jsp]<%@ page import="java.sql.*" %> <%@ page import="java.io.*" %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" > <HTML> <HEAD> </HEAD> <BODY bgcolor="#ffffcc"> <FORM action="p.jsp" method="get" name="f1"> <TABLE style="background-color: #ECE5B6;" WIDTH="30%" > <TR> <TH width="50%">Name</TH> <TD width="50%"><INPUT …

Member Avatar for peter_budo
0
1K
Member Avatar for hinasaeedali

Respected, There is problem in making the shopping cart.But only by using the jsp not other languages. And database is designed by using M.S.Access

Member Avatar for nishantdaniweb
0
115
Member Avatar for jaiprakash15

Hi. I would like to know if there is a way to change the language only inside a textboxin a JSP page. For examble i would like to press a button in keyboard and the user can insert hindi characters inside the current textbox Thanks and Regards, Jayaprakash.

0
82
Member Avatar for blossoms

Hi all. can u suggest me a way to insert values stored in a html table into oracle database using JSP code?Any help would be worthy..

Member Avatar for javaAddict
0
63
Member Avatar for rdhiravani

Hi, I have web app deployed on weblogic 9.2. There are several reports, each having a input jsp, a output jsp, a java support bean and a export page to export output generated to excel file. The user feeds input through input jsp. The output jsp reads ip parameters & …

Member Avatar for rdhiravani
0
115
Member Avatar for vishalsnc

Can anybody pls tell me how one servlet can conrtrol different functions..like if user clicks on login then the servlet should be redirected to exectute login code, if clicks on add then respected page should be called and executed..

Member Avatar for peter_budo
0
70
Member Avatar for h3xc0de

I am trying to implement a live support chat application where users can chat with customer service for support or general information. I'm having problems trying to figure out how to go about implementing it. I was thinking the best way would to be to use servlets to pass the …

0
70
Member Avatar for darshan25

Hi all, i start to work on chat utility on my company email application product. here i populate able to populate chat grid like gmail in my mail application product. in which two text area , here i able to submit chat text whatever user has entered, right now i …

0
73
Member Avatar for vvab

Hi, I am looking for a source code formatting tool that can format jsps and can be integrated with eclipse 3.3.x. Does not matter if it is a freeware or shareware. Have searched all over the web but have not found one that fulfills the purpose so far. There is …

Member Avatar for vvab
0
160
Member Avatar for nonereally

Hi Guy, I'm having problems accessing some attribute values stored in DOM. I have an application form....on page 2, I use some javascript on page 2, where the user can add a number of accounts, and in a section below the add account, it displays the accounts in real time. …

Member Avatar for stephen84s
0
74
Member Avatar for jaiprakash15

Dear friends.. I working on a Project..here i have to let the user to type in respective languages(hindi,tamil,kannada etc...) I have done this by passing the user input to a javascript file.. but current due to some changes..i need to change that.. I have to do that in some other …

0
71
Member Avatar for gpittingale

I have called some numbers from a mysql database, they come out like this: [CODE]${parish.TotalHouseholds}[/CODE] Now what i would like to do is take the TotalHouseholds and TIMES it by 21.33% and display the answer in a separate cell and i was wondering if anybody could give me a plain …

Member Avatar for gpittingale
0
79
Member Avatar for prasanna_godugu

Hi All In my application attachments will store as BLOB in the database, when a person receive the mail how to view the attachment with out download it just like yahoo mail there are 2 links 1) View Attachment , 2) Download Attachment, i want similar functionality please some body …

Member Avatar for crunchie
0
87
Member Avatar for kirti19tanwar
Member Avatar for surya_anand00

hi, I want to call the .jrxml while which is jasper report file from the jsp. also i want to know how the pass runtime query to the report file.

0
57
Member Avatar for elangobala

Hi i m developing jsp application. In my system the screen resolution s 1024*768 pixels.It will shows the web page properly.While viewing the same page in my friends room his system resolution s 800*600 pixels it will be of in different form of shape and nature.How to make the page …

Member Avatar for peter_budo
0
116

The End.