Re: Strings

2001-10-26 Thread Sanjay Gomes
Title: RE: Strings Well, you can get this either by String.substring() or if you can distinguish it by a seperator u can make use of the StringTokenizer class  -Original Message- From:   Eric Fleming [mailto:[EMAIL PROTECTED]] Sent:   25 October 2001 21:30 To: [EMAIL PROTECTED]

JSP Tags

2001-10-24 Thread Sanjay Gomes
Title: JSP Tags Hi All Is the JSP:FORWARD  tag a server dependent one or a browser dependent The reason am asking this is coz it fails  sometimes Cheers Sanjay This e-mail and any attachments are confidential and may also be privileged. If you are not the named recipient, please noti

Re: OFF TOPIC: Terrorist attacks

2001-09-14 Thread Sanjay Gomes
Title: RE: OFF TOPIC: Terrorist attacks I am sorry for again writing offtopic but couldn't resist a reply to this,   I am neither a critic of the US nor a fanatic but ..the facts are  The Japanese bombed the military targets in the Pearl harbour , and in response the US dropped Nucle

Re: OFF TOPIC: Terrorist attacks

2001-09-13 Thread Sanjay Gomes
Title: RE: OFF TOPIC: Terrorist attacks This newsgroup is not for spreading your propoganda If you still wanna do it create a site of your own That would serve your purpose and do us a favour if not posting any JSP related topics please don't post Sanjay >If I may express my deepest fe

Test Emai Please ignorel

2001-09-13 Thread Sanjay Gomes
Title: Test Emai Please ignorel Test Email Please

Re: A component that generates barcharts.........Repeated Message Receipt

2001-02-08 Thread Sanjay Gomes
Hi Is it only me who is getting the messsages again or is this a general problem Coz i am sure I saw this message a couple of days ago and again received it just now on the 8th .Has someone at sun.java got flamed up Sanjay -Original Message- From: Michael Normington [mailto:[EMAIL PROTEC

Re: Any views on the Java Web market in the US ???

2001-02-06 Thread Sanjay Gomes
Hello, Probably from a newsgroup Well I am subscribed to another Java Newsgrooup and a message is doing the rounds over there which was posted by a guy who went through a bodyshopper to the US and allegedly was sent back because as the employer said that he had no Java projects and that the Java d

Re: Closing a DB connection used in a bean

2001-01-24 Thread Sanjay Gomes
Hi Well u get it bcoz of some syntax error in the declaration The scope should be in the Quotes ("") also Regards Sanjay -Original Message- From: A. C. [mailto:[EMAIL PROTECTED]] Sent: 21 January 2001 18:02 To: [EMAIL PROTECTED] Subject: Closing a DB connection used in a bean I'v

Re: JSP to database communication

2001-01-17 Thread Sanjay Gomes
The JSP to JavaBean would be the efficient way to do it And also for the login check also it is better to go in for a bean and eliminate all the direct data accesses from the page Hope it helps Regards Sanjay -Original Message- From: Mahesh Chhatlani [mailto:[EMAIL PROTECTED]] Sent: 17 J

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: Send and Receive XML Data

2000-12-05 Thread Sanjay Gomes
The java.sun website would be having the links or search at webmonkey.com -Original Message- From: Mohammed Sharif [mailto:[EMAIL PROTECTED]] Sent: 05 December 2000 15:40 To: [EMAIL PROTECTED] Subject: Send and Receive XML Data Hi I need to have a Servlet which reads and sends data in

Re: problem running jsp with bean in java web server

2000-12-04 Thread Sanjay Gomes
Have u tried out a simple JSP page without the bean In fact the bean tag is used in this manner The configurations seem to be allright Hope this helps Regards Sanjay -Original Message- From: cupid1 [mailto:[EMAIL PROTECTED]] Sent: 03 December 2000 04:09 To: [EMAIL PROTECTED] Subject:

Re: Opening a word document file through a JSP/servlet

2000-11-30 Thread Sanjay Gomes
e client. What you're trying to do I believe is different. -Original Message- From: Sanjay Gomes [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 30, 2000 6:53 AM To: [EMAIL PROTECTED] Subject: Re: Opening a word document file through a JSP/servlet But is it possible to read a .d

Re: Opening a word document file through a JSP/servlet

2000-11-30 Thread Sanjay Gomes
servlet For Excel: <%@ page contentType="application/vnd.ms-excel" %> So for Word I believe its: <%@ page contentType="application/msword" %> But you'll need to do a little more to open an already made word doc. -Original Message- From: Sanjay Gome

Opening a word document file through a JSP/servlet

2000-11-30 Thread Sanjay Gomes
Hi guys Could someone help me in finding a solution for this I have a Word document file on Server. I want to open this file in a JSP Could this be done if yes so how TIA Sanjay === To unsubscribe: mailto [EMAIL PROTECTED

Re: JSP Error

2000-11-28 Thread Sanjay Gomes
Hi The problem is it is not finding the bean Check your classpath settings and also check whether the bean is placed in the right directory, usually it is in the classes directory, although i dont know which directory Websphere uses Regards Sanjay -Original Message- From: Jay H. Lang [ma

Re: Help wih EJB

2000-11-28 Thread Sanjay Gomes
From: Christophe Gadet [mailto:[EMAIL PROTECTED]] Sent: 27 November 2000 17:06 To: [EMAIL PROTECTED] Subject: Re: Help wih EJB put this in the config.sys of your PC. shell=command.com /e:8192 /p >From Sanj

Help wih EJB

2000-11-27 Thread Sanjay Gomes
Hello Guys I installed EJB n then tried running j2ee -verbose but it comes out with error like OUT OF ENVIRONMENT SPACE OUT OF ENVIRONMENT SPACE OUT OF ENVIRONMENT SPACE OUT OF ENVIRONMENT SPACE OUT OF ENVIRONMENT SPACE BAD COMMAND OR FILENAME I set the J2EE_HOME and JAVA_HOME variables a

Re: *** where to keep the jsp files in webLogic

2000-11-21 Thread Sanjay Gomes
Could somebody tell some more about the WAR files please like whats its purpose and how can it be used to suit your purpose TIA Sanjay -Original Message- From: Marco M [mailto:[EMAIL PROTECTED]] Sent: 21 November 2000 09:12 To: [EMAIL PROTECTED] Subject: Re: *** where to keep the jsp fil

Re: Difference between Servlet and Bean?

2000-11-17 Thread Sanjay Gomes
) combination will suffice at least for small application. Can you think of a situation where I might need to use Servlet as well? Anthony Mak - Original Message - From: "Sanjay Gomes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 16, 2000 8:11 PM S

Re: Difference between Servlet and Bean?

2000-11-16 Thread Sanjay Gomes
Hi Phil You are right about the beans, as used in the JSP/s or servlets,are used to contain Business logic. They are similar in the fact that they contain the set/get methods and dont contain the bean structure.They are not 'pure beans' as we run them in a BDK BeanBox Regards Sanjay -Origin

Re: Difference between Servlet and Bean?

2000-11-16 Thread Sanjay Gomes
Hi there U r confusing urself a little over here Beans are reusable software components mainly used to include the business logic and other functionality that will be repeatedly required by the servlets or JSPs While Servlets make use of the beans for the business logic so that now the Servlets ca

Re: Send Mail Example

2000-11-13 Thread Sanjay Gomes
There is one in the Archives Sanjay -Original Message- From: Antonio W. Lagnada [mailto:[EMAIL PROTECTED]] Sent: 13 November 2000 16:18 To: [EMAIL PROTECTED] Subject: Send Mail Example Hello All, Does anyone have a simple example on how send an email for in JSP or Servlet? Any help w

Re: JSP connects to DB

2000-11-07 Thread Sanjay Gomes
Hi U can do it eitherways as you wish, although a having a connection bean would be more structured Regards Sanjay -Original Message- From: JEANCHG [mailto:[EMAIL PROTECTED]] Sent: 07 November 2000 08:05 To: [EMAIL PROTECTED] Subject: JSP connects to DB I am new to this field, so I have

Re: resultset to jsp

2000-11-06 Thread Sanjay Gomes
? thank you. Sanjay Gomes wrote: > Keep the connection open for the full session > Close the connection when the user tries to logout > Hope this helps > Sanjay > > -Original Message- > From: Ron Chan [mailto:[EMAIL PROTECTED]] > Sent: 04 November 2000 14:02 > To: [EMA

Re: resultset to jsp

2000-11-06 Thread Sanjay Gomes
Keep the connection open for the full session Close the connection when the user tries to logout Hope this helps Sanjay -Original Message- From: Ron Chan [mailto:[EMAIL PROTECTED]] Sent: 04 November 2000 14:02 To: [EMAIL PROTECTED] Subject: Re: resultset to jsp Hi, 1. you have a bean t

Re: Working with JavaMail & JSp

2000-11-06 Thread Sanjay Gomes
Could you give some more details Sanjay -Original Message- From: Jitesh Gangwani [mailto:[EMAIL PROTECTED]] Sent: 06 November 2000 06:33 To: [EMAIL PROTECTED] Subject: Working with JavaMail & JSp When i run jsp file which include MessageMain bean(Created by me using SMTPClient Class) t

Re: Function Defining in JSP Page...

2000-11-03 Thread Sanjay Gomes
Hi Thats what beans are meant for. Whatever Business logic is to be included or other methodologies go into the bean and thats how you make the JSP functionality free and only include the Presentation Logic in them for which it is meant for. If u have further questions email me Hope it helps Rega

Re: Diwali

2000-10-27 Thread Sanjay Gomes
Thats Cool Really living up to ur name except that it should be Merry not Marry -Original Message- From: cupid1 [mailto:[EMAIL PROTECTED]] Sent: 25 October 2000 16:52 To: [EMAIL PROTECTED] Subject: Re: Diwali Here is one example: import faith.quran.*; import faith.bible.*; import fai

Re: I get "Out of environment space"

2000-10-25 Thread Sanjay Gomes
Sorry But I dont agree with this The server setting problem n all are related in a way since he or she is setting up the server for running JSPs , and since everyone in this list has tackled the problem at one time or the other they are the best ones to give the proper solution. Sanjay -O

Re: Session expiry

2000-10-24 Thread Sanjay Gomes
Could the list owner please unsubscribe Jack He seems to have got on the wrong train n is generating a lot of crap messages Sanjay -Original Message- From: Jack Foster [mailto:[EMAIL PROTECTED]] Sent: 23 October 2000 20:06 To: [EMAIL PROTECTED] Subject: Re: Session expiry I am getting

Re: Why 3 writers in body tag?

2000-10-20 Thread Sanjay Gomes
How are the taglibs as compared to beans I found only one point in its favour that it doesnt complicate the code But how is it like if u already have beans in place is it advisable to go in for Tags to repolace it Sanjay -Original Message- From: Dave Ford [mailto:[EMAIL PROTECTED]] Sent:

Re: oracle thin driers in JWS

2000-10-20 Thread Sanjay Gomes
u dont have to include it in JWS Point ur classpath to it after placing it in some directory Sanjay -Original Message- From: manoj nahar [mailto:[EMAIL PROTECTED]] Sent: 20 October 2000 16:07 To: [EMAIL PROTECTED] Subject: oracle thin driers in JWS hi how to install oracle thin drvers

Re: JSDK.jar - missing in action

2000-10-18 Thread Sanjay Gomes
It should be in the lib subdirectory in JSDK or otherwise download JSWDK , It will be present in there Sanjay -Original Message- From: Duane Billue [mailto:[EMAIL PROTECTED]] Sent: 17 October 2000 18:29 To: [EMAIL PROTECTED] Subject: JSDK.jar - missing in action Can anyone give me a s

No Subject

2000-10-16 Thread Sanjay Gomes
send it like you did it here Sanjay -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Raj Jain Sent: 15 October 2000 11:59 To: [EMAIL PROTECTED] Subject: where should I send my queries so that they can be

Re: S/W for Mail through servlets

2000-10-10 Thread Sanjay Gomes
By using JavaMail API and Java Activation Framework (JAF) you can send smtp mail For implementing the Pop functionality you will require Pop3 Sanjay -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Vinod S

Help Needed on Taglibs

2000-10-04 Thread Sanjay Gomes
Hello Can anybody help me on taglibs I compiled file 1 containing the tag definition then created a jar file including this & a taglib.tld file ran the JSP in the browser , but it said that it couldnt find the .tld file.The documentation said that I need to have the .tld file in the Meta-inf dir

Re: Silly Doubt!

2000-09-26 Thread Sanjay Gomes
set the path for the servlet.jar file in ur classpath that should do it Sanjay -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Ganesh N.M Sent: 26 September 2000 11:09 To: [EMAIL PROTECTED] Subject: Silly D

Re: Database access in JSP...

2000-09-20 Thread Sanjay Gomes
Yup Same as U can as u access any function Here u put the SQL statement in the bean methods argument Regards Sanjay -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Kai Hackemesser Sent: 20 September 2000

Re: JSP tags

2000-09-20 Thread Sanjay Gomes
/taglibtut. Please let me know if you can get the example to work. Sajeev -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Sanjay Gomes Sent: Thursday, September 14, 2000 4:03 AM To: [EMAIL PROTECTED] Subjec

Re: Database access in JSP...

2000-09-18 Thread Sanjay Gomes
yes all three can be done , except for the last one , instead of printing values in the bean, get it to store them in an array and retrn the array to the JSP page then print the values in the JSP. THis will ensure the dynamicity of the bean It can then be adapted to other pages as well Regards S

Re: JSP tags

2000-09-16 Thread Sanjay Gomes
Hi Sajeev Which book are you referring for this ,I need to start on this topic and want to know a ggod book on the same Thanx in Advance Sanjay -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Sajeev Anand

Re: JSP Visual Scripting Tool

2000-09-11 Thread Sanjay Gomes
There is one at MultiEdit.com , which is a very good one ,gets the javac compiler settings done automatically also Sanjay -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Catarina Reis Sent: 11 September 200

Re: Servlet - JSP Functionality

2000-09-08 Thread Sanjay Gomes
I the case of JSP For the first time when we call a servlet, server will precompile it into a servlet and will load it into memory and then .. it is the same as it handles the servlet. Now whenever the future references are made to the JSP the request is handled by the servlet Regards Sanjay --

Re: double quote and carraige return in jsp variable with frames

2000-09-06 Thread Sanjay Gomes
I think Ravi this Newsgroup is for sorting out the Java problems and discussing them until u get a solution for it Sanjay -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of ravi arora Sent: 06 September 2000 1

Re: Java Based Web Browser

2000-09-06 Thread Sanjay Gomes
U can try Hotjava ,its freee on suns site -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Human Resources Sent: 06 September 2000 04:58 To: [EMAIL PROTECTED] Subject: Java Based Web Browser Does anyone kn

Re: Using the include file tag

2000-08-31 Thread Sanjay Gomes
Hi try Regards Sanjay -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of David Reck Sent: 30 August 2000 05:09 To: [EMAIL PROTECTED] Subject: Using the include file tag Does anyone know how to use the <%

Re: Is There any Free Shopping Cart Code In Jsp

2000-08-24 Thread Sanjay Gomes
I think there is one Shopping cart code that comes along with Java Web Server or it might be in the servlets section , I am not sure about that.But anyway you can change that to a JSP Sanjay -Original Message- From: A mailing list about Java Server Pages specification and reference [mailt

Re: digestifing the list

2000-08-22 Thread Sanjay Gomes
Hello Goto archives.java.sun.com n search for the JSP-INTEREST list You will find every message listed there n you can change your options there for any mode you want.I am not sure whether you can get a digest kind of a setup . Sanjay -Original Message- From: A mailing list about Java S

Re: Thanks in advance

2000-08-15 Thread Sanjay Gomes
Hello All, Glad to be back I had the same problem.Well, Alternatively you can try the other way which is to go the site at www.archives.java.sun.com where all the groups at java.sun.com r listed and modify ur subscription from there It'll be easier that way. Regards Sanjay Gomes -Ori

Test

2000-08-14 Thread Sanjay Gomes
This is a test message === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.

test message

2000-07-10 Thread Sanjay Gomes
Test Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTE

Re: Request for help in posting messages

2000-07-09 Thread Sanjay Gomes
Goto www.archives.java.sun.com and find jsp-interest modify ur subscription there If still have probs mail me at [EMAIL PROTECTED] gone thro the same prob Sanjay >From: Tai <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]>

Re: [ how to use bean ?] ON Java Wweb Server]]

2000-07-09 Thread Sanjay Gomes
how to use bean ?] ON Java Wweb Server]] >Date: Sun, 2 Jul 2000 15:24:00 SMT > >hi no i including that package but still >problem is coming > >Sanjay Gomes <[EMAIL PROTECTED]> wrote: > > r u including the required pac

