3,760 Topics

Member Avatar for
Member Avatar for dskanth

Hello everyone, i am new to this community. I want to post my important doubt here. Right now, i am doing a JSP project, which requires the task of adding dynamic rows in a JSP page and also inserting their data in the database. Can anyone guide me on how …

Member Avatar for jwenting
0
84
Member Avatar for Ghosh

I am new to JSP. so begin with, I decided to go slow. Right now I am just trying to get user input and print it back using Netbean. Here is the code which I made. Can you please tell me why this is not printing? [ICODE]package newpackage; import java.io.IOException; …

Member Avatar for masijade
0
65
Member Avatar for cerebellum

My webapp has been running complete fine with Tomcat 5.0.x. Now, I just installed Tomcat 5.5.12 out of the box and deployed the same web app, and I got blank pages for jsp pages. To test it, I created 2 files named junk.html and junk.jsp file (the "Hello world" kind …

0
53
Member Avatar for DWFENNEL

I have three select lists that are being populated when a page is loaded, but the load time is a little slow. I was wondering, would it be quicker to build the lists by calling SQL each time the page is loaded, or store the results in an Array or …

Member Avatar for DWFENNEL
0
83
Member Avatar for francDeveloper

Hi, I am really new to web development, esp with JSP. I have the following case: 1. I have an XML file in my web-server name Juliet located in /pub/dca/bogus 2. I need to retrieve that XML file using URL in my JSP and return it as raw XML that …

Member Avatar for jwenting
0
62
Member Avatar for guravharsha

Dear sir. My queries is: i have project folder contain directory like sect-1' section-2,and particular directory contain relative jsp pages, how can i deploy all jsp pages at time so that my hole project will be compiled? project folder structure is like as: project folder\index.jsp,home.jsp,validuser.jsp project folder\section-1\one.jsp,two.jsp,three.jsp project folder\section-2\one.jsp,two.jsp,three.jsp / …

Member Avatar for peter_budo
0
784
Member Avatar for Ghosh

Hi I am making a web page where the user will enter a number such as "010383" and page should download a file and print it. I have made the html page and the servlet. can you please show me where i have made mistake? CgSkew.java [ICODE]package cgSkewPackage; import java.io.*;* …

Member Avatar for masijade
0
102
Member Avatar for sunny9

Hi all !!! plz help me , how to open Jfreechart at client side i.e. by clicking button JFreechart Fram should pop up .. thanks ,

Member Avatar for jwenting
0
21
Member Avatar for sandeep soni
Member Avatar for jwenting
0
96
Member Avatar for ashish1234

hi, i am new to jsp..i am trying do sort out a pblm.. i have 2 jsp files.. file1.jsp.. which is used to select all the records from a table called staff and display the records in a table..each record is coming with a check boxes which is used for …

Member Avatar for jwenting
0
1K
Member Avatar for nihardhruva

Hey all, I have a very strange problem and expecting to receive your answer very urgent... I have a class in my package named MyPackage on my tomcat server. I am using one method of this class, which is very time consuming, as follows in my jsp page... HeavyClass hc …

Member Avatar for jwenting
0
242
Member Avatar for brr

In my jsp page , there is one listbox which contains static items, in that particularly one item is there(Bank A/c) if we select that have to open new subwindow and disable the maximize,close button, and i have to put some 4 textboxed entering data , in that one value …

0
60
Member Avatar for Ghosh

Hi, I am new to JSP. I have created a index.jsp page in Netbean. When I uploaded the index.jsp in the server it dint run. Can any one please tell me what all I should upload into server for a jsp page to run? Thank you. ghosh

Member Avatar for Ghosh
0
89
Member Avatar for samarinder

I m getting problem in displaying charts and m not exactly able to find the problem plz plz help me wher i m wrong plzzzzzzzzzzzzzzzzzzzzzzz its very urgent............-------- --------------------- [code=java]package src; import java.io.PrintWriter; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; import javax.servlet.http.HttpSession; import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartRenderingInfo; import org.jfree.chart.ChartUtilities; import …

Member Avatar for samarinder
0
152
Member Avatar for crisRobin

Hello I am new to JSP, use to work with ASP. In an application my company uses that wrote on JSP, it generate a page that include an email link like mailto:mymail@server.com?subject=the subject. The problem starts with encoding because the subject is in Hebrew. I made some tests. I saved …

Member Avatar for jwenting
0
59
Member Avatar for liaozhenkui

I know struts 2.0 has treenode tag. but now I using struts 1.2 and I don't want to change it. so if you can using other method to generate a java web tree,please give it to me , better include the code. thank you very much you can send your …

Member Avatar for jwenting
0
58
Member Avatar for push

am tring get value from msaccses database with wher condition but am not get. pls give me an idea to overcome this problum. and pls..help to get data from table based on the dropdownlist vaues wich is in html page. using jsp, jdbc.......pls..... [code=JSP]<%@ page import="java.sql.*" %> <%@page contentType="text/html" %> …

Member Avatar for jwenting
0
101
Member Avatar for Dolly-Sweety

Hello friends, I faced a problem in sending email through servlet. I have downloaded mail.jar and activation.jar. All is running perfect but error is coming. javax.mail.MessagingException: [EOF] [code] import java.io.*; import java.net.*; import java.util.*; import java.sql.*; import javax.mail.*; import javax.mail.internet.*; import javax.servlet.*; import javax.servlet.http.*; /** * * @author Administrator */ …

Member Avatar for jwenting
0
1K
Member Avatar for push

pls any one will guid, how to work jsp, servlets and ejb at Jboss4.0.2 pls..............if possible sugest be any url.............supoted for this..........pls. it's an argent.............pls

Member Avatar for jwenting
0
73
Member Avatar for rickprospers

During the execution of a package listener, I am trying to call a web page with embedded query strings to execute a task in .cfm... The code below is a snippet from the original code to simplify the discover of the error. I have been struggling to get this simple …

Member Avatar for rickprospers
0
193
Member Avatar for luxmi_gee

hi can any one help me to create customtag for database connection. here i paste the which i tried, db.java (tag handler) --------- [code=JAVA] import java.io.IOException; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import javax.servlet.jsp.tagext.DynamicAttributes; import javax.servlet.jsp.tagext.*; import javax.servlet.jsp.JspWriter; import javax.servlet.jsp.JspException; import javax.servlet.jsp.JspContext; import javax.servlet.jsp.PageContext; …

Member Avatar for jwenting
0
129
Member Avatar for nishanthhampali

Hi, I am very new to JSP......... i need one help.......... i have a table with many rows......... for each row i can set the time by calling the calendar java script............ I want to access the time that whatever has been set for some manipulation........ please help me out........ …

Member Avatar for jwenting
0
80
Member Avatar for himanjim

Hi, I'm a beginner in JSP...I've installed Sun Java System Application Server 9.1 ... I wanna run jsp code just to display "[B]Hello World[/B]" but can't find out where to copy the [B]helloworld.jsp[/B] code (I mean in which folder of Sun directory) to access it using [B][url]http://localhost:4848/helloworld.jsp[/url][/B]........Please help me out......

Member Avatar for gafoorsani
0
106
Member Avatar for ceyesuma

For some reason I deleted a sample database that was in the netbeans tutorial. Of course now I need it and I don't where to get it( I tried the google,and will try again) but does anyone know how to obtain the script? Thanks -Steve

Member Avatar for ceyesuma
0
94
Member Avatar for luxmi_gee

hi i created a custom tag for database connections,sql... but doesn't work. can any one help me to solve that or any one know how to create customtag for db means plz help me. if u have coding for that plz send that. codings: 1.tag handler program (db.java) [code=Java]import java.io.IOException; …

Member Avatar for luxmi_gee
0
149
Member Avatar for Visualogic

sorry for annoying, i am quite stupid in it. [code]<html> <head> <title>Welcome to the online Auction...</title></head> <body> <% try { String strUsername = request.getParameter("username"); String strPassword = request.getParameter("password"); Class.forName ("mysql-connector-java-5.0.8-bin"); Connection myConn = DriverManager.getConnection("jdbc:mysql://localhost/user.jsp,admin,admin"); Statement myStatement = myConn.createStatement (); String strSQL = "SELECT UserName,UserPwd from user where UserName="",UserPwd=""; ResultSet myResult …

Member Avatar for Visualogic
0
195
Member Avatar for luxmi_gee

hi how to display the content of one jsp page into another jsp page. how to add more than one jsp page in a single page. thanks

Member Avatar for guymanbuddude
0
119
Member Avatar for islam nigm

I'm using the netbeans software to create my web application i have created the custom tag and bean classes after that i should make the jar file to embed it in my web application but i could't create that jar file in any way plz help me to get this …

Member Avatar for mbazs
0
130
Member Avatar for shobha1335

When I select one city out of many from dropdownbox and submit it will store in database, when updating the form iam displaying the same values from the database, so how I have to display the selected city in the dropdownbox from the database in jsp. Please help me out …

Member Avatar for ~s.o.s~
0
51
Member Avatar for samarinder

HTTP Status 405 - HTTP method GET is not supported by this URL I m getting this error when i m clicking on logout button here is the code for it............. import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; public class LogoutServlet extends HttpServlet{ public void …

0
78

The End.