What ever the method name comes after underscore in hello_world from client side in 2.5 struts version is not working after upgrade 2.3 to 2.5
action name="hello_* is not working
<action name="hello_*" class="org.demo.example.HelloWorld" method="{1}"> <result name="success" type="tiles">Hello</result> </action>
2.1m questions
2.1m answers
60 comments
57.0k users