Re: Mailing list for Java

2000-07-07 Thread Sanjay Gomes
You can find a list of them at http://archives.java.sun.com Sanjay >From: Ritu Kama <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Mailing list for Java >Date: Fri, 7 Jul 2000 12:23:3

Test Message

2000-07-06 Thread Sanjay Gomes
Test Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTER

Re: JSP editor

2000-07-06 Thread Sanjay Gomes
Multi Edit can be found at multiedit.com Yes Geert its a good idea to have a poll on the topic Btw From where can I download the editor Regards Sanjay >From: [EMAIL PROTECTED] (Shashwati Panigrahi) >Reply-To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> >To: 'S

Re: JSP editor

2000-07-05 Thread Sanjay Gomes
Multiedit is a good one . It also does compiling by automatically detecting ur compiler directory and running the Java program using that Regards Sanjay >From: Brad Miley <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >

Re: Connecting to Oracle thro Thin driver

2000-07-05 Thread Sanjay Gomes
t; >>Subject: Re: Connecting to Oracle thro Thin driver > >>Date: Wed, 5 Jul 2000 17:00:07 +0800 > >> > >>try use Class.forName ("sun.jdbc.odbc.JdbcOdbcDriver"); all what i know >if > >>u r using Ms windows 9X/NT means u have to use odbc .. not

Re: Connecting to Oracle thro Thin driver

2000-07-05 Thread Sanjay Gomes
i know if >u r using Ms windows 9X/NT means u have to use odbc .. not oracle .. am i >right any master ??? > >-Original Message- >From: Sanjay Gomes [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, July 05, 2000 10:18 PM >To: [EMAIL PROTECTED] >Subject: Re: Connecting to O

Re: Connecting to Oracle thro Thin driver

2000-07-05 Thread Sanjay Gomes
Hello , It gives the following error when i try class oracle.jdbc.driver.OracleDriver not found. Its not finding the driver .Whats the problem since Ive include the classess111.zip in the classpath and the oci8jdbc.dll in the path settings There is no need of DSN here right? Regards sanjay >

Connecting to Oracle thro Thin driver

2000-07-05 Thread Sanjay Gomes
Hi guys, Have been connecting to Oracle thro DSNs Now I want to connect using thro the Oracle thin driver Please can somebody help.Please mention the procedure TIA Sanjay Get Your Private, Free E-mail from MSN Hotmail at ht

Re: RequestDispatcher class

2000-07-04 Thread Sanjay Gomes
patcher class > > > > Sanjay, > > > > import javax.servlet.*; > > should work. > > > > > > -Original Message- > > From: Sanjay Gomes [mailto:[EMAIL PROTECTED]] > > Sent: Saturday, July 01, 2000 1:08 PM > > To: [EMAIL PROTEC

Re: why bean can't have a constructor

2000-07-04 Thread Sanjay Gomes
an can't have a constructor >Date: Mon, 14 Feb 2000 13:19:51 +0530 > >Bean can have a constuctor with no args... > >- Original Message - >From: Sanjay Gomes <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, July 04, 2000 6:13 PM &g

Re: why bean can't have a constructor

2000-07-04 Thread Sanjay Gomes
Try %substring% Sanjay >From: Khem Chand Sachdeva <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: why bean can't have a constructor >Date: Tue, 4 Jul 2000 12:26:06 +0530 > >Hi All >I trie

Re: RequestDispatcher class

2000-07-03 Thread Sanjay Gomes
MAIL PROTECTED] >Subject: Re: RequestDispatcher class >Date: Mon, 3 Jul 2000 09:31:15 -0400 > >Sanjay, > >import javax.servlet.*; >should work. > > >-Original Message- >From: Sanjay Gomes [mailto:[EMAIL PROTECTED]] >Sent: Saturday, July 01, 2000 1:08

RequestDispatcher class

2000-07-01 Thread Sanjay Gomes
Hello Which package contains the RequestDespatch class I found that the tuts used it but when i used it in the same way the engine is not able to find the class Sanjay Get Your Private, Free E-mail from MSN Hotmail at http:/

Re: how to use bean ?] ON Java Wweb Server]

