lukaszlenart commented on a change in pull request #7: URL: https://github.com/apache/struts-archetypes/pull/7#discussion_r434359012
########## 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: Thanks! We fixed a lot of problems and now the archetypes are under test phase, then we release new versions. ---------------------------------------------------------------- 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