문제

I have a problem with struts 2 action tag on GAE. When I try

<s:action name="User_info" namespace="/" executeResult="true" />

i get following error

"com.opensymphony.xwork2.util.logging.commons.CommonsLogger error: Could not execute action: //User_info java.lang.IllegalArgumentException:"

On local everything works fine... Thanks

도움이 되었습니까?

해결책

The problem was within the action itself not in the Struts 2. I used JDO but forgot to include jar fiels in lib folder. My mistake, Sorry.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top