2000-07-01 Thread Sanjay Gomes
r u including the required packages in the jsp using the JSP:include tag Sanjay Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com ===

Re: how to use bean ?] ON Java Wweb Server]

2000-07-01 Thread Sanjay Gomes
Date: Sat, 1 Jul 2000 11:38:53 SMT > >hi thanks for ur help >which one is class direcory or i have to put that file in class path >can we make a directory in class path > >can u more eloborate on this > >Sanjay Gomes <[EMAIL PROTECTED]> wrote: > > Put the be

Re: Session management question...

2000-06-30 Thread Sanjay Gomes
Hello Jim, What about the sessions between different JSP pages or between a jsp and a servlet ,how do i the data transfer between them the session object is unique for each jsp ? Sanjay >From: Jim Preston <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and >

Re: Fwd: Re: Connection Pool

2000-06-30 Thread Sanjay Gomes
That will depend on what bean scope you have given in the usebean tag ,if it is session it will last for the full session Sanjay >From: Rupali Bains Goswami <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PRO

Re: [Re: how to use bean ?] ON Java Wweb Server

2000-06-30 Thread Sanjay Gomes
; reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [Re: how to use bean ?] ON Java Wweb Server >Date: Fri, 30 Jun 2000 16:19:02 SMT > >i am using Java Web Server > >Sanjay Gomes <[EMAIL PROTECTED]> wrote: > > Depends on which Web server r

Re: how to use bean ?

2000-06-30 Thread Sanjay Gomes
Depends on which Web server r u using to deploy the JSP Sanjay >From: Paras Sharma <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: how to use bean ? >Date: Fri, 30 Jun 2000 16:05:56 SMT

Re: Rejected posting to JSP-INTEREST@JAVA.SUN.COM

2000-06-29 Thread Sanjay Gomes
Try the java forums at the sun site .There is one for rmi There is also a newsgroup named [EMAIL PROTECTED] u can go to the topica.com site n searh for pune-java Hope this helps Sanjay >From: [EMAIL PROTECTED] >Reply-To: A mailing list about Java Server Pages specification and > reference <

Re: using extends in jsp

2000-06-29 Thread Sanjay Gomes
Hello But can u give us the procedure how to do it Sanjay >From: Kapoor Ajay <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: using extends in jsp >Date: Thu, 29 Jun 2000 05:41:54 -0

Problem displaying data in list box thro jsp

2000-06-29 Thread Sanjay Gomes
I want to display my results into a listbox which I am unable to do so it gives invalid cursor state I tried the same code that I had used for displaying the contents of a table ,with the neccessary changes for displaying it in a listbox Please can anybody give a hint as to what could be the pro

Re: response.redirect

2000-06-28 Thread Sanjay Gomes
Hi Mauro WHich debugger can i use for debugging JSPs Also where can I get it TIA Sanjay >that what I have seen happening in my debugger... >other .than that I >cannot >say >mauro >-Original Message- >From: John Doe [mailto:[EMAIL PROTECTED]] >Sent: 28 June 2000 17:36 >To: Mauro Gagni

