Dear all: Use Struct 2.3.34,one interface can invoke by two ways,example:
http://localhost:8080/wisdomcampus-gs/login can invoke, the interface can also be called under the subdirectory, http://localhost:8080/wisdomcampus-gs/user/login can invoke,result is same. Use Struct 2.5.30,one interface only invoke by one way, example: http://localhost:8080/wisdomcampus-gs/login can invoke, the interface can't be called under the subdirectory, http://localhost:8080/wisdomcampus-gs/user/login can't invoke, return error: No result defined for action wisdom.user.action.LoginAction and result success. Why? How to config in Struct 2.5.30, can realization same result in Struct 2.3.34? Look forward to your reply, thank you! Mark wang