<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How to get the JBoss Portal window name, page name, and portal name for a JSF portlet</title>
	<atom:link href="http://blogs.rivetlogic.com/aelnattar/2009/01/12/how-to-get-the-jboss-portal-window-name-page-name-and-portal-name-for-a-jsf-portlet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.rivetlogic.com/aelnattar/2009/01/12/how-to-get-the-jboss-portal-window-name-page-name-and-portal-name-for-a-jsf-portlet/</link>
	<description>From the artisans of open source</description>
	<pubDate>Sat, 11 Feb 2012 03:25:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: vette is fast</title>
		<link>http://blogs.rivetlogic.com/aelnattar/2009/01/12/how-to-get-the-jboss-portal-window-name-page-name-and-portal-name-for-a-jsf-portlet/#comment-46</link>
		<dc:creator>vette is fast</dc:creator>
		<pubDate>Mon, 12 Jul 2010 17:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rivetlogic.com/aelnattar/?p=58#comment-46</guid>
		<description>You gave great points here. I did some research on this subject and have found nearly all people agree with your website.

Sent from my Android phone</description>
		<content:encoded><![CDATA[<p>You gave great points here. I did some research on this subject and have found nearly all people agree with your website.</p>
<p>Sent from my Android phone</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier</title>
		<link>http://blogs.rivetlogic.com/aelnattar/2009/01/12/how-to-get-the-jboss-portal-window-name-page-name-and-portal-name-for-a-jsf-portlet/#comment-33</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Wed, 23 Dec 2009 15:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rivetlogic.com/aelnattar/?p=58#comment-33</guid>
		<description>Thanks.. This Information was useful</description>
		<content:encoded><![CDATA[<p>Thanks.. This Information was useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zoha</title>
		<link>http://blogs.rivetlogic.com/aelnattar/2009/01/12/how-to-get-the-jboss-portal-window-name-page-name-and-portal-name-for-a-jsf-portlet/#comment-30</link>
		<dc:creator>Zoha</dc:creator>
		<pubDate>Fri, 14 Aug 2009 09:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rivetlogic.com/aelnattar/?p=58#comment-30</guid>
		<description>May i know how to access all these from this page? deploy/jboss-portal.sar/portal-server.war/login.jsp...

I have 2 different portals in my jboss and they have different login pages... i am trying to differentiate the portals in login.jsp and redirect their page to their related login pages...

if i try to get the portal like this--&#62;&#62; PortalNode node = (PortalNode)request.getAttribute("org.jboss.portal.api.PORTAL_NODE"); it throws null pointer!..

Thank you for your very useful blog...</description>
		<content:encoded><![CDATA[<p>May i know how to access all these from this page? deploy/jboss-portal.sar/portal-server.war/login.jsp&#8230;</p>
<p>I have 2 different portals in my jboss and they have different login pages&#8230; i am trying to differentiate the portals in login.jsp and redirect their page to their related login pages&#8230;</p>
<p>if i try to get the portal like this&#8211;&gt;&gt; PortalNode node = (PortalNode)request.getAttribute(&#8221;org.jboss.portal.api.PORTAL_NODE&#8221;); it throws null pointer!..</p>
<p>Thank you for your very useful blog&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://blogs.rivetlogic.com/aelnattar/2009/01/12/how-to-get-the-jboss-portal-window-name-page-name-and-portal-name-for-a-jsf-portlet/#comment-23</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Tue, 16 Jun 2009 21:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rivetlogic.com/aelnattar/?p=58#comment-23</guid>
		<description>The first line of code does not work for me using JBoss EPP 4.3 and RichFaces.  I get this message:  java.lang.ClassCastException: org.jboss.portal.portlet.impl.jsr168.api.ActionRequestImpl cannot be cast to org.jboss.portlet.JBossRenderRequest

So I did i this way and it worked!
		PortalNode node = Navigation.getCurrentNode();
Then I switched all of your "req.getPortalNode()." to "node." and it worked fine.  Weird!</description>
		<content:encoded><![CDATA[<p>The first line of code does not work for me using JBoss EPP 4.3 and RichFaces.  I get this message:  java.lang.ClassCastException: org.jboss.portal.portlet.impl.jsr168.api.ActionRequestImpl cannot be cast to org.jboss.portlet.JBossRenderRequest</p>
<p>So I did i this way and it worked!<br />
		PortalNode node = Navigation.getCurrentNode();<br />
Then I switched all of your &#8220;req.getPortalNode().&#8221; to &#8220;node.&#8221; and it worked fine.  Weird!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

