[opencms-dev] Direct Edit not working with a custom login

Leo leonardo.moreno at gmail.com
Mon Oct 9 16:27:55 CEST 2006


Hi coders

I have a login page in my site and i want that when an admin user logs
in the direct edit function works. How can i do that?. If i log in
using the workplace the direct edit works normally but when i log in
from my login page i never see the direct edit button

the code i use for log in is:

<jsp:useBean id="cmslogin" class="org.opencms.jsp.CmsJspLoginBean">
 <% cmslogin.init(pageContext, request, response); %>
</jsp:useBean>

<%
cmslogin.login(username, password);
%>

docs?, tips?

Any help would be greatly appreciated

-- 
Leonardo Moreno Guzmán
http://leo.logtar.com
http://www.flickr.com/photos/leillo/ | http://www.flickr.com/people/leillo/



More information about the opencms-dev mailing list