[JBoss-user] [JBoss Portal] - Single Sign On Using JBoss User Portlet

2006-02-24 Thread jaredmladner
Hi, I'm using Jboss Portal 2.2. I am also using JBoss's built in User Portlet to handle my login. If a user signs onto one machine then to another, I want to invalidate the first session. Reason being, I'm using a Singleton to pass information between multiple portlets. Does anyone know how

[JBoss-user] [JBoss Portal] - Default View.

2006-02-20 Thread jaredmladner
Hello, thank you in advance and I hope someone can help me. I am using Jboss Portal 2.2. I currently have multiple portlets deployed on my server. I have a selection portlet always displayed on the left side of my layout. Depending on the link selected you can be navigated to different page

[JBoss-user] [JBoss Portal] - Re: Getting a maximized Window to display

2006-01-04 Thread jaredmladner
Thank you for the clarification. Makes sense now. I am now working on writing my own Strategy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915681#3915681 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915681 ---

[JBoss-user] [JBoss Portal] - Re: Getting a maximized Window to display

2006-01-04 Thread jaredmladner
I see how to make the Layout use the custome strategy and the API for MaximizingStrategyImpl class, but where can I view the source code for that class. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915689#3915689 Reply to the post : http://www.jbo

[JBoss-user] [JBoss Portal] - Re: JSF portlets in JBoss portal.

2006-01-04 Thread jaredmladner
I believe i had that problem. The app must use the jsf jars in JBoss. I had to remove jsf_core.tld and html_basic.tld in the WEB-INF of my app. That fixed the error but I still can't JSF working on JBoss Portal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[JBoss-user] [JBoss Portal] - Re: Getting a maximized Window to display

2006-01-04 Thread jaredmladner
Yes, maximized.jsp does select the maximized region. The headerPortlet is displayed with the UserPortlet until the UserPortlet goes to maximized, then the UserPortlet is the only portlet on the page. maximized.jsp | http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> | <%@ taglib uri="/W

[JBoss-user] [JBoss Portal] - Getting a maximized Window to display

2006-01-04 Thread jaredmladner
Hi, I just started working with JBoss Portal 2.2. I have a portal deployed with portlets showing. I have a custom layout that is working as well. One of my portlets is the UserPortletInstance provided by JBoss and another is my HeaderPortlet. I have set my uri in the portal-layouts.xml file