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="