Re: how to use Advanced wildcards

2012-02-03 Thread Maurizio Cucchiara
For starting you could change the struts.action.extension such that the first extension is the empty one: This should erase the final .action from the url. Twitter :http://www.twitter.com/m_cucchiara G+ :https://plus.google.com/107903711540963855921 Linkedin:http://www.linkedi

Re: how to use Advanced wildcards

2012-02-03 Thread Mounir Benzid
Am 30.01.2012 17:17, schrieb 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

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: how to use Advanced wildcards

2012-01-25 Thread Mounir Benzid
Am 25.01.2012 10:24, schrieb Maurizio Cucchiara: I played with regex pattern and I realized that the example provided in docs doesn't work [1]. Could you file an issue on jira [2]? [1] http://struts.apache.org/2.3.1.2/docs/wildcard-mappings.html [2] https://issues.apache.org/jira/browse/WW Maur

Re: how to use Advanced wildcards

2012-01-25 Thread Maurizio Cucchiara
I played with regex pattern and I realized that the example provided in docs doesn't work [1]. Could you file an issue on jira [2]? [1] http://struts.apache.org/2.3.1.2/docs/wildcard-mappings.html [2] https://issues.apache.org/jira/browse/WW Maurizio Cucchiara On 24 January 2012 10:34, Mounir Be

how to use Advanced wildcards

2012-01-24 Thread Mounir Benzid
Hi, I'm having some trouble figuring out how to use the advanced wildcards feature in struts II. What I'm trying to do looks as follows A) class=".actions.event.EventAction"> /WEB-INF/pages/myevents/createevent.jsp /display/{action}/{eventId} B) class="de.mm.moreevent.web.actions.ev