Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
410 views
in Technique[技术] by (71.8m points)

java - Migrating from Struts 2.3 to 2.5

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>
question from:https://stackoverflow.com/questions/65848642/migrating-from-struts-2-3-to-2-5

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...