2 Replies Latest reply on May 15, 2007 2:50 PM by alexsmirnov

    typo.  wanted to check if it was first.

    courtneycouch

      I didnt want to create superfluous Jira issues if I'm just reading this wrong...

      I believe this patch should be applied though.

      (if its preferred that I simply create Jira issues first let me know)

      Index: framework/src/main/java/org/ajax4jsf/framework/resource/UserResource.java
      ===================================================================
      --- framework/src/main/java/org/ajax4jsf/framework/resource/UserResource.java (revision 177)
      +++ framework/src/main/java/org/ajax4jsf/framework/resource/UserResource.java (working copy)
      @@ -79,7 +79,7 @@
       dataToStore.expires = UIComponentBase.saveAttachedState(context,expires);
       }
       ValueBinding lastModified = component.getValueBinding("lastModified");
      - if (null != expires) {
      + if (null != lastModified) {
       dataToStore.modified = UIComponentBase.saveAttachedState(context,lastModified);
       }
       }