3,747 Topics

Member Avatar for
Member Avatar for Mike_Allen

Hello I am currently creating an order form jsp page which contains a form. This form has several drop down menus - with one of them intending to read the contents of a database table which contains information. The database is set up and is ready to populate the drop …

0
65
Member Avatar for muthumari

// My JSP coding. This is stored in the following path http://localhost:8080/vennila/test.jsp <HTML> <HEAD><TITLE>DataBase Search</TITLE></HEAD> <BODY> <%@ page language="Java" import="java.sql.*" %> <jsp:useBean id="db" scope="application" class="SQLBean.DbBean"/> <jsp:setProperty name="db" property="*" /> <%! ResultSet rs = null ; ResultSetMetaData rsmd = null ; int numColumns ; int i; %> <center> <h2> Results from …

0
105
Member Avatar for aarya

i am trying to learn j2ee .can anbody help from where i have to downlaod and waht i have to download thanks

0
43
Member Avatar for k_satish0101

my application is to reserv a resourse by entering start time and end time before reserving i need to check the availability in the database My problem is (for eg)i 'm requesting reserving by entering startime as 10.00 and end time as 14.00 on a particular day if they had …

0
57
Member Avatar for muthumari

Hi, I haven't any idea about servlet chaining. anyone send small sample for servlet chaining. Thank you

0
90
Member Avatar for Reham Ejaz

Hello to all! I want to learn JSP. I have basic level of knowledge about java and also about javascript. Dont know any thing about javabeans. I need to know of a good site where i can start from. Thanx in advance.

0
53
Member Avatar for yashu

hi friends... i am new jsp's..i have done a web application.. i want to excecute the web application on the click of the mouse on a .exe file.. i mean.. that .exe should have the sever configuration also.. so that it can run on any comp which doesn't have a …

Member Avatar for aniseed
0
128
Member Avatar for x19dotnet

Hi friends. i'm having problem to get values of a class member variable which itself is a class and resides inside another class as an array. Parent class is CA. its one of the member is CB[] class. my problem was to get values of CB class. following is the …

0
88
Member Avatar for zbx888

I want to use Javascript to validate user input for last name and first name by regular expression and just allow usa alphebetical letters plus space, apostroph and hyphen such as O'Neill and Lacova-D'elia. How to write regular expression to validate user's input? Thanks a lot! :rolleyes:

Member Avatar for masijade
0
56
Member Avatar for peaston

I need to write/find a jsp script that would go to the following url and retrive the xml it generates and display an images for whatever the value is. url: [url]http://www.dhs.gov/dhspublic/getAdvisoryCondition[/url] what it returns: <?xml version="1.0" encoding="UTF-8"?> <THREAT_ADVISORY CONDITION="ELEVATED" /> What I would like is a way to read the …

0
57
Member Avatar for x19dotnet

hi everybody, i'm new in weblogic workshop/JSP/jpf..... please help me out for the following problem. i need to pass an Object-Array to next page. i've 2 classes - ExamForm, Question i've 2 jsp pages - TakeTest.jsp, PreviewTestAnswers.jsp i've 1 pageflowcontroller - StudentController.jpf in .jpf i've following action methods - TakeTest(), …

0
66
Member Avatar for x19dotnet

please help me out. i've one class named Exam whose members are Question[]. i've another class named Question whose members are: QuestionID, QuestionText,ChoiceA,ChoiceB,Answer. i've 2 jsp pages named: 1. TakeTest.jsp 2. PreviewTestAnswers.jsp TakeTest.jsp displays all questions (with Text, Choices) under one Exam. PreviewTestAnswers.jsp will display same Questions with Answers. i …

0
55
Member Avatar for tazaramya

This script works in ie but NOT Firefox. Can someone help me make it work in both. Script just creates and rotates the url that it uses. :mad: <html> <head> <title>Corvallis Calendar - Home</title> <SCRIPT LANGUAGE="JavaScript" type="text/javascript" > <!-- // var myDate = new Date(); var myMonth = myDate.getMonth(); myMonth …

Member Avatar for Nilesh Pagar
0
133
Member Avatar for k_satish0101

i 'm getting the date in [B]dateField[/B] variable after entering the code for converting the date into Simple Date Format java.util.Date datefield2 = new java.util.Date(request.getParameter("dateField")); java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("EEEE,dd MMMM yyyy"); GregorianCalendar startDate = new GregorianCalendar(datefield2.getYear()+1900,datefield2.getMonth(),datefield2.getDay()) String reqdt=sdf.format(startDate.getTime()) i 'm not getting the exact date which i entered in …

