Frank Otto wrote:
hi,

I create an user with UserManager. How can I create user pages from the template psml folder (/pages/_user/template/)?
In that case I suggest using the 
org.apache.jetspeed.administration.PortalAdministration service instead of the 
UserManager.

You can retrieve it from the JetspeedEngine using:

  PortalAdministration portalAdministration =
      
(PortalAdministration)engine.getComponentManager().getComponent("PortalAdministration");

See also: WEB-INF/assembly/administration.xml



kind regards,

Frank

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to