[JBoss-user] [JBoss Portal] - Deployment descriptor

2006-05-31 Thread jacote
hi, in the jboss-portal deployment descriptor "*-object.xml" we can define portal, page ecc. if we have a page like : | | overwrite | default | | MainPage | | ToolbarPortletWindow | ToolbarPortle

[JBoss-user] [JBoss Portal] - Re: response setHeader

2006-05-09 Thread jacote
Not the response i will expect but the end of my tries :) Thank you very much! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942191#3942191 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942191 --

[JBoss-user] [JBoss Portal] - response setHeader

2006-05-09 Thread jacote
Hi to all, i go directly to the question : it's possible to access response.setHeader from a portlet ? I need to set a parameter in the header of the page because i use an closed-source applet that expect a parameter from request.getHeader("FOO") inside a portlet. Thanks to all View the origina

[JBoss-user] [JBoss Portal] - CMS Portlet in different page

2006-04-17 Thread jacote
Hi, i've installed the cms portlet in another portal on a different page. When i access the portal : http://localhost:8080/portal/portal/myportal/default the first page is displayed (and this is good), but when i click on a link into the cms portlet i go directly to default portal at default pag

[JBoss-user] [JBoss Portal] - acess PortalObjectContainer from jsf managed bean

2006-04-11 Thread jacote
hi, my question is .. there is a way to retrieve PortalObjectContainer from a jsf managed bean ? I see the code of jboss-portal-core and i made this steps : jboss-portlet.xml : ... PortalObjectContainer org.jboss.portal.core.model.portal.PortalObjectContainer :container=Port

[JBoss-user] [JBoss Portal] - Portal root

2006-03-15 Thread jacote
Hi, it's possible to browse PortalNodes starting to the root downto all childrens, from a portlet ? Ex. PortalNode current = request.getPortalNode(); for (PortalNode child: current.getChildren()) { . } but not from the current node, from the root of the portal. And it's also possible to get t

[JBoss-user] [JBoss Portal] - Re: Question about complex portal

2006-03-07 Thread jacote
Auto reply the solution to my question : http://anonsvn.labs.jboss.com/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928567#3928567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928567 --

[JBoss-user] [JBoss Portal] - Question about complex portal

2006-03-07 Thread jacote
Hi, all my question is simple, i want to implement a good portal, based on jboss-portal, up to now i'm using jetspeed. I see documentation and sample portlets in portlet-swap and all is good. But i see also that labs.jboss.org is a complete and organized portal that can be very usefull to user l