Irene Huang wrote:

 > 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...)
 >

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

Try <jetspeed-home>\WEB-INF\templates\vm\portlets\html

 >
 > 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?

This portlet will return the contents of editUser.vm.  If you are 
looking for editUser.vm to be processed by Velocity, see the 
HelloVelocify portlet for an example.  Also see the PortletCatalog 
documentation, http://jakarta.apache.org/jetspeed

 >
 >
 >
 > Irene
 >

Paul Spencer


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

Reply via email to