Irene Huang wrote:

> Hello,
> 
> For now, can Admin add/edit/remove user?


Yes, in the User browser under the security tab.


> If not, how could I delete the user account that appears in User Browser?
> Has anyone implemented these functions yet?


See above

> 
> Also, if I want to implement the Customization in portlet, how should I do
> it?


This is dependent on the portlet registry definition.  By default 
customization is limited to parameters that are NOT hidden, "hidden = 
false" (See 
<jetspeed-home>/WEB-INF/templates/vm/html/customizer-portlet.vm).  If 
the file template'-customize.vm/jsp' template directory, then that 
template is used by the customizer (see 
<jetspeed-home>/WEB-INF/templates/vm/html/hello-customize.vm for the 
HelloVelocity portlet)

> I tried to reuse the same link:
> <a href="$link.setPage("EditAccount")">$l10n.TOP_EDITACCOUNT
> ($data.User.UserName)</a>
> But the browser will not be able to find the link.


What was the error message? What did the link evaluate to, i.e. 
http://localhost/jespeed/portlet/...?

> 
> Any help will be appreciated!
> 
> Irene
> 


Paul Spencer



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

Reply via email to