In our project use struts1.2 integrated to springs2.0 using delegationActionProxy. Now we try to use annotations instead of xml. When i annotate the action class using @component("/url") it does work. when multiple bean is mapped to the same action class i am not able to annotate. I switched to springs 2.5 and tried @controller @RequestMapping({"/url1","url2"}).. Is there any other way to do it?


Reply With Quote
