Hi All, Greetings !!
i have to use
servlet in my
struts 2 based application for some specific purpose, now i have mapped the servlets in web.xml and its working fine.
now i have to use filterdispatcher for all the other requests but then the problem is with servlets,
i went though may posts and i found something useful like
add this to struts.xml
and change the web.xml like
i went through a few pdf as well and i try to understand how these constant tags work..but no luck..i dint get it.
please help me to make my servlets work with strust2 .
Thanks in advance !