some part of web.xml as:

 
  <filter>
    <filter-name>MyPortlet</filter-name>
    <filter-class>
      org.apache.wicket.portlet.PortletFilter
    </filter-class>
    <init-param>
      <param-name>applicationClassName</param-name>
      <param-value>
        test.portlet.myportlet.WicketApplication
      </param-value>
    </init-param>
  </filter>
  
  
  <filter-mapping>
    <filter-name>MyPortlet</filter-name>
    <url-pattern>/MyPortlet/*</url-pattern>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>INCLUDE</dispatcher>
  </filter-mapping>



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket6-setResponsePage-stackoverflow-error-tp4668538p4668541.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to