Struts2 and struts 1.2 combination

2009-06-10 Thread kool
HI All Currently i am working with Struts 1.2. Now i want to integrate with struts 2.0 and struts 1.2 in one project. Is it possible to have both versions in one project or any conflict will occur. Please give me a suggestions. Thanks in adv. kool -- View this message in context: http

Re: servlet to struts MVC conversion mapping

2009-03-03 Thread kool
kool wrote: > > Hi all, > > I have one servlet. now i have to convert the functionality of the servlet > to struts mvc (writing an action class and daos). i am able to converted > into servlet. > > now my problem is servlet is mapped in web.xml. now i dont know

servlet to struts MVC conversion mapping

2009-03-03 Thread kool
Hi all, I have one servlet. now i have to convert the functionality of the servlet to struts mvc (writing an action class and daos). i am able to converted into servlet. now my problem is servlet is mapped in web.xml. now i dont know how to map the action(servlet converted into action) in the