This was fixed on the 2.1.3 release, see:
https://issues.apache.org/jira/browse/JS2-767
http://svn.apache.org/viewvc?view=rev&revision=589933
On Mar 19, 2008, at 7:01 AM, David Dyer wrote:
Hi everyone.
I'm trying to add a portlet in the header.vm of my decorator. I've
already successfully added generic portlets to the header with:
$jetspeed.renderPortletEntity("MyPortlet", "my-
portletApplication::MyPortletName).
This has worked fine, but when I attempt it with a faces portlet,
the portlet displays alright, but the processAction from the action
listener is never invoked when the commandLink is clicked.
The portlet has also been tested by referencing it in a psml as
would be normal, and it works as expected there.
Here's the portlet reference from the appropriate portlet xml.
<portlet>
<description>Portlet description yadda yadda yadda</description>
<portlet-name>MyPortletName</portlet-name>
<display-name>My Portlet Name</display-name>
<portlet-class>org.apache.portals.bridges.jsf.FacesPortlet</
portlet-class>
<init-param>
<name>ViewPage</name>
<value>/myportlet.jsp</value>
</init-param> <expiration-cache>0</expiration-cache>
<supports>
<mime-type>text/html</mime-type>
<portlet-mode>VIEW</portlet-mode>
</supports>
<supported-locale>en</supported-locale>
<resource-bundle>my.package.ressources.myRessourceBundle</
resource-bundle>
<portlet-info>
<title>My Portlet Name</title>
<short-title>Portlet</short-title>
<keywords>My, Portlet, Name</keywords>
</portlet-info>
<portlet-preferences>
</portlet-preferences>
</portlet>
Has anyone had any experience with this?
Thanks in advance,
David
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]