3,747 Topics

Member Avatar for
Member Avatar for zorro3692

Hi, I have a web application employing a servlet that processes database requests from user input params and forwards the total count of the resultset to my display jsp using request.setAttribute(...). I retrieve the value of total count in my display jsp using request.getAttribut(...) and the value returns correctly. However, …

Member Avatar for zorro3692
0
125
Member Avatar for danale

Hello, I am new to JSP. I would like to learn how to create a JSF application that has a table within and the user can add items to the table , update existing items or remove items. I am working with an Oracle database. I will be happy to …

Member Avatar for ~s.o.s~
0
71
Member Avatar for kohuke

Hi. Me again. I have searched google and found no good tutorials to help me. I'm using "Glassfish v2", "Mysql v5" and "NetBeans 6.5 beta". ***I have to make a seach jsp page that searches by different parameters stuff from database - meaning from one parameter to several. [LIST=1] [*]Which …

Member Avatar for peter_budo
0
164
Member Avatar for chathuradd

I'm developing an online web based system for my 3rd year project using JSP & Servlets. I have a database table which includes details of the applicants..and I want to display the information of each applicant page by page. That mean only a single person's details is displayed on the …

Member Avatar for stephen84s
0
101
Member Avatar for anonymous_cutie

we have this assignment to make a webpage where the user can add/insert/delete /save data to a database. the program is already finished and i had it up and running perfectly. like, all the functions work. but when i transfered it to another computer, it would not display any data …

Member Avatar for anonymous_cutie
0
114
Member Avatar for peter_budo

After spending some time on JSP section of this forum as many before me, I come to the conclusion that we are in need of "proper" tutorial on this topic. This tutorial is not intended to teach you everything from top to bottom, it is just a starting point to …

16
7K
Member Avatar for guhanraja

i hav decided to do a chat program using jsp. please help me with proper guidance and if any old chat programs using jsp, send it to me my emailid: <EMAIL SNIPPED>

0
29
Member Avatar for kohuke

Hi, Well to start od i decided to learn how to create jsp pages and finally finish my project. So i used the netbeans tutorial for making jsp pages. The sample worked fine, but when i wanted ti retrieve information from my own database it do not work like it …

Member Avatar for kohuke
0
137
Member Avatar for Thirusha

Hi I am trying to remove a session attribute from my app, currently i use the jstl tag remove to remove the attribute, this works in firefox when the browser is refreshed, but not in IE, so i then decided to use the session.removeAttribute method in a servlet that gets …

Member Avatar for Thirusha
0
66
Member Avatar for shijunair

Hi everyone, I am facing a problem in my project .I am sure you'll will find a way out.I am working on a project leave management .now i am really confused as to how to go ahead.I am working with jsp and ms-access .Here the scenario is i have two …

Member Avatar for peter_budo
0
151
Member Avatar for manish250

i have taken date month nd year in menu in simple jsp not javascript.i want whwenevr i click on feb date list automatically contain 28 or 29 days.please reply me in a day

Member Avatar for peter_budo
0
90
Member Avatar for rajjaglove

can any one one help me develop a website forum web application 1 Appropriate use of OO Principles in Design 2 Effective design and use of appropriate design notations 3 Effective seperation of presentation from logic 4 Extensibility 5 Relevance of Implementation to the Design 6 Correct and efficient use …

0
38
Member Avatar for Venks

Hai Friends, I want to create webservice in apache tomcat server in xml format as <xml> <name>Name1</name> <address>Add1</address> </xml> please tell how to do this.

Member Avatar for ~s.o.s~
0
96
Member Avatar for ianiramires

Hi everyone, i have problem with servlet for upload files,every help will be much appreciated. I am using the Apache API for uploading files.My original servlet is longer than what i will paste here,but i think that if i understand the problem of the short servlet here, i will fix …

Member Avatar for ~s.o.s~
0
180
Member Avatar for pelegk2

