RE: Struts 2 tutorial

2007-09-18 Thread Dave Newton
--- Wesley Wannemacher <[EMAIL PROTECTED]> wrote: > Struts2 is heavily based on WebWork, > which uses xwork. I am not sure if this will be > re-factored out. Almost everything in S2 *is* XWork; I don't see how (or why) it would or could be refactored out. d. ---

RE: Struts 2 tutorial

2007-09-18 Thread Wesley Wannemacher
It is in the xwork jar file. It comes with any of the struts apps (struts2-blank, struts2-showcase). Struts2 is heavily based on WebWork, which uses xwork. I am not sure if this will be re-factored out. -Wes -Original Message- From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] Sent: T

Re: struts 2 tutorial and maven question

2006-12-11 Thread Chong Yoke Ping
Hi, In your pom.xml, under the resource tag, you need to add the resource directory "**/*.xml". Hence your resource tags should have the following: ${basedir}/src/main/resources **/*.*