Re: forwarding request

2000-12-11 Thread Kairalysankarapillai, Rajesh (CTS)
u can use res.sendRedirect(url); -Original Message- From: Srinivasan, Pratibha (CORP, GEITC) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 06, 2000 2:13 PM To: [EMAIL PROTECTED] Subject: forwarding request How do I forward a request from a JSP to a servlet and then from the serv

Re: Handling a search list with JavaBeans

2000-12-11 Thread Hans Bergsten
Gerry Scheetz wrote: > > I am new to JSP and am having a problem figuring out how I would organize > things (files, beans, objects). > > A good majority of this web applications I write fall into the search-list-detail > model, where you have a search form, that returns a list from the database th

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: EJB Book

2000-12-11 Thread Sanjay Gomes
where can i get the pdf on the net Regards Sanjay -Original Message- From: PIYUSH NIGAM [mailto:[EMAIL PROTECTED]] Sent: 11 December 2000 04:17 To: [EMAIL PROTECTED] Subject: Re: EJB Book Try mastering EJB by Ed Roman. A downloadable complete pdf is also available on the net, Piyush Nig

Re: EJB Book

2000-12-11 Thread Bhavesh Vakil
visit this link http://java.sun.com/products/ejb/training.html Link contain you download book + other tutorial. Regards, Bhavesh Vakil. - Original Message - From: Alan KF LAU <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 11, 2000 1:57 PM Subject: Re: EJB Book > W

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

Re: EJB Book

2000-12-11 Thread Bala Murali
u can get the pdf at the following url http://theserverside.com/resources/book.jsp rgds murali >>> [EMAIL PROTECTED] 12/11/00 5:18:00 PM >>> where can i get the pdf on the net Regards Sanjay -Original Message- From: PIYUSH NIGAM [mailto:[EMAIL PROTECTED]] Sent: 11 December 2000 04:17

Re: help on JSP

2000-12-11 Thread Suresh kumar K Badiga
Hi Mio Nino Marquez Thanks for your reply now i am getting only Two errors please look into this and help me over come this problem if you do this i will be Greatfull to you. Now my .jsp page is like this **

Re: EJB Book

2000-12-11 Thread Ward
It's in http://theserverside.com/ - Original Message - From: "Sanjay Gomes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 11, 2000 2:48 PM Subject: Re: EJB Book > where can i get the pdf on the net > Regards > Sanjay > > -Original Message- > From: PIYUSH NIG

Include File Problem with Tomcat 3.1

2000-12-11 Thread Bhavesh Vakil
Hello, I have one jsp page say index.jsp. I use Apache 1.3.12 and Tomcat 3.1 version on win98. code for index.jsp is below. Include Problem some html + jsp code <%@ include file="include/myinclude.jsp" %> some html + jsp code <%@ include file="include/myinclude.jsp" %> some html + js

Re: help on JSP

2000-12-11 Thread Yogeeta_Raghunathan
It is because of the question mark symbol u r adding before declaring the Strings. can u tell me why u use the question marks for the declarations. > -- > From: Suresh kumar K Badiga[SMTP:[EMAIL PROTECTED]] > Reply To: A mailing list about Java Server Pages specification and >

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

Problem - try again

2000-12-11 Thread Berger, Richard
Hi I though I'd try this again as I'm still stuck. I am having a problem with forcing pages to expiry automatically and not to be cached. At the begining of each JSP I include the following code response.setHeader("Cache-Control", "no-cache"); response.setHeader("Pragma", "no-cache"); response.

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

Report Utility

