Re: ANNOUNCEMENT: New JAKARTA-STRUTS Subproject

2000-05-31 Thread Mullin
signoff JSP-INTEREST "Craig R. McClanahan" ¼g¹D¡G > The Jakarta Project Management Committee is pleased to announce the > formation of a new subproject called JAKARTA-STRUTS. Struts is a small > framework for building web applications that uses the > Model-View-Controller (MVC) design pattern c

Re: Creation of MS Word Object.

2000-05-31 Thread Tarun Dewan
Hi Thor, Actually, I have to open a specific word document and perform mail merge with some record from the Oracle database and create a new document and send it to a particular mail id. This cannot be performed until and unless I create an object of MS Word in JAVA. If there is some other way t

Tags in jswdk-1.0.1

2000-05-31 Thread Prabhakar Vardhan Ojha
Hi All, I want to know whether jswdk-1.0.1 supports custom tags implementation. Tell me other jsp engines which support tags implementation. Regards, Prabhakar === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signo

How to write specification?

2000-05-31 Thread Majid Khojastehpour
Hi all, Can you help me about how to write specification for subsystems of a system. For example think that we want to develop a system and after analyzing we have found that these system has these subsystems: 1. OAM&P 2. Logging 3. Event Routing layer 4. ... and now we want to write specificati

help on this error

2000-05-31 Thread Dheil Corona
hi gurus, can anyone help on this bug.. When i try to load a page , even it is empty it gives this error page: my page is totaly empty (Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletRespo nse;)V) Illegal target of jump or branch =

Date Format

2000-05-31 Thread Dheeraj Trikha
Any body having idea about how to format the date as dd/mm/ during entry in JSP based data entry forms. By default JAVA is expecting date format as -mm-dd. I am usinf Oracle JDeveloper for generating JSPs. === To unsu

Re: ANNOUNCEMENT: New JAKARTA-STRUTS Subproject

2000-05-31 Thread piyush raj jain
HI craig .. Thanx a lot for nice contribution to community. Dreaming that there would be the day when i touch these kind of milestones. cheers piyush "Craig R. McClanahan" wrote: > The Jakarta Project Management Committee is pleased to announce the > formation of a new subproject called JAKART

Re: HELP (JSP)

2000-05-31 Thread Dheeraj Trikha
Akash, You can user Oracles JDeveloper for creating JSP bases application. Its a RAD tool provided by Oracle which user Java 1.2 base. You can then deploy application on server supporting JSP1 and JDK1.2 Dheeraj Trikha -Original Message- From: A mailing list about Java Server Pages sp

HELP (JSP)

2000-05-31 Thread Aakash Gandhi
Hi All, I am new to this mailing list. Please could some one help me out on a few issues related to JSP. I want to develop a site using JSP, but I don't know how to go about it. 1. What are the tools used to develop a JSP application, do you have any thing similar to Visual Interdev use

Re: HELP (JSP)

2000-05-31 Thread M Munavar Baig
hai, If u want to start right now learning the jsp then jswdk1.0 is enough for you. I don't know any tool but u can use any ide that you are using for java. cheers, Munavar > -Original Message- > From: Aakash Gandhi [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, June 01, 2000 10:00 AM > To:

Re: Creation of MS Word Object.

2000-05-31 Thread Thor Heinrichs-Wolpert
You might find it easier to create an rtf stream and set the mime type to that for ms word. Thor HW - Original Message - From: "Tarun Dewan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 31, 2000 9:24 PM Subject: Creation of MS Word Object. > Hi All, > > Can anybody e

Creation of MS Word Object.

2000-05-31 Thread Tarun Dewan
Hi All, Can anybody explain me the procedure of creating MS Word object in JAVA. Thanks in advance. Bye, Tarun Dewan. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on J

Re: taglib question

2000-05-31 Thread Martin Smith
I've been having similar trouble understanding the rules (though the JRun docs were somewhat helpful.) Even if this DID work without extracting the .tld, wouldn't your uri be "WEB-INF/lib/taglib.jar"?? I thought the reference was supposed to be relative to the calling JSP file, which is above "

Re: how to use Session in a jsp function?

2000-05-31 Thread Eric Dunstan
You would pass the bean instance and session object as parameters in a JSP function (called a method). For Example, you would say: <%! int chkID(String strBar, Alpine.chkBean chk, javax.servlet.http.HttpSession session) { Session session; String strID=""+session.getValu

Re: Problem with variables.

2000-05-31 Thread Liza J Alenchery
Thanks for the reply. I got rid of the problem by putting <%! int var; %> and doing <% var = 0 ; var++ %> thanks again liza --- Jim Bailey <[EMAIL PROTECTED]> wrote: > Yes, that is how it is supposed to work. > > The syntax <%!...%> creates a class variable for the servlet > created from > the J

ANNOUNCEMENT: New JAKARTA-STRUTS Subproject

2000-05-31 Thread Craig R. McClanahan
The Jakarta Project Management Committee is pleased to announce the formation of a new subproject called JAKARTA-STRUTS. Struts is a small framework for building web applications that uses the Model-View-Controller (MVC) design pattern commonly known as "Model 2". It includes the following key fe

strong connection #6BE9

2000-05-31 Thread Jose
Any special occasion coming up??? Be exclusive with HAIR ACCESSORIES!!! Visit us at http://www.strongconnection.com If you have received this message in error, please remove at: mailto:[EMAIL PROTECTED]?subject=remove ***

.

2000-05-31 Thread Debra
I understand that you're between 17 - 27? And in good physical condition? (If you know someone who is please forward) How would you like to be a prestigous officer in the armed forces... plus free money for college? Are you up for a challenge? Want more? Click here for today's offer for you..

Multiple Tags with same Custom Tag Class

2000-05-31 Thread Arun Thomas
Hey all, Can anyone tell me what happens if I have multiple tags defined in the tld all using the same TagSupportClass, but perhaps with different attributes defined? The TagSupport subclass would be written to make sense of a particular set of parameters, but I'd like to know if the spec specif

Re: JavaScript Error

2000-05-31 Thread M. Simms
I believe that permits you to type-in javascript variables to trace values, etc. The script interpreter is active at that point. Steve - am I wrong on this ? > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On B

Re: session cookie creation

2000-05-31 Thread M. Simms
Are you sure the Cookie constructor does not accept additional parameters ? Cookies can require the directory reference as well as the domain name. a directory value of "/" makes the cookie accessible from all web pages at a domain. Otherwords, the access is specific to the directory that it was

Re: Jrun will not work with JDK1.3 or JDK1.2+hotspot on WinNT !!

2000-05-31 Thread Scott Stirling
> -Original Message- > [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Bailey > Sent: Wednesday, May 31, 2000 11:32 AM > To: [EMAIL PROTECTED] > Subject: Re: Jrun will not work with JDK1.3 or JDK1.2+hotspot on WinNT > > This is interesting. Can someone give more details on when this > happens a

Re: Urgent : how to replace multiple occurances of a character in a string

2000-05-31 Thread Vincent Yau
I use the regular expression package from Apache http://jakarta.apache.org/regexp/index.html and then I did: RE expr = new RE("'") ; // RE is the class object from Apache String newstr = expr.subst(oldstr, "''") ; m: srinivasa rao yeramati <[EMAIL PROTECTED]> >Reply-To: A mailing

Re: Urgent : how to replace multiple occurances of a character in a string

2000-05-31 Thread Fernando Ribeiro
Use a regular expression package like the good one available from GNU (www.cacas.org/~wes), OROMatch or Stevesoft`s com.stevesoft.pat. fribeiro - Original Message - From: "srinivasa rao yeramati" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 01, 2000 1:03 AM Subject: U

Re: Urgent : how to replace multiple occurances of a character in a string

2000-05-31 Thread Boemio, Neil (CAP, FGI)
I believe you have to write your own replace: // // replace // // Replaces every occurrence of oldStr in s with newStr. // // Parameters: //s: The String to perform the replacement on //oldStr: The substring to be replaced //newStr: The substring to rep

Trap for "Refresh" key via JSP?

2000-05-31 Thread David Edmister
is there anyway to trap for the click of the "Refresh" button/method on a page? i know there is in JavaScript but i don't think it'll suit my purpose. thanks. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff

Urgent : how to replace multiple occurances of a character in a string

2000-05-31 Thread srinivasa rao yeramati
Hi I have to replace the occurance of single quote ' with two single quotes '' in multipe places with in the same string . How can i replace multiple ocurances. is replace method has any parameters to take care. Help is highly appreciated srini yeramati ___

Re: Model 2 open-source project?

2000-05-31 Thread Craig R. McClanahan
Kevin Duffey wrote: > Hi Craig, > > Sorry if this goes to the list..every time I hit REPLY to your emails on the > list..it doesn't seem to show your email address in the TO line. > The list was modified to default the "reply-to" address to the list instead of the sender, which is consistent wit

trying to mimic example in chapter 8 of Fields&Kolb book

2000-05-31 Thread John Cartwright
Hello, I am very much enjoying this book, but am now trying to very slightly modify the employee example in chapter 8 for my own purposes. Running tomcat 3.1 installed the examples as "webdev". /webdev/fundamentals/helloBean.jsp seems to work just fine. I duplicated the list.jsp and employee.js

Custom Tag Problems

2000-05-31 Thread Jayesh Govindarajan
Hi all, I am kinda stuck, maybe i am missing something here. I wrote this tag, that is used as follows (tomcat being used) ** //stuff here Here is the appropriate code snippet (ForEachTag.java) private String propertyName=null; public void setProperty(String prop

Model 2 open-source project?

2000-05-31 Thread Kevin Duffey
Hi Craig, Sorry if this goes to the list..every time I hit REPLY to your emails on the list..it doesn't seem to show your email address in the TO line. Anyways..you mentioned a week or so ago about that open-source Model 2 project. You said look for it around JavaOne time..and thats a few days a

Re: PL/SQL Stored Procedure that returns a reference to a cursor

2000-05-31 Thread somsak
try this CallableStatement callableStatement = conn.prepareCall("{? = pl_function }"); callableStatement.registerOutParameter(1, OracleTypes.CURSOR); callableStatement.execute(); ResultSet resultSet = (ResultSet)callableStatement.getObject(1); while(resultSet.next()) {

Re: JSP tag libraries

2000-05-31 Thread Per-Åke Olsson
Hi, you´ll find one here: http://www.orionserver.com/tutorials/tagtut/lesson1/lesson1.html Good luck Per-Åke -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Martin Desmond Sent: den 31 maj 2000 17:54 To

Application Server for Open Source

2000-05-31 Thread Douglas Sparling
Hello all, I currently work in an open source environment - a few Solaris machines and serveral Linux boxes. We have a new CTO who wants to use Java Servlets/JSP. I've only experimented with Tomcat and JServ. I desperatley need information on open source solutions for server side Java, as otherwi

Re: Problem with variables.

2000-05-31 Thread Jim Bailey
Yes, that is how it is supposed to work. The syntax <%!...%> creates a class variable for the servlet created from the JSP. It is the same as if you typed the following: public class MyCustomServlet { int var = 0; public void _jspService(HttpServletRequest request, HttpServletResponse respo

Re: jsp and NT

2000-05-31 Thread Jim Bailey
First and foremost, make sure that your development is standards based and you can pretty much switch your environment at will. We currently run NT because that is the environment that our systems people prefer. As developers we are pretty neutral as long as the system is reliable. We were using

Re: JSP Tutorial

2000-05-31 Thread Juan José Zapico
http://www.jsptutorial.com/ http://jsptags.com/gettingstarted/ Alarcon Fabio wrote: > > Hi all ! > I'm new in JSP. Does anybody konow a good tutorial of JSP? > Thanks in advance > > Best regards > _ > > Fabio Alarcon Ortiz > Analista de Sistemas

Re: JSP Tutorial

2000-05-31 Thread Nayak Savitha
print page break -http://www.webreview.com/pub/2000/01/07/style/nov99.html The big tutorial "Servlet Essentials": www.novocode.com/doc/servlet-essentials/ Other tutorials you can find at www.servlets.com Java Server Pages (JSP) http://java.sun.com/products/jsp/ http://java.sun.com/products/jsp/doc

Re: Error Page?

2000-05-31 Thread Nayak Savitha
ThrowException.jsp <%@ page errorPage="ErrorPage.jsp" import="java.util.Vector" %> <%! Vector vec = null; %> Let's call a method on a null Vector... Vector has <%= vec.size() %> elements. - ErrorPage.

Error Page?

2000-05-31 Thread Ritesh_Srivastava
Can somebody suggest me about the error handling across JSP Pages.some code will be useful. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Re: how to use Session in a jsp function?

2000-05-31 Thread Danny Trieu
no can't do ..:) modify your checkId() to pass in the session object like below: karen wrote: > hello,just as you say,to use out.println() method,we need to add like this > func(JspWriter out) > { > } > if I want to use a Session method,just as session.putValue() or >session.getValue(

Re: Accessing server

2000-05-31 Thread Gomez, Anthony
Thank you, I will get it -Original Message- From: Zaina Ajakie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000 1:07 PM To: [EMAIL PROTECTED] Subject: Re: Accessing server web development with javaserver pages excellent book ~zaina -Original Message- From: Gome

JSP tag libraries

2000-05-31 Thread Martin Desmond
Hi, Where can I find a good example/tutorial for tags and tag libraries? Thanks! M. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http:/

Problem with variables.

2000-05-31 Thread Liza J Alenchery
I have declared a variable in my JSP page as <%! int var = 0 ; %> and somewhere else, I do <% var ++ ; %> and also <%! var++; %> The problem is that when each time I come to the page in the browser, the previous values are held in the integer var. It does not get reset to 0. What is happening he

JSP Tutorial

2000-05-31 Thread Alarcon Fabio
Hi all ! I'm new in JSP. Does anybody konow a good tutorial of JSP? Thanks in advance Best regards _ Fabio Alarcon Ortiz Analista de Sistemas - Gerencia de Sistemas Gerencia Central de Desarrollo e Informatica EsSalud - Seguro Social de Salud Lima,

Re: Accessing server

2000-05-31 Thread Zaina Ajakie
web development with javaserver pages excellent book ~zaina -Original Message- From: Gomez, Anthony [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000 12:54 PM To: [EMAIL PROTECTED] Subject: Re: Accessing server Hey! I got It working Thank you very much. I'm just going

Re: Accessing server

2000-05-31 Thread Gomez, Anthony
Hey! I got It working Thank you very much. I'm just going to do more research about jsp since I'm new to it. What book would you recomand. Again thanks to all of you, take care guys, Anthony. -Original Message- From: Ritesh Sinha [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000

URL class+servlet

2000-05-31 Thread omar
Hello guys I have a basic question, the question is How to know if a mail sent has been succesfully received in the server. I am trying to do this inside a server and the class that I am using to send the mail the class java.net.URL . Thanks in advance.

Re: jsp and NT

2000-05-31 Thread Lee Elenbaas
We are using JSP on NT (WebSphere), so far no problems (our production goes on both NT & UNIX) The only point you have to keep an eye on, is what mix of versions (JSP/Servlet/JDK/...) you are using. lee Lee Elenbaas ViryaNet [EMAIL PROTECTED] http://www.viryanet.com/

jsp and NT

2000-05-31 Thread Alex Strasheim
> This is interesting. Can someone give more details on when this happens and > why it is a JVM problem? We are running Resin "srun" version 1.1.2 with IIS > as an NT service under JDK 1.3 and it seems to work fine. Our production > servers are still running 1.2.2 so we would really like to under

Re: taglib question

2000-05-31 Thread Hans Bergsten
"Holmes III, William S" wrote: > > Hi, > > Can someone point me to a working tag library example? > > I keep getting the following exception in Tomcat: > > org.apache.jasper.JasperException: Unable to open taglibrary taglib.jar : no > protocol: taglib.jar > at > org.apache.jasper.compiler.

Re: Submitting values from JSP to bean.

2000-05-31 Thread Matthews,Paul
Are you using 'value' in your option tags - eg Savings acc Cheque acc Regards, Paul > -Original Message- > From: Scott Fitzgerald [mailto:[EMAIL PROTECTED]] > Sent: 31 May 2000 14:30 > To: [EMAIL PROTECTED] > Subject: Submitting values from JSP to bean. > > > Hello Everyone, > > Here'

taglib question

2000-05-31 Thread Holmes III, William S
Hi, Can someone point me to a working tag library example? I keep getting the following exception in Tomcat: org.apache.jasper.JasperException: Unable to open taglibrary taglib.jar : no protocol: taglib.jar at org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEve

Re: Serious Bug in Sun's 1.3 JVM and HotSpot on NT

2000-05-31 Thread Dave Reid
Should be up to number One very shortly. Dave Reid 403-530-5823 Network Systems Specialist Operations IntraNet " Your Web Solutions Partner " "I'm not really a WebMaster, but I play one on WebTV" http://webaka7.tsl.telus.com/opinet -Original Message- From: Scott Stirling [mailto:[E

Re: Accessing server

2000-05-31 Thread Ritesh Sinha
hi , anthony, I guess you need to mention the pths to the .jar files in your class path. Eg, explicitly specify, the path to jspengine.jar, servlet.jar,xml.jar, and the webserver.jar files. hope this helps, Ritesh "Gomez, Anthony" <[EMAIL PROTECTED]> on 05/31/2000 08:43:07 PM Please respon

Re: Jrun will not work with JDK1.3 or JDK1.2+hotspot on WinNT !!

2000-05-31 Thread Jim Bailey
This is interesting. Can someone give more details on when this happens and why it is a JVM problem? We are running Resin "srun" version 1.1.2 with IIS as an NT service under JDK 1.3 and it seems to work fine. Our production servers are still running 1.2.2 so we would really like to understand th

Re: Accessing server

2000-05-31 Thread Ritesh Sinha
One thing I would Like to stress, here is that , JSWDK is good for developing , but not for Deploying. For Deploying , You need something as good as Apache. And for Apache to run JSP, you need Tomcat. "Gomez, Anthony" <[EMAIL PROTECTED]> on 05/31/2000 08:23:36 PM Please respond to A mailing

Re: Accessing server

2000-05-31 Thread Gomez, Anthony
It's me again guys! I try to edit the StartServer.bat file to try to run the examples. I only come up with the follwing: "This Warning is a result of not including the necessary packages in the CLASSPATH environment that was used to invoked com.sun.web.shell.startup". I try to make the classpath=

Re: PL/SQL Stored Procedure that returns a reference to a cursor

2000-05-31 Thread Fernando Ribeiro
All you need to know is to do so: Resultset resultSet = callableStatement.executeQuery( ); Remember to first create the CallableStatement class instance and pass the proper argument to the prepareCall method. fribeiro - Original Message - From: "LITT Vincent (Neuilly Gestion)" <[EMAIL

Re: Accessing server

2000-05-31 Thread Fernando Ribeiro
They are different products. You can run both in the development stage. Tomcat is also adequate for small low-traffic websites based on servlets and JSP not only in the development stage. fribeiro - Original Message - From: "Ritesh Sinha" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

Re: Accessing server

2000-05-31 Thread Gomez, Anthony
Thank you Guys!! I will try to edit the Startserver.bat file. -Original Message- From: ganesh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 31, 2000 10:26 AM To: [EMAIL PROTECTED] Subject: Re: Accessing server Not Necessary. U can run the examples on u'r local machine by using the St

Re: Accessing server

2000-05-31 Thread Ritesh Sinha
Hi anthony, JSWDK doesn't need TOMCAT. ritesh "Gomez, Anthony" <[EMAIL PROTECTED]> on 05/31/2000 07:17:51 PM Please respond to A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: Sinha Ritesh-SWD-ITIL-UB/Itilmail

No Subject

2000-05-31 Thread Kommana, Sridhar
We are using Netscape Enterprise Server with IBM WebSphere Application Server 3.0.2. If we don't put our cookies in servlets, then session is created and we get two client cookies. Simple code used and client cookies created are: HttpSession session = request.getSession(true); session.putValue("

PL/SQL Stored Procedure that returns a reference to a cursor

2000-05-31 Thread LITT Vincent (Neuilly Gestion)
Hi everybody, Could anyone tell me how to call a PL/SQL Stored Procedure that returns a reference to a cursor using JDBC ... and how to use this cursor afterwards. Thanks in advance, Vincent === To unsubscribe: mail

Re: Accessing server

2000-05-31 Thread M Munavar Baig
No. It's not at all necessary. U can directly run through java's test webserver available in your jswdk directory(startserver) Cheers Munavar > -Original Message- > From: Gomez, Anthony [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, May 31, 2000 7:18 PM > To: [EMAIL PROTECTED] > Subject:

Re: Accessing server

2000-05-31 Thread ganesh
Not Necessary. U can run the examples on u'r local machine by using the StartServer batchfile which u can find it under the root of jswdk directory / U can use the Java Webserver. Ganesh. "Gomez, Anthony" wrote: > Hi Everybody, > > I' am new to jsp and java. I've downloaded the jdk-1.2.2 and th

Re: Accessing server

2000-05-31 Thread ralhan
no not necessariky java webserver also is good enough -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Gomez, Anthony Sent: Wednesday, May 31, 2000 7:18 PM To: [EMAIL PROTECTED] Subject: Accessing server H

Re: How to call a servlet in an htm page ?

2000-05-31 Thread Fernando Ribeiro
Sorry but I was thinking a ITIL employee had asked about calling a servlet in a HTML page. It would be really funny but did not happen. fribeiro - Original Message - From: "Ritesh Sinha" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 31, 2000 10:05 AM Subject: Re: How t

(jsp and jbuilder)

2000-05-31 Thread Juan Patricio
> > Hello > I have got JBuilder 3.0 Enterprise and I'd like to know if it is =3D > posible (how??) to make JSP pages and debugger this pages in this =3D > environment > > Thank you > === To unsubscribe: mailto [EMAIL PROTEC

Accessing server

2000-05-31 Thread Gomez, Anthony
Hi Everybody, I' am new to jsp and java. I've downloaded the jdk-1.2.2 and the jswdk-1.0.1 to try to run some of the examples. My question is, do I have to download Tomcat before I can try any of the examples. Any help would be greatly appreciated Thank you Anthony. ==

Submitting values from JSP to bean.

2000-05-31 Thread Scott Fitzgerald
Hello Everyone, Here's my problem: I have a JSP that fills a list (with a list of names) from the contents of a resultset. The JSP calls a method in my bean which sends the query. The resultset in the bean then gets accessed from within the JSP and each item is added to the list one at a time.

Re: JSP-useBean

2000-05-31 Thread Ken Torimaru
<%=mybean.getSample()%> >-Original Message- >From: A mailing list about Java Server Pages specification and reference >[mailto:[EMAIL PROTECTED]]On Behalf Of Vinay K.V. Menon >Sent: Tuesday, May 30, 2000 5:48 AM >To: [EMAIL PROTECTED] >Subject: JSP-useBean > > >Hi! >I am new to using

use Bean to connect to DATABASE with JSP

2000-05-31 Thread Nwalal Mi Nyom Martin
Hi, I have problem to connect to the database with jsp by using beans I have this error: java.sql.SQLException:Must be logged on to server at oracle.jdbc.dbaccess.DBError.check_error(DBerror.java:448) Can somebody tell me how to do Thanks for help Martin __

Re: How to call a servlet in an htm page ?

2000-05-31 Thread Ritesh Sinha
CAlling a servlet in HTML page??? I guess ssi is for that? or is ITIL doing it the wrong way? ;-) Ritesh Fernando Ribeiro <[EMAIL PROTECTED]> on 05/31/2000 05:24:05 PM Please respond to A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL

Re: JSP-Servler Question 2

2000-05-31 Thread Fernando Ribeiro
You have another alternative if this include thing does not work. You can read yourself the servlet output and print it. Putting this functionality into a bean would be a good idea but it is not required at all. fribeiro - Original Message - From: "Vinay K.V. Menon" <[EMAIL PROTECTED]>

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 > Hi Dennis, > Thanx for ur rep

JSP-useBean

2000-05-31 Thread Vinay K.V. Menon
Hi! I am new to using Java Beans in JSP. I have the following line of code for the Bean instantiation and am trying to get a property Sample on the bean. For this I tried <% mybean.getSample(); %> Doesn't seem to work! Has anyone faced this problem? Also, when I try to add the page direct

Re: How to call a servlet in an htm page ?

2000-05-31 Thread Fernando Ribeiro
Oops.. lets pretend this question has never been made. ITIL prefers we do that way :-) fribeiro - Original Message - From: "Puri Aman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 31, 2000 4:28 AM Subject: Re: How to call a servlet in an htm page ? > hello > what i

No Subject

2000-05-31 Thread Fernando Ribeiro
I think Sun itself features a mailing-list about JDBC. fribeiro - Original Message - From: "Tarun Dewan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 31, 2000 1:12 AM > Hi, > > Is there is any mailing list for JDBC? PLs. inform. > > Thanks, > > Tarun Dewan. > >

Re: Problem accessing a java file from a jsp file.

2000-05-31 Thread Fernando Ribeiro
I could not understand your question, I think. But maybe you should check the location of the Java file which contains the MsgBox class. You should then try to invoke it not as a bean to check if it is working. fribeiro - Original Message - From: "ganesh" <[EMAIL PROTECTED]> To: <[EMAIL

Re: Problem accessing a java file from a jsp file.

2000-05-31 Thread Vinod Govindan
Hi THERE ganesh! I think you might have a problem of server not finding the java class! Try finding out if the class is being found. Make sure you have the class files in the right directory so that the server can pick it up! GIve us details of what your sever is...! And where you have placed you

Re: Configure JavaWebServer2.0 for ASP

2000-05-31 Thread Jens Andersen
Hi Mohammed Sharif No can't do! If you want ASP then use Micro$oft IIS/PWS!! But why use ASP when you can have a even cooler language - JSP ROX!! regards, J! -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Beh

Problem accessing a java file from a jsp file.

2000-05-31 Thread ganesh
Hi there.. My requirement is to capture some information from a page and validate it. The flow is that I call the .jsp file in the browser and this has to call the .java file to validate.Then pass control to another .java file which will write the contents as a .html file into a file system. My

Re: Method not found error

2000-05-31 Thread Jari Worsley
See below: Alan Goodenough wrote: > > hi, > > we are in the process of developing an E-Commerce store using JSP, and = > are having difficulty getting our getXXX() methods to work. We can = > retrieve our getPrice() method, but we cannot retrieve the others in the = > same class. Both methods are

Method not found error

2000-05-31 Thread Alan Goodenough
hi, we are in the process of developing an E-Commerce store using JSP, and = are having difficulty getting our getXXX() methods to work. We can = retrieve our getPrice() method, but we cannot retrieve the others in the = same class. Both methods are identical in that they are floats.=20 this is

Re: Apache -- Servlet2.1

2000-05-31 Thread ralhan
it is free man fo to www.apache.org and from there to tomcat -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Siva Sankara Reddy Sent: Wednesday, May 31, 2000 11:26 AM To: [EMAIL PROTECTED] Subject: Re: Apac

Re: How to call a servlet in an htm page ?

2000-05-31 Thread Puri Aman
hello what is your role at ITIL and what are you requiring? Aman > -Original Message- > From: Rajdeep Tyagi [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, May 31, 2000 11:51 AM > To: [EMAIL PROTECTED] > Subject: Re: How to call a servlet in an htm page ? > > Very strange. > Pl let me

Re: JSP-Servler Question 2

2000-05-31 Thread Balaji Srinivasan
This works pretty well with JavaWebServer2.0. What is the problem taht u're facing? "Vinay K.V. Menon" <[EMAIL PROTECTED]To: [EMAIL PROTECTED] .SOFT.NET>cc: Sent by: A mailing

Re: How to call a servlet in an htm page ?

2000-05-31 Thread Rajdeep Tyagi
Very strange. Pl let me know which book/manual/specs u r following now a days. Raj === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://

Re: Apache -- Servlet2.1

2000-05-31 Thread Vinod Govindan
Hi Sankar Search for it in any Serach engine and you'll get plenty of information on it.! I suggest you use www.google.com to search. Regards, Vinod hi Is tomcat 3.1 freely available or we have to purchase it can u give some site add where i can get information regarding it and secondly i

Re: [How to call a servlet in an htm page ?]

2000-05-31 Thread Ashish Galagali
Use post method or get method whatever u use in ur servlet http://localhost:8080/servlet/Your servlet name"> Ashish siujanjan <[EMAIL PROTECTED]> wrote: hi i would like to know, how can i call a servlet from an htm page ? can i do it ? or i must through jsp to invoke it ? how ? a million thanks

how to use Session in a jsp function?

2000-05-31 Thread karen
hello,just as you say,to use out.println() method,we need to add like this func(JspWriter out) { } if I want to use a Session method,just as session.putValue() or session.getValue(),how can I realize?and more if I can call a bean in a jsp function?just like below: <%! int chkID(String strBar

Re: Apache -- Servlet2.1

2000-05-31 Thread Siva Sankara Reddy
hi Is tomcat 3.1 freely available or we have to purchase it can u give some site add where i can get information regarding it and secondly is there anyother free product available which can support servlet 2.1 on linux with apache jserv. thanks sankar -Original Message- From: ralhan [

Re: Calling jsp:setProperty from within custom tag

2000-05-31 Thread Robert Nicholson
I think you want to pass your tag an identifier to name the bean but otherwise you have to get hold of the set method for the property you want to set and invoke it with reflection. > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[