I am trying to write a simple hello world administration page for my plugin. I simply cannot make my page appear. What i did:
In atlassian-plugin.xml i added
<param name="configure.url">/myplugin/admin/adminPlugin.action</param>
<webwork1 key="myUniqueKey" name="abc" class="java.lang.Object">
<actions>
<action name="cmypackage.MyAction" alias="adminPlugin">
<view name="input-test">/templates/runtime/test.vm</view>
</action>
</actions>
</webwork1>
I tried searching for answers on internet, etc but I simply cannot connect those two.
Can you help?
Thank you
I got the solution.
What was missing is
/secure/.../AdminPluginAction!default.jspa
in my webwork1... Simple but not easy to find..
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.