RE: Are this bugs ?

2000-12-07 Thread Mueller, Franz
Hello, Using the current nightly build of Struts (7-th Dec) the exception stack looks like the following (the previous posted stack was not as mentioned from Struts 6-Dec, it was from Struts 5-th Dec, sorry) Exception Report: javax.servlet.ServletException: Servlet.service() for servlet defau

RE: Are this bugs ?

2000-12-07 Thread Mueller, Franz
Hello, I'm using tomcat4/milestone 4 (Struts nightly build from 06-Dec) the exception I'm getting: A Servlet Exception Has Occurred Exception Report: javax.servlet.ServletException: Servlet.service() for servlet default threw exception at org.apache.catalina.core.ApplicationDispatcher

Re[2]: Are this bugs ?

2000-12-07 Thread Matthias Kerkhoff
>> Just wondering: >> In the code of ActionServlet I've noticed that the access to the actions >> member in the method processActionCreate >> (in the try - block) is not synchronized. >> > Currently, "actions" is implemented as a Hashtable, which guarantees thread safe > behavior for you without

Re: Are this bugs ?

2000-12-07 Thread Craig R. McClanahan
"Mueller, Franz" wrote: > Hello, > > I've noticed the following behaviour: > > declaring an Action like: > > type="action.LogonAction" >name="logonForm" > >input="/Logon.html" > << >scope="request" >valid

Are this bugs ?

2000-12-07 Thread Mueller, Franz
Hello, I've noticed the following behaviour: declaring an Action like: input="/Logon.html" << scope="request" validate="true"> I'm getting a servlet exception and as a result the Logon.html file is overwritten (the file itself