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

processDecodes in AliasBean not implemented

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.0
    • 1.1.0
    • None
    • None

    Description

      This bug prevents nested components which need the aliased value in the decode phase to work right.

      I´ve a fix for that:

      Index: AliasBean.java
      ===================================================================
      RCS file: /home/cvspublic/incubator-myfaces/src/components/org/apache/myfaces/custom/aliasbean/AliasBean.java,v
      retrieving revision 1.7
      diff -u -r1.7 AliasBean.java
      — AliasBean.java 27 Jan 2005 16:00:30 -0000 1.7
      +++ AliasBean.java 10 Mar 2005 10:36:57 -0000
      @@ -202,6 +202,13 @@
      super.processValidators(context);
      removeAlias(context);
      }
      +
      + public void processDecodes(FacesContext context)

      { + log.debug("processDecodes"); + makeAlias(context); + super.processDecodes(context); + removeAlias(context); + }

      public void processUpdates(FacesContext context) {
      log.debug("processUpdates");

      Attachments

        Activity

          People

            Unassigned Unassigned
            mbroekelmann Mathias Broekelmann
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: