You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org> on 2007/08/31 17:10:30 UTC

[jira] Created: (TRINIDAD-668) Move RequestContextImpl._findRelativeComponent to public utility class

Move RequestContextImpl._findRelativeComponent to public utility class
----------------------------------------------------------------------

                 Key: TRINIDAD-668
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-668
             Project: MyFaces Trinidad
          Issue Type: New Feature
          Components: Components
    Affects Versions: 1.0.2-core
            Reporter: Andrew Robinson
            Assignee: Andrew Robinson


The method:

static private UIComponent _findRelativeComponent(
   UIComponent from,
   String      relativeId)

on RequestContextImpl is a very handy method

Will move it to org.apache.myfaces.trinidad.util.ComponentUtils as this seems the logical place for such a method

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TRINIDAD-668) Move RequestContextImpl._findRelativeComponent to public utility class

Posted by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Robinson resolved TRINIDAD-668.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.3-core

findRelativeComponent is now located in the trinidad-api ComponentUtils class

> Move RequestContextImpl._findRelativeComponent to public utility class
> ----------------------------------------------------------------------
>
>                 Key: TRINIDAD-668
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-668
>             Project: MyFaces Trinidad
>          Issue Type: New Feature
>          Components: Components
>    Affects Versions: 1.0.2-core
>            Reporter: Andrew Robinson
>            Assignee: Andrew Robinson
>             Fix For: 1.0.3-core
>
>
> The method:
> static private UIComponent _findRelativeComponent(
>    UIComponent from,
>    String      relativeId)
> on RequestContextImpl is a very handy method
> Will move it to org.apache.myfaces.trinidad.util.ComponentUtils as this seems the logical place for such a method

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.