Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

bamboo plugin open page on the rigth of the administration view

kelebag November 14, 2012

hey all,

i try to open a page/view on the right of die administration view. i created a web section and a web item. Now, a click on the web item shoul open the view on the right, but with the xwork modul it opens a whole new page.

<web-section key="mailServerConfig" name="Mailserver Configuration"
		location="system.admin" weight="110" application="bamboo">
		<label key="Mailserver Configuration" />
		<!-- <condition class="com.atlassian.bamboo.plugin.webfragment.conditions.UserIsAdminCondition" 
			/> -->
	</web-section>Thank x
	
	<web-item key="bamboo-menu-item" name="XProduct Admin"
		section="system.admin/mailServerConfig" weight="10" application="bamboo">
		<label key="XProduct Admin" />
		<link linkId="my-web-item-link">/mailserver/mailserver.action</link>
	</web-item>
	
	<xwork key="mailServerAction" name="mailServerAction">
		<package name="mailserver" extends="default">
			<action name="mailserver" class="com.atlassian.bamboo2.printOut.MyAction">
				<result name="success" type="freemarker">/admin.ftl</result>
			</action>
		</package>
	</xwork>

thanks!

2 answers

1 accepted

1 vote
Answer accepted
kelebag December 2, 2012

Answer:

In the head of the ftl file wich is opening via xwork:

<head>
<title></title>
<meta name="decorator" content="atl.admin" />
</head>

0 votes
kelebag November 19, 2012

does nobody knows how it works?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events