XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 2.0.14, 2.1.8
    • General
    • None

    Description

      Similar to MYFACES-3214:
      ld code uses:

      catch(Exception ex)

      { throw new FacesException("Could not retrieve value of component with path : "+ getPathToComponent(component),ex); }

      to provide path to problematic component. With JSF 2.0 and exception handler is is not necessary (and only makes stacktrace harder to read), because:
      1) exception is always queued with component instance (see MYFACES-3201 and MYFACES-3199)
      2) every EL expression knows about it's location (MYFACES-3202)

      Attachments

        1. ActionListenerImpl.patch
          6 kB
          Martin Kočí
        2. RendererUtils.patch
          8 kB
          Martin Kočí
        3. TextInstruction.patch
          1 kB
          Martin Kočí
        4. UIComponentBase.patch
          2 kB
          Martin Kočí

        Activity

          People

            markoc50 Martin Kočí
            markoc50 Martin Kočí
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: