Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-4624

SearchExpressions must fail when component in viewroot is not resolvable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.3.10, 3.0.2, 2.3-next-M8, 4.0.1
    • 2.3.11, 3.0.3, 4.0.2, 2.3-next-M9, 4.1.0-RC1
    • None
    • None

    Description

      when using something like:

      ```
      <h:form id="mainForm">
      <h:inputText id="input"></h:inputText>
      </h:form>

      <f:ajax render=":input"/>
      ```

      the result was that it was resolved to "j_id__v_0" instead of throwing a ComponentNotFoundException

      ":mainForm:input" would be the right expression

      Attachments

        Activity

          People

            tandraschko Thomas Andraschko
            tandraschko Thomas Andraschko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: