Re: [appfuse-user] tutorial-spring: PersonFormController - form post not going to onSubmit

2008-03-15 Thread Waldo Rochow
Matt, I compared everything that I thought was relevant, and it still didn't work. I blew away everything and restarted from the archetype, and it's fine. I suspect I must have messed something up between running the archetype and starting the tutorial. Thanks for your patience with this app

[appfuse-user] Re: Debugging missing pages

2008-03-15 Thread Derek Broughton
Rob Hills wrote: > Hi Derek, > > Derek Broughton wrote: >> Appfuse 2.0.1, Struts basic >> >> Can anybody suggest what I need to do to figure out why a page simply >> refuses to display? If I'm on my accountList.jsp (where the URL >> is /accounts.html) page, and click on a link to edit an account

Re: [appfuse-user] Debugging missing pages

2008-03-15 Thread Rob Hills
Hi Derek, Derek Broughton wrote: Appfuse 2.0.1, Struts basic Can anybody suggest what I need to do to figure out why a page simply refuses to display? If I'm on my accountList.jsp (where the URL is /accounts.html) page, and click on a link to edit an account (url /editAccounts.html, page is ac

[appfuse-user] Re: Log4J-Output during testing...

2008-03-15 Thread Kai Moritz
On Saturday 15 March 2008 11:30:33 you wrote: > Hi Folks! > > What am I doing wrong? > I found out, that I have to run maven with the "-e" switch, to see the log-messages! This perhaps should be documented on the page http://www.appfuse.org/display/APF/Maven+2 Greetings Kai

[appfuse-user] Log4J-Output during testing...

2008-03-15 Thread Kai Moritz
Hi Folks! In my Appfuse-Project I copied src/main/resources/log4j.xml to src/test/resources and set the log-level for org.hibernate to DEBUG (yes, I also removed the comments around this entry :). But I do not see any log-messages, when running my test cases. Even, if I change src/main/resource