Member Avatar for Nilesh Pagar
0
113
Member Avatar for sambit dash

hi i got a package name weblogic.servlet.security.ServletAuthentication in my jsp page.Can anybody explain me is this a package created by the devloper or a weblogic authentication package.If its a weblogic authentication standard package, willu pls tell me how to get it?

0
55
Member Avatar for aliz

Hi every1, Can you help me, Im trying to make a hit counter with JSP, But i want to read/write it to a file, so I dont loose the variable, can you please show mw the code to that, if you know. Thank you

Member Avatar for masijade
0
161
Member Avatar for k_satish0101

getting the follg error after installing tomcat5.0, jre, j2se and ms-access HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Unable to compile class for JSP org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:97) org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:346) org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:414) org.apache.jasper.compiler.Compiler.compile(Compiler.java:472) org.apache.jasper.compiler.Compiler.compile(Compiler.java:451) org.apache.jasper.compiler.Compiler.compile(Compiler.java:439) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295) …

Member Avatar for masijade
0
229
Member Avatar for ramkumar

I will start my query with an example. In reverse phone check in 411.com, the link is [url]http://www.411.com/10668/search/Reverse_Phone?phone=770-399-9110[/url] and so I can add a Textbox in Visual Basic and get the phone number from the user and use a web browser to search the phone number without having to go …

Member Avatar for ramkumar
0
160
Member Avatar for k_satish0101

i need to link my application(program) to the management interface of the switch i need to control the switch with the help of my program I need to give the report abt the utilisation of the switch plz help me in this regard

Member Avatar for k_satish0101
0
71
Member Avatar for dx20021213

I'm a new web designer. To start my website ,i cant get a free host for my JSP page. Help

Member Avatar for techkar
0
229
Member Avatar for k_satish0101

I need to reserve a resource for a particular period of time,When i finished in specify the date & time (ie start time and end time). I need to give a report for the particular day by displaying the timing details visually( ie by shading the cell) in the table …

0
66
Member Avatar for hanciv2005

I have several links <a href> in a JSP page.these links are to be passed in a parameter and retreived in the next jsp page.problem is that in future some other links may be added.So I need to pass these links dynamicalln in <a href> Need help.....

0
69
Member Avatar for blackhawk982

Does ne1 have an already made script for a blog to put on ur page!i had a blog but it only let me post not the ppl visiting the site :mad: ! if you do have a premade code plz post it!

Member Avatar for tgreer
0
158
Member Avatar for rev4eva

I have tried to connect my JSP codes to my database server but i seem to get an error saying that it cannot locate the driver. My normal java codes to retrieve data frm database works fine but not my JSP codes. I m a bit lost in the configuration …

Member Avatar for sangamesh
0
191
Member Avatar for yup

Hi there, I have a problem in my **controller.jsp** This page aims to retrieve the device's status from my database to display on the form. After that it will update device's new status when my customer wish to change the status. So I declared a **String array status []** to …

Member Avatar for ekstee
0
224
Member Avatar for Banshee78

Hi I use the tag library and i have following Problem. [COLOR=Magenta]<c : out value="${nickname}"/>[/COLOR] Output of this statement is [COLOR=Magenta]${nickname}[/COLOR] and not the value of the variable [COLOR=Magenta]nickname[/COLOR]. I have no clue what i m doing wrong. jar's and tld's are in the right directory. Following is on the …

Member Avatar for jwenting
0
271
Member Avatar for udayan

Hi, I want to pass pipe seperated response values, received from a url, to another url and at the same time want to insert values in a database through jsp. Can anyone help on this ? :sad: Thanx in advance! Udayan

0
60
Member Avatar for albert85

my problem is i have three classes file that all is javabean package file which is bgoc, common, mrs. when i run on the tomcat 5.5, error detected on my few of jsp file. the error detected is like this: "org.apache.jasper.JasperException: Cannot find any information on property 'EmpName' in a …

Member Avatar for jwenting
0
159
Member Avatar for Citrus

Hi, I reside in Florida. I have completed a few Sun Java certifications and have a knowledge of JSP, Servlets and EJB. But I have no practical experience. Currently, I do not have the authorization to work, and so I plan to volunteer and join a team of developers to …

0
97
Member Avatar for phani8123

how to access an array declared in a jsp and to use in servlet i have done like this: declared an array of size 3 and in servlet declared a variable initialized to null and assigned to request.getParameter (arr[i]) but its not working .is it correct

Member Avatar for server_crash
0
81

The End.