stripes

FlashScope.getCurrent(...) always returns new FlashScope instance

Application is based on Stripes & Spring. Every time I call FlashScope.getCurrent(..) method the new clean instance of FlashScope is returned. Though if I call FlashScope.getAllFlashScopes(..) I get an array with the FlashScope that was instantiated during previous request and contains all the parameters I stored there. Any thoughts abou...

Is the stripes framework dead? Anyone using it?

I am a big fan of the http://www.stripesframework.org and using it heavily for my projects. However the project seems to be dead. It is not possible to register to the website anymore (no license) and I couldnt contact any of the administrators. Also the mailing-list is not available. Is anyone aware of the status of the project? It wo...