|
Regards to all, I need to overwrite the rendering behaviour of HtmlJSCookMenuRenderer
and after looking at the source code I have a line that is causing me trouble:
FormInfo parentFormInfo =
RendererUtils.findNestingForm(component, context); I am kind of lost here ´cause I am getting the error
here that this method isn´t defined by RenderUtils. (being org.apache.myfaces.shared_tomahawk.renderkit.RendererUtils).
Therefore I am totally confused, in the first place how is this working if this
method isn´t defined anywhere?. I am using tomahawk-1.1.5-SNAPSHOT.jar and I
downloaded the source files for this same distribution and I haven´t found this
method. Any ideas on what is happening here? Thanks, JV |
- extend HtmlJSCookMenuRenderer... Jorge Vásquez
- Re: extend HtmlJSCookMenuRenderer... Kevin Galligan
- Re: extend HtmlJSCookMenuRenderer... Kevin Galligan
- RE: extend HtmlJSCookMenuRenderer... Jorge Vásquez

