Re: [Stripes-users] clean urls and login interceptor problem

2013-01-07 Thread Remi VANKEISBELCK
Hi Chris, Le 7 janv. 2013 à 00:37, Chris Cheshire a écrit : > I have my web site configured to use the clean urls with no prefix (so > no *.action binding) and also working on implementing the login > interceptor from the Stripes book. Are you using DynamicMappingFilter ? > > For the most part

Re: [Stripes-users] Stripes Problem

2013-01-07 Thread Poitras Christian
Hi, What is the method that seems to be the problem? If it's the addProduct method, then something is wrong in your code sample because you cannot redirect to a resource under the WEB-INF folder. Only Forwards are allowed. public Resolution addProduct() { // Removed irrelevant code.