You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gerhard Petracek (JIRA)" <de...@myfaces.apache.org> on 2010/11/30 11:16:13 UTC

[jira] Issue Comment Edited: (EXTCDI-84) check compatibility with trinidad

    [ https://issues.apache.org/jira/browse/EXTCDI-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12935316#action_12935316 ] 

Gerhard Petracek edited comment on EXTCDI-84 at 11/30/10 5:15 AM:
------------------------------------------------------------------

see EXTCDI-88

      was (Author: gpetracek):
    currently a workaround is needed:

protected void initTrinidad(@Observes @BeforePhase(JsfPhaseId.ANY_PHASE) PhaseEvent phaseEvent)
{
    if (RenderingContext.getCurrentInstance() == null)
    {
        tryToInstantiateClassForName("org.apache.myfaces.trinidadinternal.renderkit.core.CoreRenderingContext");
    }
}
  
> check compatibility with trinidad
> ---------------------------------
>
>                 Key: EXTCDI-84
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-84
>             Project: MyFaces CODI
>          Issue Type: Task
>          Components: Trinidad Support
>    Affects Versions: 0.9.0
>            Reporter: Gerhard Petracek
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.