> <context-param> > <param-name>com.sun.facelets.FaceletViewHandler</param-name>
the param-name is this: <param-name>org.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER</param-name> > <param-value>com.sun.facelets.FaceletViewHandler</param-value> > </context-param> I really can't follow your problem now. tomahawk is HTML_BASIC, which is added by trinidad's core-renderkit. that means, please use the Trinidad RenderKit ID in faces-cfg. The viewhandler has to be defined inside the web.xml do you mind to create a simple! "test-case" application, using Trinidad, facelets + tomahawk ? perhaps looking at your stuff makes more sense at this point. :-) -M > > But as always it did not work!! > > So I have no ideas left, what I should do now ;) > > cheers! > > > >to summarize, > > >web.xml: viewhandler > <faces-cfg: renderKitId (no! viewhandler) > > >-M > > On 9/29/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > > <application> > > > <view-handler>com.sun.facelets.FaceletViewHandler</view-handler> > > > </application> > > > > > > :-) > > > > > > On 9/29/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> > > Hi, > >> > > > >> > > Trinidad works, but there is although a problem with the rendererKit, > >> > > because if I click on a link now nothing happens. > >> > > For instance I have a menu in form of a tomahawk tree2. > >> > > If I click on a treenode, which is link to a xhtml site, nothing > happens. > >> > > Same for instance by tr:panelPopup. Do let the popup appear I have > >> > > to click on the tr:panelPopup value, but nothing seems to happen after > >> > > clicking the link. > >> > > > >> > > But if I put the ViewHandler application (see below) back into my > >> > > faces-config.xml and remove there the trinidad default renderer Kit > (see > >> > > also below), then the links work again. > >> > > But I can't put both, the sun ViewHanlder and the rendererKit into the > >> > > faces-config.xml, because then I got an error like this: > >> > > ---------------------------- > >> > > 29.09.2007 12:46:36 > >> > > org.apache.myfaces.trinidadinternal.renderkit.core.CoreRenderKit > >> > > createResponseWriter > >> > > SCHWERWIEGEND: No RenderingContext has been created. > >> > > 29.09.2007 12:46:36 com.sun.facelets.FaceletViewHandler > handleRenderException > >> > > SCHWERWIEGEND: Error Rendering View[/homePage.xhtml] > >> > > java.lang.IllegalStateException: No RenderingContext > >> > > at > >> > > org.apache.myfaces.trinidad.render.CoreRenderer.encodeBegin(CoreRenderer.java:193) > >> > > at > >> > > org.apache.myfaces.trinidadinternal.renderkit.htmlBasic.HtmlFormRenderer.encodeBegin(HtmlFormRenderer.java:56) > >> > > ------------------------------------ > >> > > > >> > > > >> > > <application> > >> > > <view-handler>com.sun.facelets.FaceletViewHandler</view-handler> > >> > > </application> > >> > > > >> > > <application> > >> > > <!-- Use the Trinidad RenderKit --> > >> > > <default-render-kit-id> > >> > > org.apache.myfaces.trinidad.core > >> > > </default-render-kit-id> > >> > > </application> > >> > > > >> > > Any more suggestions? > >> > > Thanks Wolfgang > >> > > > >> > > > > > > > > > > > -- > > > Matthias Wessendorf > > > > > > further stuff: > > > blog: http://matthiaswessendorf.wordpress.com/ > > > mail: matzew-at-apache-dot-org > > > > > > -- Matthias Wessendorf further stuff: blog: > http://matthiaswessendorf.wordpress.com/ mail: matzew-at-apache-dot-org > > -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ mail: matzew-at-apache-dot-org

