Re: ActionServlet creating action mapping extension not calling set property(s)

2005-02-13 Thread Stephen Peck
ping gets instantiated and intialized, not when the Action's execute method is called on receving a request. Are you sure you're not getting your message displayed when Tomcat starts up? Niall - Original Message - From: "Stephen Peck" <[EMAIL PROTECTED]> Sent: Sun

ActionServlet creating action mapping extension not calling set property(s)

2005-02-13 Thread Stephen Peck
Hi, I am currently trying to set up a custom security model using struts which involves extending ActionMapping with a class called SecureActionMapping using Tomcat 5.0 and Struts 1.2. My problem is that after initialisation of the actions, which definitely creates and parses the extended action