lukaszlenart commented on a change in pull request #7:
URL: https://github.com/apache/struts-archetypes/pull/7#discussion_r433643296



##########
File path: 
struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/struts.xml
##########
@@ -16,7 +16,7 @@
             <result>/WEB-INF/jsp/index.jsp</result>
         </action>
 
-        <action name="helloWorld" class="helloWorldAction">
+        <action name="helloWorld" class="${package}.HelloWorldAction">

Review comment:
       This need to match Spring bean name 
[here](https://github.com/apache/struts-archetypes/blob/master/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/applicationContext.xml#L6),
 btw. the package name need to be fixed there




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to