Re: Problem using Javawebserver and jswdk

2000-06-28 Thread Sanjay Gomes
Another thing is u dont have to use both java webserver and jswdk . Both r web servers , so what r u trying to do by combining both .Any one of them is enough to run JSps Sanjay >From: Raghunath Raman <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and >

Re: Problem using Javawebserver and jswdk

2000-06-28 Thread Sanjay Gomes
Hello Syamala, In Java Web Server you have to place the JSP in the public_html directory No other settings r required Sanjay >From: Syamala kotamraju <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED]

Re: Problem using Javawebserver and jswdk

2000-06-28 Thread Sanjay Gomes
Hi Mohan, Where do u keep the jsp files in the jswdk and also the bean classes,I am using Java Web Server which works fine but would like to know Sanjay >From: Mohan Nai <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >T

Re: bean directory in Java Web Server 2.0

2000-06-27 Thread Sanjay Gomes
How do I find out the classpath of my JSP engine I am using Java Web Server 2.0 Regards Sanjay >From: "Matthews,Paul" <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: bean directory in

Re: bean directory in Java Web Server 2.0

2000-06-27 Thread Sanjay Gomes
jar file in the class directory its working now. I don't >know >why .jar file is not working. > > > > -Original Message- >From: A mailing list about Java Server Pages specification and >reference [mailto:[EMAIL PROTECTED]] On Behalf Of Sanjay Gomes >Sent:

No Subject

2000-06-27 Thread Sanjay Gomes
n 2000 05:03:28 -0700 > >hi, >you have not given >rs.next() > >--- Sanjay Gomes <[EMAIL PROTECTED]> wrote: > > Hello All, > > I have written a simple JSP for connecting to a > > database and displaying a > > particular field in it. > > Can s

No Subject

2000-06-27 Thread Sanjay Gomes
Hello All, I have written a simple JSP for connecting to a database and displaying a particular field in it. Can someone tell me whats wrong. I know that connecting through a bean is the most feasible but am trying out this simple JSP first <%@ page import="java.sql.*" %> <%! String dbURL="jdb

Re: bean directory in Java Web Server 2.0

2000-06-26 Thread Sanjay Gomes
Hello guys, I Was able to solve the problem.The solution is to put the bean in a package and place it in the classes directory .Without that it wouldnt work Regards Sanjay Gomes >From: Sanjay Gomes <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages speci

Re: beans vs objects

2000-06-26 Thread Sanjay Gomes
hi , Happened with me too . was a frustrsting experience Had to subscribe from my other mail account and again subscribe from my other account This solved the problem but its time the list manager solved the prolem It is still blocking my other mail account .I think it blocks your mail address

Re: create DBBean in JSP

2000-06-26 Thread Sanjay Gomes
You have not caught the exception use try{} catch() to do so Sanjay Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com =

bean directory in Java Web Server 2.0

2000-06-26 Thread Sanjay Gomes
hello, I am using Java Web Server 2.0 to host JSP and making a call to bean through it I have placed the bean class file in the classes directory but the server is not able to find it. What could be the problem? Is there some kind of path setting to be done also Secondly ,I dont need to use a .j

test

2000-06-26 Thread Sanjay Gomes
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".

Help Re: A very annoying feature of this list

2000-03-30 Thread Sanjay Gomes
Got something alike .I had sent my subscription mail through my hotmail id and gave the address to forward the mails to at my yahoo id. Instead I started getting the mails at both hotmail as well as yahoo.Sent many mails to unsubsribe from the hotmail id and send me messages at my yahoo mailbox bu