Re: contentType and JSWDK 1.0EA

1999-07-25 Thread Primož Hrvatin
Yes, as a matter of fact it is a problem in the reference implementation. We have had the same problem and we've submitted a bug report to Sun. According to them, the bug will be fixed in the next release of JSWDK implementation. For more information, take a look at the bug database at the JDC und

Re: Uploading file to jsp/servlet

1999-07-25 Thread Love Java
David, in the FORM-tag of the HTML-file you should, as you mention, have a 'enctype="multipart/form-data' attribute. The receiving servlet could use 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/

import can't find classes

1999-07-25 Thread C Kruppa
Hey guys,   The import statements that are in the code of my Bean (not the JSP) are failing because JSWDK can't find the classes.  I'm wondering where I am supposed to put the classes that the Bean is looking for?  Or how to configure the server to know where to look for them?  Specifically,

Re: Problem with import in page directive

1999-07-25 Thread Hans Bergsten
John Moore wrote: > > I am in the process of converting from JSP .92 to 1.0 and have run into > a problem. > [...] It's a know bug in JSWDK EA (I believ it's in the FAQ. Use <%@ page imports="java.util.Date" %> ^ (i.e. plural) until it's fixed. -- Hans Bergsten [EMA

Re: JWSDK 1.0-ea questions [LONG..SORRY]

1999-07-25 Thread John K. Peterson
On Tue, 20 Jul 1999, Craig R. McClanahan wrote: > A "document base" is in fact a directory in both of these cases, because you > are declaring something equivalent to the "DocumentRoot" configuration > parameter in Apache. However, you have several choices in how you actually > set this value.

Re: Bean Question ( once again ?)

1999-07-25 Thread Craig R. McClanahan
Manomohan K Kalathil wrote: > Hi > I am jsu trying to reduce my learning time . Can I do this in JSP > 1.0 > ... > ... > > > <% mybean.createMessage() %> > ... > .. > > Regards > > Mano. > Yes. The useBean action, among other things, crea

Re: Inter servlet comm and Session

1999-07-25 Thread Craig R. McClanahan
Ashok MAdhavan wrote: > Hi guys, > > I would like to access an object across servlets in a session. one way > would be store the object along with your session and we can retrieve > it.But the object is slightly big and there is one object per session > and there are many concurrent users. so the

Re: URLRewriting

1999-07-25 Thread Craig R. McClanahan
Elena Palanca wrote: > Hi, > I would like to maintain the session in my web application with > URLrewriting. > Could you show me the flow I have to follow to guarantee the usage of > this technic? > I'm using only JSP1.0 without an application server. > Thanks > Elena In the JSP page, wherever y

Bean Question ( once again ?)

1999-07-25 Thread Manomohan K Kalathil
Hi I am jsu trying to reduce my learning time . Can I do this in JSP 1.0 ... ... <% mybean.createMessage() %> ... .. Regards Mano. === To unsubscribe, send email to

JSP 1.0EA and contentType

1999-07-25 Thread Jen Hsien Huang
I want to use page directive attribute "contentType" to set the jsp output conent-typebut it donest work, is it a implement bug? -Brenden- @_@