Re: servlet to struts

2009-03-03 Thread Al Sutton
Please post this to the struts-user mailing list where more people will be able to help you. Al. kool wrote: 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 servle

Re: servlet to struts

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 how to map > the action(servlet

servlet to struts

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 ac