I have been working on setting up SSLExt for an existing Struts application which was using SecureRequestProcessor but we wanted to also implement Tiles. So now I've configured the application to use SecureTilesRequestProcessor. However, when I call my tiles page I'm getting the following error:

Error 503: Cannot initialize RequestProcessor of class org.apache.struts.action.SecureTilesRequestProcessor: java.lang.ClassCastException: org/apache/struts/tiles/TilesUtilImpl incompatible with org/apache/struts/tiles/TilesUtilStrutsImpl

I have done the following set up work:

* put TLD definition in the web.xml
* set controller in struts-config.xml
* set action-mapping in struts-config.xml
* included sslext.tld in pages

Can someone suggest what the error might indicate, or point out what I may have neglected in my setup?

Thanks in advance.

_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfeeŽ Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



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



Reply via email to