I've been working with a custom RequestProcessor extention for awhile that works great for my needs to validate and verify login and session for each request.
I have now added in tiles configuration and am trying to get it working. So one part of that conversion was to now extend from TilesRequestProcessor instead. I get this exception: Java.lang.ClassCastException: org.apache.struts.tiles.TilesUtilImpl at org.apache.struts.tiles.TilesRequestProcessor.initDefinitionsMapping(TilesRe questProcessor.java:86) at org.apache.struts.tiles.TilesRequestProcessor.init(TilesRequestProcessor.jav a:77) at org.apachestruts.action.ActionServlet.getRequestProcessor(ActionServlet.java :585) .... I've been looking at the code but nothing stands out to me, any hints would be appreciated. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]