Re: Struts2 Not Executing Actions

2007-06-14 Thread Dave Newton
--- Danny Hurlburt <[EMAIL PROTECTED]> wrote: > The wiki page didn't make it clear that it is > required to be on the classpath. Does now :) (Or will once it propagates, anyway.) d. Building a websit

Re: Struts2 Not Executing Actions

2007-06-14 Thread Danny Hurlburt
Actually I figured it out. I didn't realize that S2 was expecting struts.xml to be on the classpath. I put it in WEB-INF. The wiki page http://cwiki.apache.org/WW/strutsxml.html didn't make it clear that it is required to be on the classpath. It does however state that the struts-plugin.xml need

Re: Struts2 Not Executing Actions

2007-06-14 Thread ANIMESH SAXENA
Generally this occurs if there is no method defined for the action...guess struts.xml is missin for indicatin the default method. try addin method="execute()" to the definition..if it works...some problem with struts.xml Animesh On 6/13/07, Danny Hurlburt <[EMAIL PROTECTED]> wro

Re: Struts2 Not Executing Actions

2007-06-14 Thread Ian Roughley
Can you verify that the struts.xml is in the WAR file, and the location of it? /Ian Danny Hurlburt wrote: Hello, I am new to Struts2 and am running into some problems. I have read much of the documentation on the wiki but I am still stuck. I have added the filter declaration and filter ma

Struts2 Not Executing Actions

2007-06-13 Thread Danny Hurlburt
Hello, I am new to Struts2 and am running into some problems. I have read much of the documentation on the wiki but I am still stuck. I have added the filter declaration and filter mapping to web.xml. I have confirmed that it gets invoked by setting a breakpoint in the doFilter method. I have