Re: how to use Advanced wildcards

2012-01-30 Thread Maurizio Cucchiara
Hi Mounir, > It works like a charm now. Wondering why nobody else had a similar > problem maybe the majority is opting for the rest-plugin? Glad you finally worked out. Yeah, I think at rest-plugin, urlrewrite lib, plain wildcard, and so on or probably because it is just not a wellknown feat

Re: how to use Advanced wildcards

2012-01-30 Thread Mounir Benzid
Hi Maurizio, first let me sincerly thank you for fixing this issue [1]. It works like a charm now. Wondering why nobody else had a similar problem maybe the majority is opting for the rest-plugin? Anyway there's still a small issue regarding the redirectAction though. After calling the

Re: Testing with StrutsTestCase in a Tiles application - NullPointerException

2012-01-30 Thread Miguel Almeida
For future reference, I found the answer in http://depressedprogrammer.wordpress.com/2007/06/18/unit-testing-struts-2-actions-spring-junit/ Basically, you need to initialize the tiles listener. As I already used setupBeforeInitDispatcher to set the applicationContext attribute, I added the code th