[JBoss-user] [JBoss Portal] - Re: Remove maximise minimise options in a portlet window

2006-01-24 Thread gzbigegg2005
hi, In the xxx-objects.xml file, including the following properties for your window definition to disable the display/render of the gadgets of a particular window: !-- use the window renderer from the emptyRenderer renderSet -- theme.windowRendererId emptyRenderer !-- use the

[JBoss-user] [JBoss Portal] - Re: Remove maximise minimise options in a portlet window

2006-01-24 Thread gzbigegg2005
Sorry, the forum ate the tags, the correct format should be: | | properties | !-- use the window renderer from the emptyRenderer renderSet -- | property | nametheme.windowRendererId/name | valueemptyRenderer/value | /property | !-- use the decoration renderer

[JBoss-user] [JBoss Portal] - Sub-Navigation

2006-01-23 Thread gzbigegg2005
hi, I found this #sub-navigation-container in the css file of sample themes, however, no explanation on how to use it, so I believe this is a future feature, right? I am trying to do the same thing which contains top level nav bar and a second nav bar, the content displayed in the second nav

[JBoss-user] [JBoss Portal] - Page Inheritance

2006-01-23 Thread gzbigegg2005
hi, I have a lot of page that shares most of windows in common, such as NavWindow, FooterWindow, etc., only different is the portlet in the ContentWindow. Can I let them share some page template, so I don't need to do a lot of copy-paste in the xxx-objects.xml? Regards, Liu Yan View the

[JBoss-user] [JBoss Portal] - AJAX in JBoss Portal

2006-01-23 Thread gzbigegg2005
hi, Does JBoss Portal team have any plan on AJAX features? Or can someone point me to the available resource online to let me begin with? Thanks. Regards, Liu Yan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3919180#3919180 Reply to the post :

[JBoss-user] [JBoss Portal] - ActionRequestImpl.getWindowState throws a NullPointerExcepti

2006-01-22 Thread gzbigegg2005
hi, I am getting this error message when trying to run my Tapestry portlet in JBoss Portal 2.2.1RC1: org.jboss.portal.portlet.impl.ActionRequestImpl.getWindowState(ActionRequestImpl.java:58) I had some similar problem of NullPointerException at

[JBoss-user] [JBoss Portal] - Re: ActionRequestImpl.getWindowState throws a NullPointerExc

2006-01-22 Thread gzbigegg2005
hi Julien, Thanks for your quick reply. Actually I didn't expect such quick response, so I fixed it at my side and was planning to submit a patch. Anyway, I tested the fixes and it works very well. Just a quick question, in the PortletRequestImpl.isPortletModeAllowed(PortletMode), there is a

[JBoss-user] [JBoss Portal] - OutOfMemory exception after multiple re-deployments

2006-01-21 Thread gzbigegg2005
hi, I experienced OutOfMemoryException: PermGen size exception when I re-deploy my portlets several times. I did some research on JBoss JIRA, there is a link on this: http://jira.jboss.com/jira/browse/JBAS-1319. However, the JIRA status is closed. Does anyone else see some similar error?