Hello Manuel,

As I wrote in the mail of May 18th, this is what I tested:

============================================= (taken from the mail)
- Took the Trinidad demo example (can be found here [1])
- Added Weld-Servlet as CDI to the project (as CDI implementer so that I can
run the demo in Tomcat )
- Added the CODI DIST package

When I added the CODI jars, I see also the "No RenderingContext" error.

To solve this, I added the Trinidad compatibility module (I know, it says
that it is for JSF 1.2 and Trinidad 1.2, but it also works for the 2.0
versions)

And I don't have the issue with the RenderingContext.

I didn't test with dialogs but since the Trinidad compatibility module makes
the CODI renderkit wrapper Trinidad compatible, I assume there are no
issues.

Can you test your application by adding the Trinidad compatibility module
and let us know if it solves your problems?

[1] =
http://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo

===============================================(end of quote)


The Jira issue now has a patch that implements, among others, the methods
you mention. It should be integrated in the comming days.

Regards
-- 
Rudy De Busscher
http://www.c4j.be


On 9 August 2011 21:44, Manuel Hartl (JIRA) <dev@myfaces.apache.org> wrote:

>
>    [
> https://issues.apache.org/jira/browse/EXTCDI-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13081871#comment-13081871]
>
> Manuel Hartl commented on EXTCDI-186:
> -------------------------------------
>
> the trinidad1.2 support module of CODI is definitly not enough. there are
> methods not overriden that need to be overwritten to work:
>
>        public void addClientBehaviorRenderer(String type,
>        public ClientBehaviorRenderer getClientBehaviorRenderer(String type)
> {
>        public Iterator<String> getClientBehaviorRendererTypes() {
>
> what did you test to reproduce!?
>
>
> > Trinidad2-support-module
> > ------------------------
> >
> >                 Key: EXTCDI-186
> >                 URL: https://issues.apache.org/jira/browse/EXTCDI-186
> >             Project: MyFaces CODI
> >          Issue Type: New Feature
> >          Components: Trinidad Support
> >    Affects Versions: 0.9.5, 1.0.0
> >            Reporter: Manuel Hartl
> >            Assignee: Rudy De Busscher
> >
>
>
> --
> This message is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>


-- 
Rudy De Busscher
http://www.c4j.be

Reply via email to