taylor      2004/09/19 16:54:20

  Modified:    applications/pam/src/java/org/apache/jetspeed/portlets/pam
                        PortletApplicationResources.java
  Log:
  User Attributes tab UI maintenance
  
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.8       +3 -2      
jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/pam/PortletApplicationResources.java
  
  Index: PortletApplicationResources.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/pam/PortletApplicationResources.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PortletApplicationResources.java  17 Sep 2004 18:40:19 -0000      1.7
  +++ PortletApplicationResources.java  19 Sep 2004 23:54:19 -0000      1.8
  @@ -39,5 +39,6 @@
       public final static String CURRENT_PAGE = "current_page";
       public final static String CURRENT_USER = "current_user";
       public final static String PAM_CURRENT_USER = "org.apache.jetspeed.pam.user";
  -    public final static String REQUEST_SELECT_USER = "select_user";        
  +    public final static String REQUEST_SELECT_USER = "select_user";    
  +    public final static String PORTLET_ACTION = "portlet_action";
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to