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> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915338#3915338 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915338 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
