DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22828>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22828 Specified RequestProcessor not compatible with TilesRequestProcessor Summary: Specified RequestProcessor not compatible with TilesRequestProcessor Product: Struts Version: 1.1 Final Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Tiles framework AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When use an extended class of RequestProcessor in struts-config, such as: <controller contentType="text/html;charset=UTF-8" debug="3" locale="true" processorClass="com.trading.processor.TradingRequestProcessor"> When running with tiles, get the following error: SEVERE: TilesPlugin : Specified RequestProcessor not compatible with TilesRequestProcessor The reason is in org.apache.struts.tiles.TilesPlugin class requires that TilesRequestProcessor be the super class of RequestProcessor. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
