Hi Matt, I have been get some issues w/ Hello World and struts2-crud tutorials. Actually it would be quite usefull if u feed some kind of Matrix Table of compabilities and uncompabilities of the commands (being used togheter/combinated): *appfuse:fullsource* and *war:inplace* and mvn (IDE plug-in)eclipse:eclipse And also it would so of u if u guide get me right about Hello tutorial:
- I generate struts2-crud (AppFuse 2.1.0), I run 'mvn eclipse:eclipse' and get Build Sucessfully; - I run 'mvn jetty:run-war'-> the app works Ok! (I add Hello.JSP and it works fine, I even run 'mvn war:inplace' and 'mvn jetty:run' and the app still works suitable and *hot-deploy* began workOut), but the structure of Packages (and subPackages) is of witch u showed in in Hello Tutorial (src/main/java is different). Instead of 'com.mycompany.app' (and u tip us to add a 'webapp.action' package) the package is actually generated is 'com.mycompany.webapp.webapp.action'. But no matter if I add HelloAction underneath it, or do as u tip, I allways get "ActionComponent.error(27) | Could not execute action: default/hello There is no *Action* mapped for namespace / and *action* name h*ello*." By the way, what are ther differences between *war:inplace* and * FullSource*??! Tnx in advance, Ice-Man