I try to set this up and run and get:

ERROR  info.magnolia.cms.servlets.EntryServlet 28.03.2006 16:24:09 --
Failed to forward - /admintemplates/adminCentral/activatePage.jsp
ERROR  info.magnolia.cms.servlets.EntryServlet 28.03.2006 16:24:09 --
Exception in JSP: /admintemplates/adminCentral/activatePage.jsp:23

20:     String action = request.getParameter("action");
21: 
22:     if(path == null || path.equals(""))
23:             { throw new Exception("No path parameter spesified!"); }
24: 
25:     if(action == null || action.equals(""))
26:             { throw new Exception("No action parameter spesified!");
}

When I click 'Activate', I get HTTP 400 - Page can't be found.


 

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 28, 2006 2:04 PM
To: [email protected]
Subject: Re: [magnolia-user] Activation Button in mainBar

I implemented this on my site.  After reviewing docs and source code, I
reduced this line to:

{ syndicator.activate( parent, path, includeSubs ); }


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to