RE: Date input tag

2001-04-03 Thread Szlapa, Michael
I would appreciate it. Even if its crude, it sure beats creating one from scratch! You may also consider ziping it and posting here, should be very small file I guess. Thank you, Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

java.lang.IllegalStateException: Can't happen - classname is null, who added this ?

2001-03-29 Thread Szlapa, Michael
Every now and then I get the following exception: Location: /poc/ Internal Servlet Error: java.lang.IllegalStateException: Can't happen - classname is null, who added this ? at org.apache.tomcat.core.ServletWrapper.loadServlet(ServletWrapper.java:261) at

RE: Bug in tomcat or the JDK (testing it on 1.2.2)

2001-03-28 Thread Szlapa, Michael
That is not the bug. It's a feature ;-). When your browser realizes that it already has a copy of given file in browser cache, it abruptly closes the connection in order not to waste time and bandwidth. This causes exception on the server (tomcat) side of the connection. It is plainly cosmetic

RE: Oracle iAS 9i/Struts/BC4J

2001-03-27 Thread Szlapa, Michael
OffTopic I've been using Oracle BC4J last spring. My experiences were rather bad - basically the product was very immature at that time, and I my opinion not ready for production use. /OffTopic Anyway, looking back I think it could work well with Struts. Struts could replace Oracle Components

html:form ... does not retrieve values from the Request seems to contradict JavaDoc

2001-03-27 Thread Szlapa, Michael
I am new to the Struts and may be doing something wrong, but it seems like a legitimate problem. I would be very glad if someone could explain it. When I use html:form ... with explicitly defined name and type Struts seems to create a new bean object - the created HTML form has empty values.