[jboss-cvs] jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/preferences ...

Christian Bauer christian at hibernate.org
Wed Apr 4 06:38:13 EDT 2007


  User: cbauer  
  Date: 07/04/04 06:38:13

  Modified:    examples/wiki/src/main/org/jboss/seam/wiki/preferences 
                        PreferenceSupport.java
  Log:
  Switched to AJAX forms
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/preferences/PreferenceSupport.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PreferenceSupport.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/preferences/PreferenceSupport.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- PreferenceSupport.java	2 Apr 2007 18:25:05 -0000	1.1
  +++ PreferenceSupport.java	4 Apr 2007 10:38:13 -0000	1.2
  @@ -26,9 +26,9 @@
    * <tt>#{seamNameOfThePreferenceComponent.prefProperty}</tt> if there are property accessor methods, or even
    * type-safe by getting the  whole <tt>#{seamNameOfThePreferenceComponent}</tt> injected.
    * <p>
  - * Subclasses should be in <tt>CONVERSATION</tt> scope.
  + * Subclasses should be in <tt>CONVERSATION</tt> or <tt>PAGE</tt> scope.
    * <p>
  - * Subclasses automatically read preference properties when they are instantiated for the current conversation.
  + * Subclasses automatically read preference properties when they are instantiated for the current conversation or page.
    * Subclasses are  automatically notified to refresh their property values inside a conversation, however, you need
    * to call the method <tt>super.refreshProperties()</tt> in your subclass in a method that has the event listener
    * <tt>@Observer("PreferenceEditor.refresh.seamNameOfThePreferenceComponent")</tt> to enable this functionality.
  
  
  



More information about the jboss-cvs-commits mailing list