cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with custom config-action

clincks
Champ in-the-making
Champ in-the-making
Hi,

I have some problem when I want to display additional buttons in the "more actionmenu".

I have redefined the "browse_actions_menu" action-group but I don't see my  new entries.

–> Is there a "easy" way to see (with log4j or somethink else) what is going wrong?

It looks like my config file (filename end with context.xml) is not taken in account.

Where/what should I look to see what is really configured?

Thanks.

Stephane
1 REPLY 1

frederick
Champ in-the-making
Champ in-the-making
To define or extend an action group you don't need a *-context.xml file, just a web-client-config-custom.xml file. The first is Spring config, the latter is Alfresco's own config platform (including web client config).
If you use AMP's, put the config file inside a JAR; if you use the extension system, place it in your extension folder.