HK - 523 Ninth Ave (at 39th St. )
I'd say 65% or more. Could be a lot more, but as people are older now, its possible that they won't bother.
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

