Since Trindad delegates to the ALTERNATE one, what you can do: Extend FaceletViewHandler with your custom one. Then register that one as the org.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER
On 9/3/07, Zarick Lau <[EMAIL PROTECTED]> wrote: > Dear User and Devs, > > My project use Facelets and Trinidad. > Currently, the facelets ViewHandler is configure using the > trinidad's context param in web.xml > (org.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER). > > So everything goes smoothly, but now, I would > like to implement our app specific ViewHanlder (to handle > authorization stuff), how can I add my ViewHandler into picture?? > > Env: Trinidad 1.2.1 / Faclets 1.1.12 / JSF 1.2 RI > > Best regards, > Zarick >

