allc commented on a change in pull request #7:
URL: https://github.com/apache/struts-archetypes/pull/7#discussion_r434354664
##########
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 for the review. Sorry I did not realise the `helloWorld` action
here looks intentionally different from the `index` action as there is Spring
bean for it.
When I setup the project with this archetype from the repositories somehow
some files did not generate including `applicationContext.xml`, and have caused
this confusion. Now I have tried installing this version here on git again and
it works fine. Thanks.
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]