Hi
I´ve recently extended the requestProcessor with one of my own and found
this error:

    javax.servlet.ServletException: TilesPlugin : Specified RequestProcessor
not compatible with TilesRequestProcessor
            at
org.apache.struts.tiles.TilesPlugin.initRequestProcessorClass(TilesPlugin.ja
va:360)

Everything seems to be fine

public class MyRequestProcessor
        extends TilesRequestProcessor { .... }

and in struts-config.xml
    <controller
processorClass="com.convergia.laos.security.MyRequestProcessor"/>

I´ve searched quite a bit on the internet and only found that you have to
extend from TilesRequestProcessor just as I did

any ideas on why this is happening?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to