Re: Urgent JSP Help Needed!

2003-07-31 Thread Dharmendra Sharan
Hope this helps, Regards, Dharmendra ps: have a nice day! -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] Behalf Of Michael Rogan Sent: Tuesday, July 29, 2003 4:27 PM To: [EMAIL PROTECTED] Subject: Re: Urgent JSP H

Re: Urgent JSP Help Needed!

2003-07-29 Thread Michael Rogan
The listing is below. Thanks to anyone that can help! > > Show us the exact listing of the first 2-3 compile errors. The > > properties file is not necessary. 62. String search(HttpServletRequest req) { <> *** Syntax: ; expected instead of this token 62. String search(HttpServletRequest req

Urgent JSP Help Needed!

2003-07-29 Thread Michael Rogan
Hello, Could someone please take a look at the two files below as soon as possible? Something is wrong with the code and I am unable to figure it out. It generates 16 errors -- mostly "expected ;", but from what I can see all the required semicolons are there! If someone more experienced wo

Re: JSP Help Please

2002-06-04 Thread Daniel Jayapaul
Hi This NullPointer is exception occurs whenever you try to initialize an object which is not there. Jus check all the objects you are trying to access are iniatlized properly Regards Daniel.E ==To unsubscribe: mailto [E

JSP Help Please

2002-06-04 Thread Duc Nguyen
Hi All, I have a servlet that query out some record and forward it to a jsp page to display.  I got an error which I have no clue what it's complaint about.  here is my code. package Product; import javax.servlet.*;import javax.servlet.http.*;import java.io.*;import java.sql.*;import java.util.*; p

JSP Help Desk

2001-06-12 Thread John Wilson
Does anyone know of a free JSP Help Desk application? _ Get your FREE download of MSN Explorer at http://explorer.msn.com === To unsubscribe: mailto [EMAIL

Re: a little jsp help please

2000-12-19 Thread Steve
awn Zhu <[EMAIL PROTECTED]> wrote: > man, are you new in HTML as well? I wonder what kinda > company you are working for? > > > -Original Message- > > From: Matthew Hafner [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, December 19, 2000 5:51 AM > > To: [EMAI

Re: a little jsp help please

2000-12-19 Thread Matthew Hafner
jsp help please Not sure what you mean. If you want the values in the drop down box to be bold, you have to set up your jsp to print out when it populates the tag. Now, if you want a particular value *selected* in the tag you can either use jsp to printout the keyword "SELECTEd&qu

Re: a little jsp help please

2000-12-19 Thread Steve
alues selected? > > -Original Message- > From: A mailing list about Java Server Pages specification and > reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Steve > Sent: Tuesday, December 19, 2000 11:37 PM > To: [EMAIL PROTECTED] > Subject: Re: a little jsp help please > > &

Re: a little jsp help please

2000-12-19 Thread Shawn Zhu
man, are you new in HTML as well? I wonder what kinda company you are working for? > -Original Message- > From: Matthew Hafner [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 19, 2000 5:51 AM > To: [EMAIL PROTECTED] > Subject: Re: a little jsp help please > &

Re: a little jsp help please

2000-12-19 Thread Matthew Hafner
thanks, perfect -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Bill Crook Sent: Tuesday, December 19, 2000 10:37 PM To: [EMAIL PROTECTED] Subject: Re: a little jsp help please option 1 option 2 option

Re: a little jsp help please

2000-12-19 Thread Steve
Not sure what you mean. If you want the values in the drop down box to be bold, you have to set up your jsp to print out when it populates the tag. Now, if you want a particular value *selected* in the tag you can either use jsp to printout the keyword "SELECTEd" in the appropiate OT or used

Re: a little jsp help please

2000-12-19 Thread Bill Crook
jsp help please im reading values out of a database and populating a form. everything works fine, but, i cant get the values from the database to highlight its corresponding value in a drop down box. is this possible? or does the user have to reselect this field everytime they view their user

a little jsp help please

2000-12-19 Thread Matthew Hafner
im reading values out of a database and populating a form. everything works fine, but, i cant get the values from the database to highlight its corresponding value in a drop down box. is this possible? or does the user have to reselect this field everytime they view their user profiles? Matthew

Re: JSP help required.

2000-12-11 Thread Yogeeta_Raghunathan
harshi Mukherjee[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and > reference > Sent: Monday, December 11, 2000 4:33 PM > To: [EMAIL PROTECTED] > Subject: JSP help required. > > Hi All, > I got a problem w

JSP help

2000-12-11 Thread Mandar Kodal
Hi all, Do you know how to trap XML data into JSP pages?? I want XML tags to be displayed on to JSP page so that I can modified it and after that browser will recognize it... -Mandar === To unsubscribe: mailto [EMAIL PROTE

Re: JSP help required.

2000-12-11 Thread prasanjeet
U can do further modification accordingly to u'r need. Hope this helps Regards Prasanjeet - Original Message - From: "Maharshi Mukherjee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 11, 2000 4:33 PM Subject: JSP help required. > Hi A

Re: [Re: JSP help required.]

2000-12-11 Thread Venkata Krishna Prasad Lolla
Hi Maharshi, try this code... while displaying the html page. for instance u are displaying Empcode, empname,etc., which u got from bean resultset. As Empcode is unique. store in a string by name code. instead of button use href link.. while(rs.next()) { String code=rs.getString("Empcode"); ...wh

Re: JSP help required.

2000-12-11 Thread Peter Gubis
try using generated link with som id of yours update button ex: don't work ? manaz Maharshi Mukherjee wrote: > Hi All, > I got a problem while creating a jsp. My jsp is displaying a list of > employee details (say, emp.#, emp. name, etc.) in a form of table like > structure where

JSP help required.

2000-12-11 Thread Maharshi Mukherjee
Hi All, I got a problem while creating a jsp. My jsp is displaying a list of employee details (say, emp.#, emp. name, etc.) in a form of table like structure where each row displays the details of one employee. This jsp actually calls a bean (say, Mybean.class) which returns a resultset to

FW: JSP Help

2000-12-11 Thread Mandar Kodal
Hello, I designed some JSP pages with java classes, But my problem is that when i run these JSP pages on JWS(Java Web server) then it works fine. But When i ran these JSP pages on TOMCAT then it give s following error, Error: 500 Location: /ectshop/jsp/submitlist.jsp Internal Servlet Error: jav

JSP Help

2000-12-11 Thread Mandar Kodal
Hello, I designed some JSP pages with java classes, But my problem is that when i run these JSP pages on JWS(Java Web server) then it works fine. But When i ran these JSP pages on TOMCAT then it give s following error, == The JSP page submit list is as follow, <%@ include file="../t

Re: How to Generate Reports in JSP?.Help needed

2000-05-31 Thread Fernando Ribeiro
Is not a report generator implemented as a bean enough for you? fribeiro - Original Message - From: "Biren Patnaik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 31, 2000 7:04 AM Subject: Re: How to Generate Reports in JSP?.Help needed >

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Biren Patnaik
e- > From: Biren Patnaik [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 31 May 2000 17:15 > To: [EMAIL PROTECTED] > Subject: Re: How to Generate Reports in JSP?.Help needed > > > Hi Pradeep, > Thanx for ur answer.I don't have enough idea about BRIO.Can u please tell > m

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Dennis Huang
Free? No! Brio ask us for $US75,000! But I should say Brio is very good. Go to www.brio.com to have a look. Dennis -Original Message- From: Biren Patnaik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 31 May 2000 17:15 To: [EMAIL PROTECTED] Subject: Re: How to Generate Reports in JSP?.Help

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Biren Patnaik
2000, Pradeep Kumar wrote: > Also, check BRIO...its a pretty good tool for generating web reports > > -Pradeep > > -Original Message- > From: Hines, Bill [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 30, 2000 5:55 PM > To: [EMAIL PROTECTED] > Subject: Re: How

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Dennis Huang
Do you know how much does it cost? Dennis Huang -Original Message- From: Serge Verret [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 30 May 2000 23:37 To: [EMAIL PROTECTED] Subject: Re: How to Generate Reports in JSP?.Help needed http://www.oracle.com/datawarehouse/products/bitools/reports

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Pradeep Kumar
Also, check BRIO...its a pretty good tool for generating web reports -Pradeep -Original Message- From: Hines, Bill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 30, 2000 5:55 PM To: [EMAIL PROTECTED] Subject: Re: How to Generate Reports in JSP?.Help needed Crystal Reports, which has

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Serge Verret
http://www.oracle.com/datawarehouse/products/bitools/reports/ here a link to oracle web site about reports server - Original Message - From: Biren Patnaik <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 30, 2000 2:44 AM Subject: Re: How to Generate Reports

Re: How to Generate Reports in JSP?.Help needed

2000-05-30 Thread Hines, Bill
TED]] Sent: Tuesday, May 30, 2000 3:44 AM To: [EMAIL PROTECTED] Subject: Re: How to Generate Reports in JSP?.Help needed Hi verret, Thanks for ur quick answer.Can u please tell me any web-sites which will have a clear understanding about the report server.Any books also?. On Mon, 29 May 2000, Serge Ve

Re: How to Generate Reports in JSP?.Help needed

2000-05-29 Thread Biren Patnaik
or pdf > > > - Original Message - > From: Biren Patnaik <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, May 29, 2000 3:50 AM > Subject: How to Generate Reports in JSP?.Help needed > > > > Hi, > > Can anyone suggest me How to ge

Re: How to Generate Reports in JSP?.Help needed

2000-05-29 Thread Serge Verret
I think the use of report server from Oracle would be the answer , it can generate html or pdf - Original Message - From: Biren Patnaik <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 29, 2000 3:50 AM Subject: How to Generate Reports in JSP?.Help needed

How to Generate Reports in JSP?.Help needed

2000-05-28 Thread Biren Patnaik
Hi, Can anyone suggest me How to generate reports in JSP or using latest Java Technology .Here My back-end is Oracle 8.0.3. Looking forward to geeting reply from tje JSP community sites. Thanks in advance Biren === To unsubsc

Re: JSP Help!!!

2000-03-31 Thread Hans Bergsten
Vijayan wrote: > > Hi, > > I am Vijayan. I have Tomcat 3.0 running on Apache 1.3.9/Apache Server > Jserv 1.1/JDK 1.2 on a RedHat Linux 6.1. > >How do I configure Tomcat to parse all JSP files irrespective of the > directory in which they are contained. > >For example files under the docum

JSP Help!!!

2000-03-31 Thread Vijayan
Hi, I am Vijayan. I have Tomcat 3.0 running on Apache 1.3.9/Apache Server Jserv 1.1/JDK 1.2 on a RedHat Linux 6.1. How do I configure Tomcat to parse all JSP files irrespective of the directory in which they are contained. For example files under the document root rather than /examples/

Re: JSP - HELP!

2000-03-21 Thread anand
Hi Radek, Seems like a typical "where to put my classes" problem. You should put the Java class in the classes directory under the Server root. Eg. C:\JavaWebServer2.0\classes\ Anand Radek wrote: > > I'm new to JSP ! > > I wrote a class to do execute sql quieries on MS SQL server db. > Now I wa

JSP - HELP!

2000-03-17 Thread Radek
I'm new to JSP ! I wrote a class to do execute sql quieries on MS SQL server db. Now I want to be able to use it from my JSP and I can't get it to work right I'm running JWS 2.0 (Java Web Server) so I'm puting the .jsp file in the public_html and my class in the servlets dir. Am I doing anyt

Instantiate a Bean from JSP - Help

2000-03-08 Thread OG Project(Chennai)
Hi All, I want to instantiate a bean in a servlet? My situation is like this, I have a JSP from where I call a servlet by passing a parameter. The servlet reads the parameter and does some processing and based on the results sends different JSP pages. Now, since I want to populate the page from t

Re: Parameterized, Query with Jsp--Help!!

1999-11-01 Thread Sachin S. Khanna
Well couldn't agree more with Campbell except that there should be a semi colon ";" after the code mentioned by Campbell. Hope this helps. Have a nice day.With regards,Sachin S. Khanna.

Re: Parameterized, Query, With, JSP--Help!!

1999-11-01 Thread David Eaves
ath Sent: Monday, November 01, 1999 3:14 PM To: [EMAIL PROTECTED] Subject: Parameterized, Query, With, JSP--Help!! Hi, Can any one tell how do I pass parameterized query using JSP I'm new tto JSP development and was developing with ASP. For example If I have a QueryString as http://localhost/db2

Re: Parameterized, Query, With, JSP--Help!!

1999-11-01 Thread Anirban Sharma
<% String str_id = request.getParemeter("id"); // check here to make sure str_id is not null or non empty ... String str_sql="select * from Users where UserId="+str_id; // execute your query here %> Hope this helps, Anirban Abhinav Nath wrote: > > Hi, > Can any one tell how do I pass pa

Re: Parameterized, Query, With, JSP--Help!!

1999-11-01 Thread Campbell
om: Abhinav Nath <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, November 01, 1999 11:01 AM Subject: Parameterized, Query, With, JSP--Help!! >Hi, >Can any one tell how do I pass parameterized query using JSP >I'm new tto JSP development and was d

Parameterized, Query, With, JSP--Help!!

1999-11-01 Thread Abhinav Nath
Hi, Can any one tell how do I pass parameterized query using JSP I'm new tto JSP development and was developing with ASP. For example If I have a QueryString as http://localhost/db2.jasp?id=23 Now I want to store this parameter (id)in a variable and Query the dtabase. Sql="select * from Users w

Re: jsp help

1999-10-26 Thread Victor Miksonov
>   int total_requests = statement.results; What is "statement.results"? - Original Message - From: Bosch Ricardo To: [EMAIL PROTECTED] Sent: Tuesday, October 26, 1999 1:07 PM Subject: Re: jsp help instead of for (int i=1; results

Re: jsp help

1999-10-26 Thread Bosch Ricardo
instead of for (int i=1; results.next(); i++){ try while(results.next()){ rick "Griggs, James" <[EMAIL PROTECTED]> on 10/26/99 01:00:58 PM Please respond to "Griggs, James" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: Ricardo Bosch/CHA

Re: jsp help

1999-10-26 Thread Carles Pi-Sunyer
uesday, October 26, 1999 1:01 PM > To: [EMAIL PROTECTED] > Subject: jsp help > > The following jsp page is only retrieving one row when it should be > displaying several. Our 3 jsp gurus have been unable to find the bug. Can > you ? > >

Re: jsp help

1999-10-26 Thread John K. Peterson
On Tue, 26 Oct 1999, Griggs, James wrote: > The following jsp page is only retrieving one row when it should be > displaying several. Our 3 jsp gurus have been unable to find the bug. Can > you ? > > ... > > stmt = con.createStatement(); > String totalsql = "sele

Re: jsp help

1999-10-26 Thread Borkey, Lin
PROTECTED] Subject: jsp help The following jsp page is only retrieving one row when it should be displaying several. Our 3 jsp gurus have been unable to find the bug. Can you ? <%@ page import="j

jsp help

1999-10-26 Thread Griggs, James
Title: jsp help The following jsp page is only retrieving one row when it should be displaying several.  Our 3 jsp gurus have been unable to find the bug.  Can you ? <%@ page import="java.util.*" %> <%@ page import="

jsp help

1999-10-26 Thread Griggs, James
Title: jsp help The following jsp page is only retrieving one row when it should be displaying several.  Our 3 jsp gurus have been unable to find the bug.  Can you ? <%@ page import="java.util.*" %> <%@ page import="

Re: JSP help

1999-07-10 Thread Kirkdorffer, Daniel
Oops, that should have been 0.91 not 0.92. Dan > -- > From: Kirkdorffer, Daniel[SMTP:[EMAIL PROTECTED]] > Reply To: Kirkdorffer, Daniel > Sent: Tuesday, July 06, 1999 3:10 PM > To: [EMAIL PROTECTED] > Subject: Re: JSP help > > >

Re: JSP help

1999-07-10 Thread John Zukowski
WebSphere. it comes with JSP, though not the latest. Only .92 I think. Talk to your employer if you want 1.0 support... J Thanks for your message at 11:37 AM 7/6/99 -0600, Pokala Sucharita: >Hello, > >We are using IBM WebSphere environment for servlet implementation. We >would like >to use

Re: JSP HELP

1999-07-07 Thread John Malloy
ent-Transfer-Encoding: 7bit > ]Date: Wed, 7 Jul 1999 11:27:46 -0500 > ]From: Jodi X Li <[EMAIL PROTECTED]> > ]Subject: JSP HELP > ]To: [EMAIL PROTECTED] > ] > ]Does anyone know how to install JSP en

Re: JSP HELP

1999-07-07 Thread Isa Hashim
-Transfer-Encoding: 7bit ]Date: Wed, 7 Jul 1999 11:27:46 -0500 ]From: Jodi X Li <[EMAIL PROTECTED]> ]Subject: JSP HELP ]To: [EMAIL PROTECTED] ] ]Does anyone know how to install JSP engine in Java Web Server so we can ]run .jsp under Java Web Server? ] ]Thanks a lot,

