[jboss-user] [Beginners Corner] - Re: Adding CMS html Content to Portlet Window

crazynewt2 do-not-reply at jboss.com
Tue Oct 23 13:25:43 EDT 2007


Sorry I forgot to mark code above... see below


  | <deployments>
  | ...
  | ...
  | ...
  | <deployment>
  |    <if-exists>overwrite</if-exists>
  |    <parent-ref>HelloPortal</parent-ref>
  |    <page>
  |       <page-name>CMS Page</page-name>
  | 	<property>
  |  		   <name>order</name>
  |                <value>5</value>
  |             </property> 
  |       <window>
  |         <window-name>MyCMSWindow</window-name>
  |          <content>
  |             <content-type>cms</content-type>
  |             <content-uri>/WEB-INF/pages/home.html</content-uri>
  |           </content>
  |           <region>center</region>
  |           <height>1</height>
  |       </window>
  |       <window>
  |         <window-name>OtherWindow</window-name>
  |            <instance-ref>AnarPortletInstance</instance-ref>
  |             <region>center</region>
  |             <height>1</height>
  |       </window>
  |         <security-constraint>
  |             <policy-permission>
  |                <unchecked/>
  |                <action-name>viewrecursive</action-name>
  |             </policy-permission>
  |          </security-constraint>
  |       </page>
  |    </deployment>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097995#4097995

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097995



More information about the jboss-user mailing list