Hi, See http://stackoverflow.com/a/25147003 Do you know which version of Tomcat is in use behind the scenes ?
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Nov 25, 2014 at 9:01 AM, Milind <[email protected]> wrote: > 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] > >
