Hello,
I am writting one plugin where I want to add one link inside ADMIN=>System=>Settings. I am able to generate this but on action of this link i want to show one jsp which is I am not able to. It given popup to save/open jsp file. If I use ftl file to render UI then some of the resource messages are not coming properly. e.g community tab display name is coming like this admin.decorator.menu.settings.space. Can somebody tel me whats going wrong here. Do I need to add any resource bundle in my plugin.
Did you alter or add to the ui-components.xml file at all?
Hello,
I havent altered the ui-component.xml directly, i have written following code in plugin.xml
<components>
<component id="admin-console">
<tab id="system" >
<section id="section-global-settings" >
<item id="settings-custommenu" name="custom menu" url="custom-menu.jspa" description="Click to manage custom menu" />
</section>
</tab>
</component>
</components>
and i have written xwork-plugin.xml like this,
<package name="custommenu" namespace="/admin" extends="community-admin-default">
<action name="custom-menu" class="com.jivesoftware.clearspace.plugin.action.CustomMenuAction">
<result name="success" type="freemarker">/plugins/metadata/resources/settings-custommenu.ftl</result>
</action>
</package>
Please help me out....
Thanks
So the link shows up with this code, but clicking on it will generate a JSP download instead of opening a new page?
Jive combines collaboration software, community software & social networking software into the leading SBS solution.
© Copyright 2000–2009 Jive Software. All rights reserved.
915 SW Stark St., Suite 400, Portland, OR 97205