Re: Example 1 from "Struts in Action" gets stuck at register.do

2006-02-16 Thread Frank W. Zammetti
Think simple: throw some println's in RegisterAction and see where it gets hung up. Also, have a look at this: http://wiki.apache.org/struts/StrutsLogging That may help. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo:

Example 1 from "Struts in Action" gets stuck at register.do

2006-02-16 Thread Martin Wunderlich
Dear all, I am brand new user to Struts and just trying to get the first example from "Struts in Action" working (the little user registration form). My code looks fine and the app deployed ok on Tomcat 5.5.4. However, when I click the submit button of the registration form, I get forwarded to re