Re: Multiple controller

2011-05-02 Thread jimjoh...@gmail.com
class1 -- View this message in context: http://struts.1045723.n5.nabble.com/Multiple-controller-tp4364290p4364494.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr

Re: Multiple controller

2011-05-02 Thread Maurizio Cucchiara
ne >> it will be *.au >> >> Can any body help me? >> >> Thanks >> >> -- >> View this message in context: >> http://struts.1045723.n5.nabble.com/Multiple-controller-tp4364290p4364290.html >> Sent from the Struts - User mailing list archive

Re: Multiple controller

2011-05-02 Thread Maurizio Cucchiara
ller? > > For the first controller my url-pattern will be *.do and for the second one > it will be *.au > > Can any body help me? > > Thanks > > -- > View this message in context: > http://struts.1045723.n5.nabble.com/Multiple-controller-tp4364290p4364290.html >

Multiple controller

2011-05-02 Thread jimjoh...@gmail.com
Hi Can anybody give configuration to handle 2 controller? For the first controller my url-pattern will be *.do and for the second one it will be *.au Can any body help me? Thanks -- View this message in context: http://struts.1045723.n5.nabble.com/Multiple-controller-tp4364290p4364290

Re: How to handle multiple controller attributes

2005-12-20 Thread Laurie Harper
Jim Reynolds wrote: Hello, Currently in my struts-config.xml file I have the following controller entry. All is running, but now I have the need to extend the RequestProcessor. So I created a class 'com.xxx.xxx.myExtendedRequestProcessor". which means now my controller should inclue that i

How to handle multiple controller attributes

2005-12-20 Thread Jim Reynolds
Hello, Currently in my struts-config.xml file I have the following controller entry. All is running, but now I have the need to extend the RequestProcessor. So I created a class 'com.xxx.xxx.myExtendedRequestProcessor". which means now my controller should inclue that in the "processorClass="