문제

I am using weblogic and XWork. I have this error:

<Oct 30, 2012 9:06:14 AM GMT> <Notice> <Stdout> <BEA-000000> <ERROR dispatcher.ServletDispatcher - Could not find action
com.opensymphony.xwork.config.ConfigurationException: There is no Action mapped for namespace [XXXXX] and action name [YYY]

This used to work fine before an update of the system we use, so it is no trivial error like wrong config in xwork.xml.

I serached all the JARs and I have [YYY]Servlet.class. Is that the class for the action? Any other reason because of which the Action can't be found?

도움이 되었습니까?

해결책

If the class exists normally the actions should be there. In my case the error was somewhere else.

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