Import problem

2000-05-03 Thread Vishwa
Hello all, I have to import a package 'util.*' in my jsp. I have coded the import like this <%@page import="util.*" %> <%jsp:usebean id="props" class="PropertyFileBean" %> <%jsp:setProperty name="props" property="FileName" param="df" %> But I am getting an error that the JSP engine is not able

Re: A javascript question.....please help

2000-05-03 Thread Vishwa
hi, did you check document.form_name.text_field.value ??? that should give you the value of the field, even if you have a dot in it. vishwa Divya M A wrote: > >I have an input box in a form with the name having a dot in it,;i.e; a > name like "abc.txt". I want to read the value of this

Re: A javascript question.....please help

2000-05-03 Thread Vinay K V Menon
Try this out! function showValue(){ alert (document.form1["abc.txt"].value); return true; } - V.M. If it is to be, it is upto me. > -Original Message- > From: [Vinod Govindan] [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, May 0

Re: Dropdown box selection

2000-05-03 Thread Vinay K V Menon
If you just need to display the value why don't you use the request object o directly access the form elements and retrieve the value of the select? Are you POSTing the form or GETing the form? If you are GETing the form the query string can be used to get the value too. - V.M. If it is to be, i

Dropdown box selection

2000-05-03 Thread Chris Powell
Can any one help? I have a JSP which has a dynamically built dropdown list box, when selecting from the list I call another JSP page but I need to remember what I have selected and display it on my new page. What would be the best way of doing this? see code below:- *

Session tracking with iPlanet 4.11 and IE5

2000-05-03 Thread José Antonio Quiles
Hello, I'm trying iPlanet Web Server 4.11 for Windows NT. I'm porting an existing JSP application to iPlanet (the old version did work on Resin). But I got a little problem: session tracking works with Netscape 4, but not with Explorer 5. This did not happen when I run the application with Resin.

Silver Stream

2000-05-03 Thread Nagaprakash C S
hi all, I'm using (a beginner) Silver Stream, i want to use a servlet/jsp in silver stream, how to do that, the documentation provided was not able to help me any resource and few examples will be helpful, i'm using Oracle 8i as database, and the OS is solaris 7/Windows Nt thanks & rgds prakas

Re: A javascript question.....please help

2000-05-03 Thread [Vinod Govindan]
I dont think you can use a dot in a name and if you try to access the element as document..abc.txt.value javascript will assume it to be two diffrenet object "abc" and "txt" and will give an error. I thinkthe best solution would be to eliminate the dot. cause there is no escape character for a "d

Re: jsp tags

2000-05-03 Thread Abhishek sharan
Hi Anand Anand Alagappa wrote: > All > > I am using JRun 2.3.3 servlet engine which also can > parse JSP. But somehow in my .jsp page when I am > trying to include a file the engine is not taking care > of that line (I suppose) > > the line in .jsp file looks like > > <%include file=".htm

jsp tags

2000-05-03 Thread Anand Alagappa
All I am using JRun 2.3.3 servlet engine which also can parse JSP. But somehow in my .jsp page when I am trying to include a file the engine is not taking care of that line (I suppose) the line in .jsp file looks like <%include file=".html"> My second question is I have a bean compon

Re: A javascript question.....please help

2000-05-03 Thread Sivakumar Sankarasubramanian
Hi, It depends on what EVENT you want that text to be read, like onBlur, onSubmit etc. Call a function on any of the events. The function should have the code " var name = document.Form.TEXT.value" to get the value where FORM is the name of the form encompassing the input box. TEXT

FORTE / JBUILDER Question

2000-05-03 Thread Shamdasani Nimmi-ANS004
I am trying to test a JSP in the above IDEs. Both Forte as well as JBuilder give me the error "could not connect to http://localhost:8080/.". Connection refused. This JSP runs fine with JSWDK-1.0.1. What am I missing? Do the above IDEs need J2EE software to run my test JSP? I have just s

Re: A javascript question.....please help

2000-05-03 Thread Richard Yee
JavaScript identifiers can't have '.' in their name. -Richard -Original Message- From: Divya M A [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 03, 2000 4:11 PM To: [EMAIL PROTECTED] Subject: A javascript question.please help I have an input box in a form with the name having a

A javascript question.....please help

2000-05-03 Thread Divya M A
I have an input box in a form with the name having a dot in it,;i.e; a name like "abc.txt". I want to read the value of this input box in a javascript function. How do I do it? Thanx in advance, Divya. === To unsubscribe:

Send a gift for a loved one on South Florida's Gold Coast

2000-05-03 Thread Richard Selmon
MISSION STATEMENT: To provide professional massage therapy in a safe and nurturing environment. ** Give a special gift of PROFESIONAL MASSAGE to your mother or father, grandmother or grandfather, children or friends. We are convenientl

Re: HELP Resin on IIS

2000-05-03 Thread Kevin Duffey
Look in the /conf/resin.conf file and do a search for anything called D:/JAVA. If you find it..thats probably your problem. > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of RD > Sent: Wednesday, May 0

JRUN on Solaris help

2000-05-03 Thread Pedro Meza
How do you get a bean to run using JRUN ??? Do you create compile a .clas file or a .jar file ??? Where in the file structure to you put the class or jar file ??? servlets ??? Do you have to restart the JRUN server ??? Thanks, Pedro ===

Immediate Help Needed on "Unsuported Encoding Exception of JRun"

2000-05-03 Thread HASAN BASRI AKIRMAK
Hello, We are planning to purchase JRun 2.3.3 Pro, therefore we are evaluating it with our JSP and Servlet code. Up to now, we succeeded in installing and configuring Jrun as a plugin to IIS and, have IIS redirect .jsp files to Jrun.dll. Following is a major problem we faced Problem 1-) My que

Please help me with installation JSWDK!!!

2000-05-03 Thread Juan Fu
Hi, Everyone: I have sent three messages to the mail-list, but so far I haven't got any answer yet. I am desperated to ask anyone's help; otherwise, I will give up for JSWDK1.0.1. I download jswdk from sun.com and did whatever readme.txt and faq said. I configured webserver.xml and set the

Re: Model 2 and security

2000-05-03 Thread Sam Heisz
> My > thoughts are that my > module would actually replace the method which authenticates based off > information in the principals.xml or would this method work > in conjunction > with principals.xml (so that if i use FORM authentication it > uses my custom > module but BASIC would refer to prin

IBM releases JDK for Linux 1.3.0

2000-05-03 Thread Shailendra Dhanoa
Linux JDK 1.3.0 The IBM Developer Kit for Linux(R), Java(TM) 2 Technology Edition, Version 1.3.0 Early Release (Early Release Developer Kit) is a software development kit that can be used to build Java applications on Linux. The Early Release Developer Kit includes development tools, the IBM Java

Re: Model 2 and security

2000-05-03 Thread Craig McClanahan
"Bailey, Jeff A" wrote: > I asked: > > >More specifically, I want to be able to define security constraints using > > > the url-pattern matching techniques in the web.xml portion of my .war > (which > > > is a portion of my .ear) but use an external application (or servlet or > > > whatever) to a

Re: Tomcat Servlet Mappings

2000-05-03 Thread Craig McClanahan
"Holmes III, William S" wrote: > Hi, > > Did something change in the sevlet mappings going from Tomcat 3.1beta to > Tomcat 3.1release ? > > I have a context declared as /dev and a mapping declared for *.do that used > to work if it was given a link such as > "http://localhost:8080/dev/Something.d

Re: jsp in bluestone.

2000-05-03 Thread David Scott
Hi Kavitha, You may find that you need to upgrade to bluestone6.2 to use jsp pages. Although files and doc are there on jsp in 6.0, I've heard they don't "officially" support jsp in 6.0, only 6.2. -- david -Original Message- From: kavitha ramasamy [mailto:[EMAIL PROTECTED]] Sent: Wednes

Re: How to configure Visual cafe to run the Jrun engine

2000-05-03 Thread Williams, Stephen
I have revised my instructions on how to configure Visual Café to run the JRun servlet engine to fix some discrepancies and clear up some issues. Here is the revised version: I have successfully configured Visual Café 4 Expert Edition to run the JRun engine (version 2.3.3 build 157). Below are t

Re: Netdynamic and Iplanet

2000-05-03 Thread Chris . Heske
Don't bother developing in NetDynamics. Sun has pretty much abandoned any support for this product. IPlanet Application Server is based on NAS, not NetDynamics, so you can probably draw conclusions from that. Chris -Original Message- From: allen15 Sent: Wednesday, May 03, 2000 3:07 PM

HELP Resin on IIS

2000-05-03 Thread RD
I need some help. I am trying to install Caucho Resin 1.1 so that my IIS 4.0 can run servlets and JSPs. I use the setup.exe utility (correctly, I believe). Everytime I try to use httpd.exe or srun.exe, I get the following message: Can't find java executable in D:Java; Couldn't start "(null)" -cl

Re: Model 2 and security

2000-05-03 Thread Bailey, Jeff A
I asked: > >More specifically, I want to be able to define security constraints using > > the url-pattern matching techniques in the web.xml portion of my .war (which > > is a portion of my .ear) but use an external application (or servlet or > > whatever) to assign users to groups. This would al

Netdynamic and Iplanet

2000-05-03 Thread allen15
can i developer in Netdynamics , and in then future (7 months) change Iplanet. Or I will have change the code. Thanks in advance. Allen Man ___ Consigue tu e-mail gratuito OLE.COM Haz click en "http://www.olemail.com" ==

Manually compile a JSP page

2000-05-03 Thread Don Vaillancourt
How can one manually compile a JSP page on a Solaris platform. I know it can be done, but I can't find that information right now. Don === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some rel

Re: How to disable input control in Netscape

2000-05-03 Thread Antoniuk, Jacek
Thanks everyone for responses! This.blur() works perfectly!!!: > -Original Message- > From: Madhav Kone [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, May 03, 2000 12:28 > To: [EMAIL PROTECTED] > Subject: Re: How to disable input control in Netscape > > This should help works on both

Re: Timed out sessions and JSP

2000-05-03 Thread Kevin Duffey
JSP = servlet, so its the same thing. > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Aureliano Calvo > Sent: Wednesday, May 03, 2000 11:23 AM > To: [EMAIL PROTECTED] > Subject: Timed out sessions and

Re: Model 2 and security

2000-05-03 Thread Craig R. McClanahan
"Bailey, Jeff A" wrote: > Hello folks, > > I think this question may be more j2ee than simply model 2 related, but > thought I would give it a shot here. I would like to utilize the security > mechanisms built into the j2ee (and servlet 2.2) spec but with a custom > authentication module. > Sou

How to call JSP from servlets.

2000-05-03 Thread Mukka, Srikanth (GEA, 097902)
Hi All, Is it posible to call JSP from servlets, if yes, then how do we call it. Waiting for your response. Bye Srik === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP

Tomcat Servlet Mappings

2000-05-03 Thread Holmes III, William S
Hi, Did something change in the sevlet mappings going from Tomcat 3.1beta to Tomcat 3.1release ? I have a context declared as /dev and a mapping declared for *.do that used to work if it was given a link such as "http://localhost:8080/dev/Something.do/extraPath". Now instead of invoking my contr

Timed out sessions and JSP

2000-05-03 Thread Aureliano Calvo
How can i know if a session timed out on a jsp? I know it can be done writing servlets. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: ht

Model 2 and security

2000-05-03 Thread Bailey, Jeff A
Hello folks, I think this question may be more j2ee than simply model 2 related, but thought I would give it a shot here. I would like to utilize the security mechanisms built into the j2ee (and servlet 2.2) spec but with a custom authentication module. More specifically, I want to be able to d

JSP error with JRun 2.3.3

2000-05-03 Thread Don Vaillancourt
I have a problem with JRun returning the following error: 500 Internal Server Error JSP Parse Error JSP Directive <%@ %> sessionis not recognized. This error is in regards to the following line: <%@ page session="true" %> in a *.jsp file. Anyone have any ideas. Don ===

New to JSP

2000-05-03 Thread Juan Fu
Hi, I am new to JSP. My questions may be silly, but I need your help. 1. What kind of server can run JSP? 2. What kind of tools can edit JSP? Currently, I am using HomeSite4.0.1. For JSP tags, it displays different color, but it cannot browse JSP contents. 3. In JSP, how to connect to Ora

Re: images stored in database

2000-05-03 Thread D. J. Hagberg
One thing to remember is that JSP pages were designed for *text* output, like text/plain, text/html, or text/xml. Binary data should be output by *Servlets*, not JSP's. -=- D. J. Antonio Jimenez wrote: > i trying to view images stored in database > the mime-type image/gi

jsp in bluestone.

2000-05-03 Thread kavitha ramasamy
Hello, I am using blustone6.0 as an application server with IIS as webserver. I need to know how to deploy the jsp pages. What are all the changes I have to make in sajava.ini and apserver.txt file. The url used is http://localhost/script/saisapi.dll/application.class/*.jsp what is this appl

Re: Oracle Application Server?

2000-05-03 Thread Nathan Hoover
I must preface my statements by saying that I am a devout Oracle fan. We use many Oracle 8i RDBMS servers. However, OAS *SUCKS*. There's no other way to put it. It's nearly impossible to configure, difficult to add new servlets, doesn't support JSP out of the box, on and on. The documentation is

Re: Oracle Application Server?

2000-05-03 Thread Kevin Duffey
I have now confirmed three sources that work or worked at Oracle that have all told me not to even consider it. The OAS is a piece of garbage from all 3 employees words. One of them now works for us. Another is a guy working on the project. He told me they are considering scrapping the project for

Re: model 2 servlet mapping question

2000-05-03 Thread Craig R. McClanahan
Kevin Duffey wrote: > I can confirm this. I spoke with Magnus yesterday and he said they are > looking in to it. He is under the assumption thus far that you do need a > file for the mapping to work. I did explain that Craig showed the order of > mapping, there are 4 of them. The last one, if the

Re: server sizing for j2ee deployments

2000-05-03 Thread Pål Brattberg
What would really be helpful in this matter is an estimate on the number of pageviews/visitors we are talking about, are you planning to run a database on the same machine?, do you want many instances/jvm's running simultaneously? So, if you could give some more information, that would make it ea

Re: Mail servlet

2000-05-03 Thread Dmitri Namiot
check out this: http://coldjava.hypermart.net/servlets/formmail.htm ServletShop: java server side programming http://coldjava.hypermart.net Get your own FREE, personal Netscape WebMail account today at http://webmail.netscap

Where to keep the files on NES

2000-05-03 Thread Mukka, Srikanth (GEA, 097902)
Hi All, On Netscape Enterprise Application Server, where do we deploy the JSP, servlets files. Bye Srikanth === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets

Oracle Application Server?

2000-05-03 Thread Serbulent Ozturk
Hello, My company in planning to buy complete Oracle E-business Suite. Can anyone tell me about their experience with the Oracle Application Server(OAS)? I remember reading something like it did not live up to expectations and Oracle is planning to replace it with a new product. Does anyone kn

Re: model 2 servlet mapping question

2000-05-03 Thread Kevin Duffey
I can confirm this. I spoke with Magnus yesterday and he said they are looking in to it. He is under the assumption thus far that you do need a file for the mapping to work. I did explain that Craig showed the order of mapping, there are 4 of them. The last one, if the first 3 are not met, would l

Re: use JavaScript in JSP

2000-05-03 Thread Lester, Doug
Be careful using if a <= b in your JavaScript the compiler can interpret this as a missed <%= tag. > -Original Message- > From: Brenda Tung [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, May 02, 2000 1:34 AM > To: [EMAIL PROTECTED] > Subject: use Javascript in JSP > > hi all, > > i hav

Re: XML parse problem in model 2 action class

2000-05-03 Thread Holmes III, William S
Disregard my post, I figured it out... Instead of "new InputSource(InputStream)" use "new InputSource(new BufferedReader(new InputStreamReader(InputStream)))" > -Original Message- > From: Holmes III, William S [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, May 03, 2000 11:17 AM > To: [EMA

Re: How to configure Visual cafe to run the Jrun engine

2000-05-03 Thread Williams, Stephen
Feel free to add my instructions to your web site. However, please correct my instructions as follows (based upon my follow-up message to Claire Ryan): In step (2), please replace the following text as follows: Old Text: "Note that I converted some of the directory paths to use forward

Re: How to configure Visual cafe to run the Jrun engine

2000-05-03 Thread Williams, Stephen
I think I know what the problem is. In step (2) of my instructions, I said that you should use a forward slash ("/") in directory paths when specifying the classpath in Visual Cafe. That was wrong. You need to use a backward slash ("\") instead. Note that you still need to make sure that any e

Re: How to disable input control in Netscape

2000-05-03 Thread Madhav Kone
This should help works on both IE and NS4 thanks -Original Message- From: Antoniuk, Jacek [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 03, 2000 8:22 AM To: [EMAIL PROTECTED] Subject: How to disable input control in Netscape Disabled property works fine in IE, but not in NS.

Re: Emailling within JSP

2000-05-03 Thread Craig McClanahan
Germán López Castro wrote: > Hi, you all. > > I've heard you talking 'bout Javamail... What's > it? How can I use it? > > > > Thanxalot. > > A good starting point for information about JavaMail is http://java.sun.com/products/javamail where you can d

Re: Write html content to file

2000-05-03 Thread Lee Elenbaas
As i wrote in the "Re: Can I get static HTML page from JSP?" thread, you can access the generated content from a URLConnection, then then do with it whatever you want. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On

Re: Locks in JSP's

2000-05-03 Thread Joe Milora
use: setAutoCommit(false); -Original Message- From: Jose Castro [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 03, 2000 10:20 AM To: [EMAIL PROTECTED] Subject: Locks in JSP's Hi everyone, First I want to thank to all, that helped me in previous problems and that helped other people, s

Re: How to disable input control in Netscape

2000-05-03 Thread Lee Elenbaas
Disabled in javascript works with IE & NN (except for button), why not disable the inputs in a script? lee Lee Elenbaas ViryaNet [EMAIL PROTECTED] -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTE

Re: How to disable input control in Netscape

2000-05-03 Thread Ronald van Kuijk
Or perhaps a bit of javascript that puts the focus on another element the moment this input receives the focus. Ronald "Antoniuk, Jacek" wrote: > Disabled property works fine in IE, but not in NS. > Instead using a regular text I wanted to put a text in the input control to > show that this is

Re: How to disable input control in Netscape

2000-05-03 Thread Ronald van Kuijk
wait for Netscape 6 or try mozilla. "Antoniuk, Jacek" wrote: > Disabled property works fine in IE, but not in NS. > Instead using a regular text I wanted to put a text in the input control to > show that this is originated from database. > > [EMAIL PROTECTED] > W: 813 282-8828 > 1 800 280

Re: Attempt to clear a buffer that's already been flushed !

2000-05-03 Thread Wasetis, Ken
I have received this error due to ONE line which included only a mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 03, 2000 1:04 AM To: [EMAIL PROTECTED] Subject: Re: Attempt to clear a buffer that's already been flushed ! That error normally occurs when the jsp page gets a null value..! The null v

Re: "Equals" method not working correctly?

2000-05-03 Thread Kishore Raghavan
Peter, In Java, ("TEXT").equals(null) does not throw a runtime Exception but (null).equals("TEXT") will throw a NullPointerException. In your case, getAreaType() method might be returning a null. Kishore Raghavan Synapta Inc. -Original Message- From: A mailing list about Java Serve

Locks in JSP's

2000-05-03 Thread Jose Castro
Hi everyone, First I want to thank to all, that helped me in previous problems and that helped other people, solving there problems ... because ... one of those problems can be one of mine in the future. I want to make a web page that allows people insert and update information. The problem tha

OT: XML parse problem in model 2 action class

2000-05-03 Thread Holmes III, William S
Hi All, This is a little off topic, but It's a problem I'm having in one of the action classes of my model 2 framework. I'm using a URLConnection to connect to a remote server and retrieve an XML document as an InputStream. I then construct an InputSource from the InputStream, and try to use SAX

server sizing for j2ee deployments

2000-05-03 Thread Chris Wilson
hello, we are very new to j2ee and are looking to make the best decisions about server sizing. could anyone give me some general guidelines or metrics to look at in determining our needs for server hardware? or are there any sites out there that have sizing information for j2ee deployments. we

Write html content to file

2000-05-03 Thread José Andrés Hevia Vegas
Hi: I need write the html content from a jsp to a file. I don't know it. Can you help me? Thanks. Saludos / Best Regards --- Andres Hevia Vega [EMAIL PROTECTED] === To unsubscribe: mailto

Re: images stored in database

2000-05-03 Thread Antonio Jimenez
thanks Robert, it's work the program that store the image in database, need a work-around MIMETYPE = multi.getContentType("FILE"); if (MIMETYPE.equals("image/jpg")) { MIMETYPE = "image/jpeg" ; } -

Re: "Equals" method not working correctly?

2000-05-03 Thread Bailey, Jeff A
Peter, > The expression : > > <%= > inputparams.getAreatype().equals("Nativeforest")?"Checked" : > "Notchecked" %> > > compiles OK but crashes the JSP I assmune the jsp crashing you are getting is a NullPointerException being thrown? If so, the most likely cause of this is inputparams.getAreat

No Subject

2000-05-03 Thread Sanjay Garg
There is a good article at IBM's site on using Tomcat 3.0 within Visual Age for Java 3.0 Entry Edition. It works quite well. The url for the article is http://www7.software.ibm.com/vad.nsf/data/document2389 You might need to register to "Visual Age Developer's Domain" to access it. Sanjay From

How to disable input control in Netscape

2000-05-03 Thread Antoniuk, Jacek
Disabled property works fine in IE, but not in NS. Instead using a regular text I wanted to put a text in the input control to show that this is originated from database. [EMAIL PROTECTED] W: 813 282-8828 1 800 280-8828 x1072 H: 727 669-8193 ==

Re: How to configure Visual cafe to run the Jrun engine

2000-05-03 Thread Claire Ryan
Hi Stephen, I followed your instructions on how to configure visual cafe 4 to run the jrun engine, however visual cafe can't load the main class com.livesoftware.jrun.service.ServiceManager. Do you have an idea of what could be wrong?? Thanks in advance, Claire Ryan >From: Scott Stirling <[EMAIL

Oracle JDBC Servlets error

2000-05-03 Thread Joe Milora
Germán, Where's your net service name? Have you tried connecting using the TNSNames key value pairs? ie: String dbConnectString = "(DESCRIPTION=(ADDRESS=(HOST=host_name)" + "(PROTOCOL=tcp)(PORT=1521))"+ "(CONNECT_DATA=(SERVICE_NAME=servicename)))"; Connection conn = DriverManager.getConnection("

Re: session information!!!

2000-05-03 Thread [Vinod Govindan]
Ok in which case you should check if your browser has cookie setting turned on or off.! If cookie is turned off.. you'll have to use either URL rewriting or Hidden form fields to pass the session realted data accross pages...! If you want more information on that there are plenty of websites whic

Re: session information!!!

2000-05-03 Thread Fernando Salazar
> Tell me do you use Cookie's or Hidden forms or URL rewriting for maintain > sessions?? > > I ask this question to help solve a problem of my own! > > Vinod The basic way to do this is given below. (Please don't send me follow-up questions on the details. If this doesn't make sense, I suggest y

Re: session information!!!

2000-05-03 Thread Bilal Ali Nawaz
that's the whole point. i thought that the environment is supposed to take care of the session information! suppose that a user logs into my application, some bean is instantiated which records the user's login name and password. meanwhile, another user logs in. another bean is instantiated. n

Re: model 2 servlet mapping question

2000-05-03 Thread Chris Wilson
thanks daniel, i'll give some of the other engines a look. have a great day, chris chris wilson > web developer > andrews university > www.andrews.edu > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf O

Re: session information!!!

2000-05-03 Thread [Vinod Govindan]
Tell me do you use Cookie's or Hidden forms or URL rewriting for maintain sessions?? I ask this question to help solve a problem of my own! Vinod Bilal Ali Nawaz <[EMAIL PROTECTED]To: [EMAIL PROTECTED] NAMRO.COM>

session information!!!

2000-05-03 Thread Bilal Ali Nawaz
hi all, i'm trying to develop a simple login application using only jsps. when i deploy my application on the server, and open two instances of the application, somewhere down the line, the information of the two 'users' get mixed up so that both end up seeing one personal home page which is DEFIN

Re: images stored in database

2000-05-03 Thread Robert Claeson
Try image/jpeg. /Robert Antonio Jimenez <[EMAIL PROTECTED]> Sent by: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> 2000-05-03 13:07 Please respond to A mailing list about Java Server Pages specification and reference To: [EMAIL PROTECTED

Re: Emailling within JSP

2000-05-03 Thread Geert Van Damme
Joseph, thanks for the other mail links. However, the servlet was easier that I expected. Here's the code I use import java.io.*; import java.util.*; import java.net.*; import javax.servlet.*; import javax.servlet.http.*; import javax.mail.*; import javax.mail.internet.*; public class MailPage

Re: passing parameters from servlet to jsp page

2000-05-03 Thread pranav kumar
Hi, Use the request.sendRedirect() method. It might be helpful for u. Pranav - Original Message - From: Matt Brown <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 03, 2000 6:16 AM Subject: passing parameters from servlet to jsp page > I am writing a jsp page with a

images stored in database

2000-05-03 Thread Antonio Jimenez
hi, i trying to view images stored in database the mime-type image/gif, image/bmp and image/tif(with plugin) work but image/jpg don't work i am using JSWDK 1.0 on NT and the detail code is OutputStre

Re: Emailling within JSP

2000-05-03 Thread Joseph B. Ottinger
On Wed, 3 May 2000, Geert Van Damme wrote: > However, even when using javamail, emailing from JSP isn't obvious. > Of course you can do it, but in that case, your whole code is in between <% > %> with lot's of println("blablabla ") statements and you're not really > doing JSP. That's a plain serv

*** Oracle JDBC Servlets Error

2000-05-03 Thread Germán López Castro
Hi-u-all again. Have anyone of you made any Java Servlets that connect to a Oracle database? I have a lot of problems while using Oracle thin and oci8 drivers, but not using JDBC-ODBC drivers for Windows NT. When I load the servlet that uses the oci8 driver, it tells me that it can load the dr

Re: Emailling within JSP

2000-05-03 Thread Geert Van Damme
However, even when using javamail, emailing from JSP isn't obvious. Of course you can do it, but in that case, your whole code is in between <% %> with lot's of println("blablabla ") statements and you're not really doing JSP. That's a plain servlet ;-) It would be very nice if you could use a JS

Debugging with SingleThreadModel - was RE: *** Java Server suppor ting Servlets and Free? - Resin

2000-05-03 Thread Scott Evans
Hi Geert, Now I'm interested - how do you use the SingleThreadModel to trace and locate concurrency bugs? Thanks, Scott Evans > -Original Message- > From: Geert Van Damme [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 03, 2000 11:36 AM > To: [EMAIL PROTECTED] > Subject: Re: *** Jav

Re: IDE for JSP1.1 & Servlet 2.2

2000-05-03 Thread uwe schaefer
[Ursprüngliche Nachricht] Von: Jens Andersen <[EMAIL PROTECTED]>, Wed, 3 May 2000 01:49:07 +0200 An: [EMAIL PROTECTED] Betreff: Re: IDE for JSP1.1 & Servlet 2.2 > I think that Allaire is going to release a developer enviroment very soon > call JRun Studio (it's still in beta) but

Re: HOW DO I SIGN OFF FROM THIS LIST

2000-05-03 Thread Jean de Lavarene
All commands must be sent to the "LISTSERV address," [EMAIL PROTECTED] You may leave the list at any time by sending a "SIGNOFF JSP-INTEREST" command to [EMAIL PROTECTED] Regards, Jean - Original Message - From: "Sagar Ratnakara Nikam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED

Re: Emailling within JSP

2000-05-03 Thread Germán López Castro
Hi, you all. I've heard you talking 'bout Javamail... What's it? How can I use it? Thanxalot. Consigue tu dirección de email gratis y permanente en http://WWW.LETTERA.NET Ýo unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JS

Re: JSP on MS Personal Web Server

2000-05-03 Thread Germán López Castro
Hello, Daniel. There is a plugin for Microsoft PWS-IIS but I only have been able to make it work with Internet Information Server, not with Personal Web Server. The plugin is called Resin Servlet Runner, and it be used as a patch for IIS, Netscape for Linux, Apache Web Server and its own webse

how to capture navigator back button click event

2000-05-03 Thread bramha
can anyone tell me how can i capture navigator back button click event ? Thanx in advance bramha === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be foun

Off the Topic

2000-05-03 Thread Subramaniam, Senthilkumar (CTS)
Hi all, I need some basic information about application server. why we are going for application server. whatz the main advantage having the app server over the web server. If possible ,could you give me some site where can i get info about this. Thanks a lot Senthil

Re: *** Java Server supporting Servlets and Free? - Resin

2000-05-03 Thread Geert Van Damme
Sure resin got bugs. If you don't accept that I think you better stay away from computers ;-) Of course it's possible that a single bug has a big impact on your specific implementation, but in most cases there are workarounds. A problem with the SingleThreadModel is more a feature than a bug, sin

HOW DO I SIGN OFF FROM THIS LIST

2000-05-03 Thread Sagar Ratnakara Nikam
Hi, Can anybody tell me how do we sign off from this mailing list. I have been trying it by sending a mail to [EMAIL PROTECTED] with body "signoff JSP-INTEREST" . I am getting a mail from the listserver with error message Unknown command - ""SIGNOFF". Try HELP. Does any body know how we sign off

Re: *** Java Server supporting Servlets and Free? - Resin

2000-05-03 Thread Germán López Castro
My only problem is I'm not sure if resin hasn't got any bugs, 'cause I know this server since a few months ago. Also, I've noticed version 1.1 had some problems with servlets that implement the SingleThreadModel and running servlets that connect to databases. These problems seem to be fixed in

Re: how to disable combo in javascript

2000-05-03 Thread Lee Elenbaas
give it a name and set the disabled property to true, like: document.myForm.myCombo.disabled = true; if you use layer you'll have to change the syntax according to the prowser, otherwise it works both on IE & NN -Original Message- From: A mailing list about Java Server Pages speci

Re: Can I get static HTML page from JSP?

2000-05-03 Thread Lee Elenbaas
I use somthing like: java.net.URL url = new java.net.URL ("http://myserver/myPage.jsp"); java.io.InputStreamReader reader = new java.io.InputStreamReader (url.openStream()); char[] buff = new char[100]; int c = reader.read(buff); StringBuffer str = new StringBuffer (); while (c >= 0) { St

how to disable combo in javascript

2000-05-03 Thread rahul jadhav
Hi, i'm doing application in jsp.In that i want to disable combo when focus is in text-box. when text-box looses focus,again want to enable combo. it must be on client side so is there any way to go around this problem in javascript. thankx in advance. rahul.

Re: releasing allocated memory

2000-05-03 Thread Johannes Akinlaja
Hi Leon, I would say no, you cannot. The VM interacts with the a GC that will not release the memory before the file(s) are dereferenced. But we do the same and have as yet not run into memory problems, as we programmed the jsp in such a way that the files are dereferenced as soon as the sess

Re: urgent: how to sense url click

2000-05-03 Thread Geert Van Damme
I don't see how you can use servlet chaining here. The URL's I want to count the clicks for are on another server. They're not mine. To which call would I chain this servlet you gave Geert 'Darling' Van Damme > -Original Message- > From: A mailing list about Java Server Pages specifi

  1   2   >