On 8/9/06, Adrian Mitev <[EMAIL PROTECTED]> wrote:

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?


Which version or nightly build of Shale are you using?  As far as I can
tell, it works with the latest nightly builds (although this technique is
now deprecated, in favor of storing your own application scope attribute
under key org.apache.shale.view.faces.FacesConstants.EXCEPTION_HANDLERinstead.
That will be the preferred solution going forward.

Craig


--
Seeing is believing

Reply via email to