1 Reply Latest reply on Sep 16, 2010 10:17 AM by wesleyhales

    Portlet 1.0 filter config in portlet.xml ?

    klhoste2

      Hello,

       

      I am wondering if the JBoss Portlet Bridge allows to use a parameter to define a filter in portlet.xml with JSR168 (like in JSR286 with the tag <filter> and <filter-mapping>).

      I read on the Apache portlet bridge website an example :

       

       <portlet-app id="example-portlets" version="1.0">
          <portlet id="ExamplePortlet">
       ...
              <init-param>
                  <name>portlet-class</name>
                  <value>org.apache.myfaces.portlet.MyFacesGenericPortlet</value>
              </init-param>
              <init-param>
                  <name>portlet-filters</name>
                  <value>org.apache.myfaces.portlet.TomahawkPortletFilter</value>
              </init-param>
      ...
      
      

       

      Is there anyway to do that with the JBoss Bridge and how to do it ?

       

      Thanks by advance,

       

      Kevin