Everything is fine, the problem is conventional plugin wont work with
jboss as 7... but the problem got solved by xwork-core patch.
On 21-11-2011 11:58, Li Ying wrote:
Do you want to map your action to the following url?
namespace: common
action: homepage
But your package configuration is:
Do you want to map your action to the following url?
namespace: common
action: homepage
But your package configuration is:
I think maybe this setting maps all the actions in this package to
namespace "/",
but not "common" as you want.
Read the following documents, may help:
http://struts.apach
struts.xml is like
http://struts.apache.org/dtds/struts-2.1.7.dtd";>
...
web.xml is like
http://java.sun.com/xml/ns/javaee";
xmlns:xsi="http://www.w3.or
struts.xml is like
http://struts.apache.org/dtds/struts-2.1.7.dtd";>
...
web.xml is like
http://java.sun.com/xml/ns/javaee";
xmlns:xsi="http://www.
4 matches
Mail list logo