Hi again! When i use the default view controller mapper everything works fine. But when i define my own implementation with: <context-param> <param-name> org.apache.shale.view.VIEW_CONTROLLER_MAPPER </param-name> <param-value>test.VCMapper</param-value> </context-param> and my default mapper is not being invoked and the default mapper is invoked instead. Any suggestions?
-- Seeing is believing
