Re: weblogic

2000-06-26 Thread David Gowe
An evaluation copy of BEA Weblogic server can be downloaded from www.bea.com. The current version is 5.1.0. This supports most standards as of today with respect to EJB, JDBC etc. David Gowe - Original Message - From: R.B. Gurung [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday

Re: FW: Help for navigation with resultset!!

2000-06-24 Thread David Gowe
for more info. Hope this helps. David Gowe - Original Message - From: Arnab Chatterjee [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 24, 2000 11:48 AM Subject: FW: Help for navigation with resultset!! -Original Message- From: Divya Gupta [mailto:[EMAIL PROTECTED]]

Re: How to precompile JSP pages?

2000-06-20 Thread David Gowe
Try this... java weblogic.jspc %1.jsp I use this in BEA's Weblogic David Gowe - Original Message - From: Chris Lu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 21, 2000 8:36 AM Subject: How to precompile JSP pages? Hi, Does anybody know how to precompile the JSP

Re: Calendar Server

2000-06-19 Thread David Gowe
you can try this site: http://coldjava.hypermart.net/ David Gowe - Original Message - From: Ritesh_Srivastava [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 17, 2000 12:35 PM Subject: Re: Calendar Server where can i get this server.Is it a free download or a prototype

Re: cookie

2000-06-01 Thread David Gowe
Whats more, check to see if your browser is receiving cookies. This is a configurable item in your browser and can be set to NO too. David Gowe Associate Consultant HCL Infosystems Limited - Original Message - From: Sandeep Yarramreddy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: SWING FWATURES IN JSP

2000-05-19 Thread David Gowe
ECK IT OUT!!! David Gowe - Original Message - From: Marco M [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 19, 2000 12:48 PM Subject: Re: SWING FWATURES IN JSP Hi Richard, yeah...i forgot about it.. so can u suggest me how to build a Tree in a JSP without using apple

No Subject

2000-05-16 Thread David Gowe
if your are using weblogic, there is a concept of startup classes. Check that out - Original Message - From: Watson, Dean [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 17, 2000 6:26 AM Is there an equivalent to ASP's global.asa file? We would like to initialize the

Re: Java Problem

2000-05-09 Thread David Gowe
I had the similar problem. I was running Weblogic and each access to it caused Dr. Watson to be executed and the server crashed. On careful examination, I found out that this was hapopening only on select machines where java 1.2.2 (download) was installed. I then uninstalled the same and

Re: Expire Page

2000-05-09 Thread David Gowe
d an equivalent Meta tag META http-equiv="Pragma" content="no-cache" Atif -Original Message- From: David Gowe [mailto:[EMAIL PROTECTED]] Sent: Monday, May 08, 2000 1:08 AM To: [EMAIL PROTECTED] Subject: Expire Page Hello! I have the following require

Expire Page

2000-05-08 Thread David Gowe
sebean tag to "page". Will that only affect the scope of the bean, or is there some additional tags to be used. Regards David Gowe === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST&qu

Re: Float problem in JSP

2000-04-11 Thread David Gowe
. to which you can do any arithmetic with. Hope this helps you out. Regards David Gowe - Original Message - From: Khoo Swee Chin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 12, 2000 8:55 AM Subject: Float problem in JSP Hi there, can somebody help me out with the flo

Re: param

2000-04-04 Thread David Gowe
Hi Try binding the variable to a session using the code: session.putValue("xyz", xyz); This would then be available in the JSP. David - Original Message - From: Hosseinzad, Fred [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 04, 2000 1:48 AM Subject: Re: param I have