You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Richard Reyes <ri...@voxsant.com> on 2002/12/02 05:04:04 UTC

Fw: Portal Coplets - Access

Hi Guys,

Any comments...

Or the portal is suppose to work like this?

Thanks


--------------------------------------------------------------------------------


  ----- Original Message ----- 
  From: Richard Reyes 
  To: cocoon-users 
  Sent: Friday, November 29, 2002 3:10 PM
  Subject: Portal Coplets - Access


  Hi Guys,

  Is there a way to not let a specific Roles ( or Usergroups like guest or
  admin ) to access all available coplets?
  Well, except for declarings it like the admin coplet..

    <coplet id="administration">
         <resource uri="cocoon:raw:/sunspotdemosunlet-administration.xml"/>
          <configuration>
             <mandatory>false</mandatory>
             <sizable>true</sizable>
             <active>false</active> <!-- this is only active for admins -->
         </configuration>
         <title>Administration</title>
         <status>
              <visible>true</visible>
              <size>max</size>
     </status>
    </coplet>

  Configurations:
  Windows 2000 Advance Server
  j2sdk1.4.0_03
  Apache Tomcat/4.1.12-LE-jdk14

  Thanks
  Richard