I'd like to reuse some of the document library bundles on a custom page.
I've been throught the code and seen that when the doclib webscript is loaded, it goes into that setMessages()
function which initialise at the Alfresco.messages.scope['Alfresco.DocumentList']
level.
The problem I have is obvisouly on my custom page I don't have any messages for the Alfresco.DocumentList
scope available.
Is there any way to retrieve the document list bundles from a custom component or webscript, and pass it throught ftl or something else. I imagine all of this is internal to Spring surf but I can't see myself duplicates the bundles.