Hmmm.....  The path attribute is the path to the page to be actived. 
It's obvious that's being sent to Magnolia. 

Can you post more of activatePage.jsp?  There should be a line above

String action = request.getParameter("action");

that reads as follows:

String path= request.getParameter("path");


--David

Robert Van Overmeiren wrote:

>>the onclick setting should look like...
>>    
>>
>
>I haven't changed that. It looks just like what you have. If I get the
>properties of the blank window that pops up, my URL has the path:
>
>  ...com:8085/.magnolia/activatePage.html?path=/home&action=activate
>
>
>My author is on a different port, and public runs in the host ROOT:
>
>  author: ...com:8085/magnoliaAuthor/home.html
>  public: ...com:8086/home.html
>
>
>I tried adding the full URL for public, but no improvement:
>
>activateButton.setOnclick("printActivationMenu('activationMenu',
>'http://develwww.corp.uniteddrugs.com:8086";
>   + currentPage.getHandle() + "', 150);");
>
>
>I do have the button & menu, and the indicator turns orange when I make
>a change.
>
>I'm not seeing any new errors in the logs, so don't know where its
>falling over.
>
>
>
>----------------------------------------------------------------
>for list details see
>http://www.magnolia.info/en/magnolia/developer.html
>----------------------------------------------------------------
>  
>


-- 
=======================================
David Smith
Network Operations Supervisor
Department of Entomology
College of Agriculture & Life Sciences
Cornell University
2132 Comstock Hall
Ithaca, NY  14853
Phone: 607.255.9571
Fax: 607.255.0939


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

Reply via email to