Struts2 same namespaces in different struts.xml files -


is possible use same namespace in different struts.xml files?. know can use different namespaces. problem is, have many actions in configuration file. want split inorder manage easily. if use different namespace each file, have modify namespace mentioned everywhere(jsps).

for ex.

i want use namespace="/" in struts.xml files.

i hope understand coming say. possible or other relevant easy method achieve this?

thanks in advance

you can use multiple packages same namespace. remember packages cannot have same names. need include them in main struts.xml like:

<include file="path config files"/> 

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -