ActionServlet doesn't react when Action returns null

2001-04-10 Thread Mueller, Franz
Hello all, my impression is, when an Action returns null like: ActionForward forward = mapping.findForward("some_forward"); // this forward is not declared in the configuration file !!! return forward; // return null; the ActionServlet does not react propper. It does not handle

Question regarding the autoFlush-Attrbute

2001-04-02 Thread Mueller, Franz
Sorry for posting it to this list, but usually the response is overhelming. It seems, it is an inconsistence in the Tomcat 3.2.2 (b2) environment: If the page-directive autoflush is set to true %@ page autoFlash=true % and when the JSP uses a body-aware Tag class MyTag extends

Re: Question on ActionServlet design

2001-02-14 Thread Mueller, Franz
Hi Craig, Our web-app looks like: ActionServletMain ActionServletModule1ActionServletModule2 ... All of the controllers are living in the same web-app. The main controller is the

Are this bugs ?

2000-12-07 Thread Mueller, Franz
Hello, I've noticed the following behaviour: declaring an Action like: actionpath="/logon" type="action.LogonAction" name="logonForm" input="/Logon.html" scope="request" validate="true" forward

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

Access of application-wide declared parameters from Action/ActionForm

2000-12-05 Thread Mueller, Franz
Hello, is there a convenient way to access the ServletContext from an Action or from an ActionForm ? My problem, I've declared a couple of context-param in the web.xml. Some of them have the meaning of beeing used as default-values in the JSP-page. I have now the problem to pass this