cancel
Showing results for 
Search instead for 
Did you mean: 

External Access Servlet and WCM content

mark_smithson
Champ in-the-making
Champ in-the-making
Hi,

I would like to be able to provide a link to the edit page for an xml document associated with a web form in Alfresco. I thought we would be able to use the external access servlet to do this, but it complains that the node has been deleted.

Is this possible, or is it not supported yet? If not, is there another way I can do this?
2 REPLIES 2

gavinc
Champ in-the-making
Champ in-the-making
The external access servlet only provides access to nodes in the DM repository not in the WCM repository.

You could customise the external access servlet to provide the functionality but there's no out of the box solution for this at the moment.

mark_smithson
Champ in-the-making
Champ in-the-making
Thanks for the information.

I may well look at doing that. If I do I will post the code here.