sorry, forgot this part.. 

Environment:
JBoss Portal 2.7.1 bundeled with JBoss AS Server 4.2.3.GA
Using included hsqldb 
OS Win XP SP3

portlet.xml

  | <?xml version='1.0' encoding='UTF-8' ?>
  | <portlet-app xmlns='http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd' 
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' 
xsi:schemaLocation='http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd 
http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd' version='2.0'>
  |          <filter>
  |          <filter-name>JBoss Portlet Filter</filter-name>
  |          
<filter-class>org.jboss.portlet.filter.JBossPortletFilter</filter-class>
  |          <lifecycle>ACTION_PHASE</lifecycle>
  |          <lifecycle>RENDER_PHASE</lifecycle>
  |    </filter>
  |    <filter-mapping>
  |          <filter-name>JBoss Portlet Filter</filter-name>
  |          <portlet-name>navigation</portlet-name>
  |    </filter-mapping>
  | 
  |     <portlet>
  |             <description>navigation</description>
  |             <portlet-name>navigation</portlet-name>
  |             <display-name>navigation</display-name>
  |             
<portlet-class>de.infotech.portlet.navigation.navigation</portlet-class>
  |             <expiration-cache>0</expiration-cache>
  |             <supports>
  |                     <mime-type>text/html</mime-type>
  |                     <portlet-mode>VIEW</portlet-mode>
  |             </supports>
  |             
<resource-bundle>de.infotech.portlet.navigation.messages</resource-bundle>
  |             <portlet-info>
  |                     <title>navigation</title>
  |                     <short-title>navigation</short-title>
  |             </portlet-info>
  |     </portlet>
  | </portlet-app>
  | 
  | 

Thanks,
Stephan


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217514#4217514

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217514
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to