Re: Multiple controller

2011-05-02 Thread jimjoh...@gmail.com
Hi My code is as follolws . action org.apache.struts.action.ActionServlet config/ /WEB-INF/conf/struts/struts-config-1.xml action2 org.apache.struts.action.ActionServlet config/ /WEB-INF/conf/stru

Re: Multiple controller

2011-05-02 Thread Maurizio Cucchiara
Probably I would use filter-mapping struts /* On 2 May 2011 12:19, Maurizio Cucchiara wrote: > I'm not sure I understand what you exactly mean, but have you tried to > map the url through the web.xml? > for example: > > >    struts-1 >    *.do > > > >    struts-2 >    *.au >

Re: Multiple controller

2011-05-02 Thread Maurizio Cucchiara
I'm not sure I understand what you exactly mean, but have you tried to map the url through the web.xml? for example: struts-1 *.do struts-2 *.au On 2 May 2011 11:49, jimjoh...@gmail.com wrote: > > Hi > > Can anybody give configuration to handle 2 controller? > > For the fi