Paul,

I have tried to login as "admin/jetspeed" and it will return to the same
page after i click on edit/remove/add user.
where is the file that control these functions? (maybe I have deleted needed
classes...)

I can't find the html directory under
<jetspeed-home>/WEB-INF/templates/vm/"html"/hello-customize.vm, (I am using
jetspeed 1.3a2)

The error I got  using <a
href="$link.setPage("EditAccount")">$l10n.TOP_EDITACCOUNT
($data.User.UserName)</a> :
HTTP ERROR: 404 Not Found
Could not find resource for /myjetspeed/$link.setAction(

If I only want to add this "edit" function to one of the portlet, and in my
.xreg:
   <portlet-entry name="Edit User" hidden="false" type="ref"
        parent="HTML" application="false">
        <meta-info>
                <title>Edit User</title>
                <description>Edit User</description>
        </meta-info>
        <url>/html/editUser.vm</url>
    </portlet-entry>

I put it under <jetspeed-home>/html, but where should I put my editUser.vm?





Irene

-----Original Message-----
From: Paul Spencer [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 18, 2002 1:58 PM
To: Jetspeed Users List
Subject: Re: Can Admin add/edit/remove user?




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?

<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<jetspeed-home>/WEB
-INF/templates/vm/html/hello-customize.vm for the
HelloVelocity portlet)
> ($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]>



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

Reply via email to