JSP HELP

1999-07-07 Thread Jodi X Li
Does anyone know how to install JSP engine in Java Web Server so we can run .jsp under Java Web Server? Thanks a lot, Jodi === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff J

Re: JSP help

1999-07-07 Thread Kirkdorffer, Daniel
-- > From: Chulet, Mahesh[SMTP:[EMAIL PROTECTED]] > Reply To: Chulet, Mahesh > Sent: Tuesday, July 06, 1999 9:16 PM > To: [EMAIL PROTECTED] > Subject: Re: JSP help > > To be able to use JSP you need a JSP engine which would compile your JSP > scrip

Re: JSP help

1999-07-06 Thread Chulet, Mahesh
Hope that helps. C-ya -Original Message- From: Pokala Sucharita [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 06, 1999 11:08 PM To: [EMAIL PROTECTED] Subject: JSP help Hello, We are using IBM WebSphere environment for servlet implementation. We would like to use JSPs. Can anybody g

Re: JSP help

1999-07-06 Thread Lastname Firstname
: Glen C. Hawkins/Users/Skyway) Subject: Re: JSP help > Sucharita, > WebSphere supports the 0.92 JSP spec. You shouldn't need to install any additional packages to start with JSP. Dan > -- > From: Pokala Sucharita[SMTP:[EMAIL PROTECTED]] > Reply To: [EMA

Re: JSP help

1999-07-06 Thread Kirkdorffer, Daniel
06, 1999 10:37 AM > To: [EMAIL PROTECTED] > Subject: JSP help > > Hello, > > We are using IBM WebSphere environment for servlet implementation. We > would like > to use JSPs. Can anybody give us the list of packages we need to install

JSP help

1999-07-06 Thread Pokala Sucharita
Hello, We are using IBM WebSphere environment for servlet implementation. We would like to use JSPs. Can anybody give us the list of packages we need to install to start with JSP. Thanks, Sucharita - Sucharita Pokala