taylor      2004/09/15 23:36:21

  Modified:    applications/pam/src/webapp/WEB-INF faces-config.xml
  Log:
  user management continued, added basics for tabbed data entry
  
  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.2       +7 -0      
jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/faces-config.xml
  
  Index: faces-config.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/applications/pam/src/webapp/WEB-INF/faces-config.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faces-config.xml  15 Sep 2004 22:45:20 -0000      1.1
  +++ faces-config.xml  16 Sep 2004 06:36:21 -0000      1.2
  @@ -42,5 +42,12 @@
       
<managed-bean-class>org.apache.jetspeed.portlets.security.users.UserData</managed-bean-class>
       <managed-bean-scope>session</managed-bean-scope>
     </managed-bean>
  +  
  +    <managed-bean>
  +        <managed-bean-name>tabbedPaneBean</managed-bean-name>
  +        
<managed-bean-class>org.apache.jetspeed.portlets.security.users.TabbedPaneBean</managed-bean-class>
  +        <managed-bean-scope>request</managed-bean-scope>
  +    </managed-bean>
  +  
   
   </faces-config>
  
  
  

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

Reply via email to