Re: Subject: RE: JSP Techniques for limiting java within the JSP (tms)

1999-08-15 Thread Christopher BROWN
Another possibility (which I haven't yet tried, but anyway...): make one java bean or class to work with the database, then create subclasses which extend these "pure data" functionalities (or limited non-HTML formatting) with whatever HTML formatting is appropriate. You'd simply write a new subc

Database locking in multiple page Web application

1999-08-15 Thread Chee Keong
Say I have a HTML front-end based Web application that allows the user to select a database record on the first page and update the record. However, as there are many columns, the users needs to fill in 3 HTML screens (URLs) before the final page contains the submit button to save the record. Is

JSP Probelms with Websphere

1999-08-15 Thread Eytan Seidman
I am having problems using JSP with Websphere. I am trying to run the sample file, HitCount.jsp that comes with Websphere. When it type in http://localhost/HitCount.jsp I get the following error Error getting compiled page Servlet generated by page compilation reported com.ibm.servlet.engine.SE

Re: JSP Support.

1999-08-15 Thread Richard Vowles
Netscape Enterprise Server 4.0 (which apparently is still in beta?) is 0.92. For Apache, it depends on the engine used. Check out the FAQ: http://www.esperanto.org.nz/jsp/jspfaq.html "Wang, Dapeng" wrote: > Hi, > > I need more information about the status of JSP-support of the common > web-serve

How to run Jsp with Java WebServer1.1.3?

1999-08-15 Thread yueqiao wang
Now I have Java WebServer1.1.3,how can I run Jsp with it? _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com === To unsubscribe, send email to [E

signoff JSP-INTEREST

1999-08-15 Thread Yu, Ivan
signoff JSP-INTEREST -Original Message- From: Automatic digest processor [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 15, 1999 03:00 PM To: Recipients of JSP-INTEREST digests Subject: JSP-INTEREST Digest - 13 Aug 1999 to 14 Aug 1999 (#1999-221) There are 5 messages totalling 333 line

Re: JWS 2.0 and JSP Parsing Error

1999-08-15 Thread Christopher Cobb
Mark Cote wrote: > I have a Connection Pool being shared with all my JSP pages through the > <...useBean... scope="application"..> > The ConnectionPool works fine, it has ran for weeks inside a servlet, > without a hitch. > > However, every now and then (a dozen or so times a day), a request for

Re: Cookies Problems

1999-08-15 Thread Iñigo Serrano Llona
Hello.The frist cookie is from the server to mantein the session.You don´t see the frist cookie because it "Expires:End of Session". When youexit the browser it disapears.Maybe you see the cookie in your computer when you exit Netscape ???Iñigo---http://www.ib