...
To use the plugin in your application, just call index.action in namespace config-browser. For example you could have the following link on your admin page (or just anywhere during your development).
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<a href="<s:url action="index" namespace="config-browser" />">Launch the configuration browser</a> |
...