Hello William,
You should use the AlternateViewHandler context-param instead (like when
using Facelets) while using Trinidad.
The exact context param name is :
org.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER
Regards,
~ Simon
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.CoreRenderKitencodeFinally
WARNING: No AdfRenderingContext available
<application>
...
<view-handler>
some.viewhandler.class.path.TheViewHandler
</view-handler>
...
</application>