component-support-modules/trinidad-support/src/main/java/org/apache/myfaces/extensions/cdi/trinidad/impl/TrinidadRenderKitWrapper.java [101:115]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                                       uiViewRoot,
                                                                       uiComponent,
                                                                       processParameters,
                                                                       useWindow,
                                                                       windowProperties);
        }

        //TODO logging
        return false;
    }

    /**
     * {@inheritDoc}
     */
    public boolean returnFromDialog(FacesContext facesContext, Object returnValue)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



component-support-modules/trinidad20-support/src/main/java/org/apache/myfaces/extensions/cdi/trinidad2/impl/TrinidadRenderKitWrapper.java [101:115]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    uiViewRoot,
                    uiComponent,
                    processParameters,
                    useWindow,
                    windowProperties);
        }

        //TODO logging
        return false;
    }

    /**
     * {@inheritDoc}
     */
    public boolean returnFromDialog(FacesContext facesContext, Object returnValue)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



