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

2005-02-13 Thread Niall Pemberton
I'd switch on logging in debug mode - digester I think tells you loads about what its doing, maybe you can work out from that whats happening at startup. Niall - Original Message - From: "Stephen Peck" <[EMAIL PROTECTED]> Sent: Monday, February 14, 2005 1:23 AM > Thanks for the reply Nia

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

2005-02-13 Thread Stephen Peck
Niall Pemberton wrote: Many of the configuration options available using in the web.xml were deprecated in Struts 1.1 and removed in Struts 1.2, including the "mapping" one you're trying to use. The upgrade notes on the wiki have a full list: http://wiki.apache.org/struts/StrutsUpgradeNotes11to124

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

2005-02-13 Thread Niall Pemberton
Many of the configuration options available using in the web.xml were deprecated in Struts 1.1 and removed in Struts 1.2, including the "mapping" one you're trying to use. The upgrade notes on the wiki have a full list: http://wiki.apache.org/struts/StrutsUpgradeNotes11to124 However having said