2000-12-11 Thread Sachdeva Deepika
Hi, Is anybody aware of any special report builder utility which can be used for Java based applications? Thanks, Deepika === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [E

help on CallableStatement

2000-12-11 Thread Suresh kumar K Badiga
Hi All When i execute this bellow code it is giveing the bellow error. plese tell me how to comeout from this Could not EXECUTE procedure java.sql.SQLException: [Microsoft][ODBC SQL Server Driver]Syntax error or access violation Could not EXECUTE procedure java.sql.SQLException: [Mic

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

Session Object

2000-12-11 Thread aytekin_umit
Hi. I want to ask if a session object is created automatically by the server ,or can we prevent the app server from creating the session object by : <%@ page session="false"%> __ ÜCRETSÝZ E-MAIL ALDINIZ MI? Türkçe ilk Portal http://www.myne

Tomcat 3.2 install with Apache 1.3(linux)

2000-12-11 Thread Deepak C S
Hi Friends, Can anybody pls let me know How to Install jakarta-tomcat3.2 with Apache(linux) and configure the whole things to run JSPs. Thanx in advance, Deeps Thanks and Regards, Deepak C. S. Planetasia Ltd, A Microland Group Company, Bangalore,India Conta

Re: JSP help required.

2000-12-11 Thread prasanjeet
Hey What i have understood is that U R displaying a list of data in the rows, so u can attach a cheak box in each row & tick only those row that needs to be updated . Now to each cheak box value attach some sort of PK identification, or numbering notation. like ex while(rs.next()) {

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: Tomcat 3.2 install with Apache 1.3(linux)

2000-12-11 Thread Rahman, Zahid
I haven't got my book with me but its quite straight forward so I'll tell you the steps I can remember. If I can do it and works first time you can do it. Assumptions you have installed Apache and tomcat to your chosen directory And obviously SDK. My installation was on NT so you will obviously h

Re: Tomcat 3.2 install with Apache 1.3(linux)

2000-12-11 Thread Parvez Rishi
hi, i don't think you will ever need to reboot your machine to start tomcat on Linux. It is very easy to install tomcat. you only need a few env. variables JAVA_HOME and TOMCAT_HOME. after that just start the startup.sh of tomcat/bin and tomcat should be running. to check whether it is up and runn

Re: help on CallableStatement

2000-12-11 Thread Richard John
don't understand what you are trying to do with the "?=call" ?? Your Syntax is wrong! try changing your preparecall statement, something like this ought to do it: con.prepareCall("call headitemcode (?) "); -Original Message- From: Suresh kumar K Badiga [mailto:[EMAIL PROTECTED]] Sent:

Re: Tomcat 3.2 install with Apache 1.3(linux)

2000-12-11 Thread Erik C. Thauvin
I wrote a quick on installing Tomcat 3.2 under Red Hat Linux 6.2, you might want to check it out: http://thauvin.manilasites.com/stories/storyReader$36 Hope this helps, E. - Original Message - From: "Deepak C S" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 11,

Re: Report Utility [This is NOT an advertisment]

2000-12-11 Thread Fabro, Loic
Hi, Disclaimer: Please don't consider this email as advertising as it is not! My company is selling something that may do what you want You can go on the MicroStrategy Web store and download our products for _free_ trials (I think it's for 30 or 90 days). We are mainly Windows NT based, but

Unsubscribe

2000-12-11 Thread Prasenjit Naskar
UNSUBSCRIBE ** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sys

No Subject

2000-12-11 Thread Ehab Taleb
"UNSUBSCRIBE" === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: ht

No Subject

2000-12-11 Thread Ehab Taleb
"signoff JSP-INTEREST". === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be foun

Cache Control, was: Problem - try again

2000-12-11 Thread Christopher K. St. John
"Berger, Richard" wrote: > > response.setHeader("Cache-Control", "no-cache"); > response.setHeader("Pragma", "no-cache"); > response.setHeader("Expires", "Sat, 01 Jan 2000 06:00:01 GMT"); > > However, this is not being used and all pages are being cached under my IE5 > browser. Expiry date is actu

Re: JSP help required.

2000-12-11 Thread Yogeeta_Raghunathan
you can place all the data for one row in one hidden field(for each row). Maybe separate each column data by say, a pipe symbol. and on click u can submit the row number which was selected and u can get the hidden field for the row passed in ur details jsp. > -- > From: Maharshi Mu

How add a new application to Resin? Urgent!

2000-12-11 Thread Richard Liu
Hi, every one, I developed an application and it runs well in Tomcat, but the performance is not so nice. Therefore, I was recommanded to switch to run it in Resin. I copy my application to the default doc folder of resin. It works. Now what i am trying to do is put my application in another fold