I say that there was such a method in the RenderUtils. The method there does not support the "::" syntax. The function is not rendering specific, it can be used during even broadcasting, decoding and other phases as well. That is why I felt that it should be on ComponentUtils, since it is a method to help with finding components.
On 9/3/07, Adam Winer <[EMAIL PROTECTED]> wrote: > I'd add it to RenderUtils, which already has a getRelativeId() > API. > > -- Adam > > > On 8/30/07, Andrew Robinson <[EMAIL PROTECTED]> wrote: > > The method: > > > > static private UIComponent _findRelativeComponent( > > UIComponent from, > > String relativeId) > > > > on RequestContextImpl is a very handy method, any objections to making > > a JIRA issue to move this to a public class with static methods? > > > > Maybe a public static on RenderingContext? Or is there a better class? > > > > -Andrew > > >
