5 Replies Latest reply on Jan 13, 2006 9:00 AM by roy.russo

    org.jboss.portal.property.nodecoration ignored??

    anson.smith

      I have successfully deployed a portlet but I want it to have no decorations, i.e. borders, here is a snippet of my -object.xml file using the org.jboss.portal.property.nodecoration property but when the page containing this window is displayed I have full decorations. can someone point me in the right direction?

      <window>
      <window-name>FacesHeaderPortletWindow</window-name>
      <instance-ref>FacesHeaderPortletInstance</instance-ref>
       <region>header</region>
       <height>0</height>
       <properties>
       <property>
       <name>org.jboss.portal.property.nodecoration</name>
       <value>true</value>
       </property>
       </properties>
      </window>