Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Info

The example code for this tutorial, debugging_struts, is available for checkout at https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2examples/Image Removed.

Introduction

...

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
htmlhtml
1Link For Configuration Browser
html
<a href="<s:url action="index" namespace="config-browser" />">Launch the configuration browser</a>

...