Re: [appfuse-user] Re: Struts 2 convention plugin

2010-03-22 Thread Dusty Pearce
Ok, you are right. It doesn't work out of the box after the archetype build. The fix seems simple, but is likely to end up being more complex as it might have side effects. The issue is in struts.xml. This tells struts to only look at URL's with a .html extension. Really want Strut

[appfuse-user] Re: Struts 2 convention plugin

2010-03-22 Thread taltu-2
Thanks for your reply! For now I just tried the action-less result example with hello-world.jsp I don't have REST plugin integrated either. I simply used the archtype of 2.1.0-M1 (Struts 2.18 modular), build and run with jetty:run. Put a hello-world.jsp inside /WEB-INF/content/ and tried to ac