Newbie again, this time a question on JspWriter

1999-07-26 Thread DAVE TOWNSEND
sorry if you've seen this before. I sent the message about half a week ago, but never saw it or any replies appear on the mailing list, so I assume it didnt get through. -- Simple one this I'm sure. How do I let a bean write output into the page. Since the page is buffered, pas

Re: Sessions and multiple browser windows

1999-07-26 Thread Kirkdorffer, Daniel
David, We've had to create "user" objects we hang off the session object, and pass identifiers around to identify who is who. It is an important consideration. Dan -- Daniel Kirkdorffer NACN IS: 425-580-6225 Sr. Consultant, Syllogistics LLC Email: [EMAIL PROTECTED] Web: http://www.syllogistic

<% ....%> inside SELECT

1999-07-26 Thread Nanavate Mahesh
Hi, Consider the following piece of JSP page : $(bean=testBean property=screensList(myIndex)) <% testBean.getScreensList(myIndex); %> Is this a bug or am I missing some point ? Thanks in advance, Mahesh. =

What does this error mean?

1999-07-26 Thread Nanavate Mahesh
Hi Everybody, I am using Websphere 2.0 with IBM HTTP server.I have exported the NarrowDownBean to a proper directory under the servlets dir.The JSP is also in a proper dir under htdocs. Still when I call a servlet which in turn calls the JSP ,I get this error.What does it imply ? Again ,when I l

Re: Sessions and multiple browser windows

1999-07-26 Thread David Wall
I do have a user object connected to a session, but if that user then opens multiple browsers, such as by shift-clicking on a link in Explorer, that additional window will just appear like more requests coming from the same user on the same session. So, if I keep something simple like the "last p

Just getting started

1999-07-26 Thread Robert Bogar
I am just getting started with JSP's beans and servlets... Where can I get information, examples, etc... Also, Info on server configs, would be very helpful... What do I need from the sever side to start trying out this technology? Any sites, FAQs, etc which may be helpful? thanks! rdb -

Re: BEAN awareness?

1999-07-26 Thread Sergio Socarras
I have a very similar question. I have a servlet that does some initializing (Reads a config file, Reads a database configuration table, and determines which jsp to evaluate). The configuration information read by this servlet must be made available to the Beans created in the JSP evaluated. Using

Re: Uploading file to jsp/servlet

1999-07-26 Thread Magnus %ERR-PTR-NIL Pointer reference to NIL
> > the MultipartRequest class which you can find at > > http://www.servlets.com > > along with a complete example of how to do, namely > > http://www.servlets.com/jsp/examples/ch04/UploadTest.java . > > > > I have had some problems using this class, it seems that it in > > some cases doesn't uplo

Re: Just getting started

1999-07-26 Thread Hans Bergsten
Robert Bogar wrote: > > I am just getting started with JSP's beans and servlets... > > Where can I get information, examples, etc... > > Also, Info on server configs, would be very helpful... What do I > need from the sever side to start trying out this technology? > > Any sites, FAQs, etc which

Changes made to bean does not reflect in JWS2.0

1999-07-26 Thread kumbhi k
Hi, I wrote a small bean and called it successfully from a jsp page. Then I make some changes to the bean. Now, if I try to load the .jsp page which uses this bean, the changes made to the bean do not reflect. If I shutdown the Java Webserver and restart and then load the .jsp page, the modific

Re: Changes made to bean does not reflect in JWS2.0

1999-07-26 Thread Jen Hsien Huang
Bean class is load by default ClassLoader, it's not a cache, it's a normal behavior only Servlet/JSP can be reload -Brenden- @_@ - Original Message - From: kumbhi k <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 26, 1999 8:35 PM Subject: Changes made to bean does not reflec

How to implement JSP

1999-07-26 Thread Putu Agus Purnawan
Dear All, I'm new to JSP technology What do I need to run the JSP in WindowsNT 4 sp4,IIS 3 ? thanks in advance === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of th

Re: How to implement JSP

1999-07-26 Thread Hans Bergsten
Putu Agus Purnawan wrote: > > Dear All, > I'm new to JSP technology > What do I need to run the JSP in WindowsNT 4 sp4,IIS 3 ? Start at the FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html Please someone at Sun (Eduardo, Larry are you there?), can't you start sending an i

Re: How to implement JSP

1999-07-26 Thread Stanley Seak
You can use JRUN for NT, Unix. If you are using Apache, you can use Jserv_mod. for Apache. +--+--+---+-+-+-|\ --+---+ Stanley Seak, System Administrator'0.o'/ E-mail: [EMAIL PROTECTED] >(___)< Co

Re: import can't find classes

1999-07-26 Thread Primož Hrvatin
Provide a full path to your classes in the CLASSPATH variable when starting the server. If you are running the batch file provided with the implementation, modify it and include paths to your packages. We've been using our locally developed classes and it works for us just fine. Primoz > C Krup

JVM crashes after DataBase access

1999-07-26 Thread DAVE TOWNSEND
I'm having a rather annoying problem, to do with database access. Basically, I have a bean that opens a connection to a database, does an SQL query, then returns some data. The bean works fine and accessing the jsp page I made displays all of the results ok. However, a short while