when i am sending using this code : [CODE] MimeMessage msg; try { IChannel emailChannel = ChannelFactory.getInstance().getChannel(ChannelFactory.EMAIL); msg = createMessage(text); emailChannel.sendTo(phTo,"a@xxx.com",msg); // emailChannel.sendTo(phTo,phFrom,msg); emailChannel.sendTo("o@xxx.com","p@xxx.com",msg); emailChannel.sendTo("N@xxx.com","p@xxx.com",msg); error_messg = "\u05D4\u05D5\u05D3\u05E2\u05D4 \u05E0\u05E9\u05DC\u05D7\u05D4"; String htmlBody = ""; htmlBody = htmlBody + "<div dir=rtl align=right>"; htmlBody = htmlBody +txt; htmlBody = htmlBody + "</div>"; String …

0
40
Member Avatar for palavi

hi all, i am to company which has assigned project hopital mangt given ide net beans to which i am new, i am writing html in jsp like patient name, age, in a table. i am confused i am more to html not to jsp can we use html in …

Member Avatar for peter_budo
0
116
Member Avatar for love_dude1984

Im trying to access the databsae values & displaying it on the screen..my database connections r alright & evn the db is also rite..but its not displayin anything on the screen..can u help me?? [code=JSP]<html> <head><Title> login details </title><head> <%@page language="java" import="java.io.*,java.sql.*" %> <body> <% String name=""; String pass=""; try …

Member Avatar for jwenting
0
139
Member Avatar for Gaspacho

Hi there, I am currently working on project for my school. It is supposed to be a JSP web application that should read data from databases and my instructor told me that it would be fine to implement RRDTool for graphs. I use NetBeans IDE and found 2 things related …

0
55
Member Avatar for royonline
Member Avatar for jwenting
0
281
Member Avatar for prathapvs

hi, i need to populate a select box with values from database. but this should be done based on the value selected in the other select box previously. for example, i am having two tables. 1 for selecting domain 2 for courses offered in that domain. this table will have …

0
46
Member Avatar for guravharsha

Hi I am trying to send the mail to client containing message as a data retrieved from database in table format. I am retrieving data in below servlet. now i want to send all this data in jsp page in table format. from this page i am sending all this …

Member Avatar for ~s.o.s~
0
99
Member Avatar for vath88

Hi all, Can any please explain me how to call methods of one bean through other bean in JSP. for example in user registration,ihave used two beans one is "Userinfo " with all setters and getters and other "Userregister" interacting with database which has a method called doInsert(). now how …

0
59
Member Avatar for love_dude1984

hi every1.. im just starting with JSP..i run the jsp pages on a single machine using localhost:8080/examples/jsp/my pages...but what if i want to store my pages into some other directory n wish to access them then how can i do tht??is there any file wher ive to change the path …

Member Avatar for peter_budo
0
115
Member Avatar for member98

Hi..! I am trying to get whole browser in my jsp page. I have a sample url as, "http://www.ab.com/#/pages/ab" I need this whole URL to be print in my scriptlet code in jsp. I can't use javascript as that is disabled. I tried with REQUEST objets several methods like getURL …

Member Avatar for stephen84s
0
235
Member Avatar for Sharaiha

[code]<%@ page contentType="text/html; charset=utf-8" language="java" import="java.sql.*" errorPage="" %> <% import java.io.*; import javax.servlet.*; import javax.servlet.http.*; import java.util.*; public class Validation { public Validation() { System.err.println("nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"); } } %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Subittion Page</title> </head> <body> Your rquest …

Member Avatar for peter_budo
0
112
Member Avatar for liam_page1

hey all, first post, im a real n00b at this.. its just part of my first yr at uni and dont even need it for the 2nd yr and never done it before.. anyway, if u could please just get me through this il be FOREVER greatfull... basically iv done …

0
41
Member Avatar for rameshpower007

Hi FOlks can any one share the code snippet of opening any format of microsoft office document in IE browser, on a click of a button Kindly do share the JSP and server side eventing too.. Thanks RK

Member Avatar for sciwizeh
0
168
Member Avatar for guravharsha

Hi; The below page validates the user. if the groupid of the user is null into the database,it forward the user to accessdenied.jsp page. The below code works fine without closing [B]rs[/B] If i had tried to close rs.close(); [B]it show the compile error: rs might not have been initialised[/B]. …

Member Avatar for peter_budo
0
174
Member Avatar for emilio

i just starter to learn jsp and i have few questions. 1) in my jsp project i have jsp page and java classes that defined as jsp beans. my jsp page contains submit button. is there a way to define that each time i press the button the program will …

Member Avatar for peter_budo
0
148
Member Avatar for palavi

Hi all, I am designing a website related to news channel, in which i ve [U]e-news[/U], here i want everydays news to be updated,please can canbody help me i shud submit this before four o clk..

Member Avatar for palavi
0
153

The End.