Hi
Does anyone knows how to open a portlet which is mapped to a JSF page in Weblogic 8.1.5 ??
Hello World is displayed when I use the following entries in portal.xml
<portlet>
<description>Login Portlet</description>
<portlet-name>loginPortlet</portlet-name>
<display-name>Customer Admin Portlet</display-name>
<portlet-class>
org.apache.portals.bridges.jsf.FacesPortlet
</portlet-class>
<init-param>
<name>ViewPage</name>
<value>/WEB-INF/jsps/login/login.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>
<supported-locale>es</supported-locale>
<portlet-info>
<title>Login</title>
<short-title>Login</short-title>
<keywords>Login</keywords>
</portlet-info>
</portlet>
--
Regards,
Kapil kataria

