1 5 package org.exoplatform.portlets.user.component ; 6 7 import org.exoplatform.faces.core.component.UIPortlet; 8 14 public class UINewAccountPortlet extends UIPortlet { 15 16 public UINewAccountPortlet() throws Exception { 17 setRendererType("ChildrenRenderer"); 18 UIAccountForm comp = (UIAccountForm)addChild(UIAccountForm.class) ; 19 comp.customizeNewAccountForm() ; 20 } 21 } 22 | Popular Tags |