tried to define in web.xml

 <context-param>
   <param-name>org.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER</param-name>
   <param-value>some.viewhandler.class.path.TheViewHandler</param-value>
 </context-param>

this makes the custom one to be used as the *delegated* viewhandler,
inside the Trinidad ViewHandlerImpl

-M

On 7/3/07, William Hoover <[EMAIL PROTECTED]> wrote:
Is to possible to define a view handler extension in Trinidad without getting 
the following warnings?

org.apache.myfaces.trinidad.context.RenderingContext attach
WARNING: Trying to attach RenderingContext to a thread that already had one.
org.apache.myfaces.trinidadinternal.renderkit.core.CoreRenderKit encodeFinally
WARNING: No AdfRenderingContext available

        <application>
                ...
                <view-handler>
                        some.viewhandler.class.path.TheViewHandler
                </view-handler>
                ...
        </application>




--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

Reply via email to