Re: redirect-action parameters

2006-12-26 Thread Chong Yoke Ping
hi, Wonder if you have solved the following problem. I encounter the same problem and after much attempts, I discover that you can do the following: anotherBlahAction true name="yourDynamicParamName">${yourDynamicParamValue}

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 **/*.*