Re: Does REST plugin support complex RESTful URLs?

2012-03-08 Thread lupestro
> I checked the list archives for the past year and looked at the examples > on the web but didn't see anything that looked like it had the potential > to address this. OK - I dug further (using nabble this time) and found the discussion from July 2008 where Jeromy Evans sketched an approach fo

Does REST plugin support complex RESTful URLs?

2012-03-08 Thread Ralph Mack
The REST plugin seems to address the vanilla cases of restful URLs: - /hair/bears/furbolg - /hair/bears/furbolg/1 or even my preferred form - /hair/bears/furbolg/firbolg-1 If I have a FurbolgController (or FurbolgAction) and define the right methods, it works like magic. However, following the

Re: Struts doesn't find my classes

2012-03-08 Thread Alexandru
Yes, that was it. I discovered that after my ant build the server had no classes in it's deployment path. I had to make "clean", then the default builder put them there again. From: vEnkaTa mohAna rAo SriperumbUdUru To: Struts Users Mailing List Sent: Wedne

Re: JSon, includeProperties and modelDriven

2012-03-08 Thread Maurizio Cucchiara
Hi Matthieu, I have experienced the same issue today, referencing to the action element should fix the problem. So try to add the follow line: action ^day, events, events\[\d+\], events\[\d+\].id, Twitter :http://www.twitter.com/m_cucchia

Re: Does the orrder of wildcard-annotated methods effects greediness?

2012-03-08 Thread Mounir Benzid
Am 08.03.2012 14:39, schrieb Mounir Benzid: Ok after finally getting my repositories straight I started my struts junit testcase against the nighty build that is 2.3.2 SNAPSHOT The results are the same though. For the time being I'm going to change my url patterns to avoid the ambiguity. ch

Re: Does the orrder of wildcard-annotated methods effects greediness?

2012-03-08 Thread Mounir Benzid
Ok after finally getting my repositories straight I started my struts junit testcase against the nighty build that is 2.3.2 SNAPSHOT The results are the same though. For the time being I'm going to change my url patterns to avoid the ambiguity. cheers - Mounir

Re: Does the orrder of wildcard-annotated methods effects greediness?

2012-03-08 Thread Mounir Benzid
Am 08.03.2012 14:15, schrieb Łukasz Lenart: 2012/3/8 Mounir Benzid: To be 100% ubersure. This is how I configured mvn struts dependency Did you specify a repository in pom ? apache-snapshot ASF Snapshots https://repository.apache.org/conte

Re: Does the orrder of wildcard-annotated methods effects greediness?

2012-03-08 Thread Łukasz Lenart
2012/3/8 Mounir Benzid : > To be 100% ubersure. This is how I configured mvn struts dependency Did you specify a repository in pom ? apache-snapshot ASF Snapshots https://repository.apache.org/content/groups/snapshots/ default

Re: Does the orrder of wildcard-annotated methods effects greediness?

2012-03-08 Thread Mounir Benzid
Am 08.03.2012 14:01, schrieb Łukasz Lenart: 2012/3/8 Mounir Benzid: Can you please tell me how to access your nightly builds through maven? https://builds.apache.org/job/Struts2/lastStableBuild/org.apache.struts$struts2-assembly/ Here https://repository.apache.org/content/groups/snapshots Reg

Re: Does the orrder of wildcard-annotated methods effects greediness?

2012-03-08 Thread Łukasz Lenart
2012/3/8 Mounir Benzid : > Can you please tell me how to access your nightly builds through maven? > https://builds.apache.org/job/Struts2/lastStableBuild/org.apache.struts$struts2-assembly/ Here https://repository.apache.org/content/groups/snapshots Regards -- Łukasz http://www.lenart.org.pl/

Re: Does the orrder of wildcard-annotated methods effects greediness?

2012-03-08 Thread Mounir Benzid
Am 07.03.2012 19:17, schrieb Maurizio Cucchiara: In addition to what Dave suggested, could you check it against the latest nightly build? IIRC I made some change recently on wildcard support. Can you please tell me how to access your nightly builds through maven? https://builds.apache.org/job/S

Re: Does the orrder of wildcard-annotated methods effects greediness?

2012-03-08 Thread Mounir Benzid
Am 07.03.2012 18:48, schrieb Dave Newton: I'm wondering if `struts.mapper.alwaysSelectFullNamespace` would affect this. Dave Again the same code (almost the same I removed the leading / in value="..." and added the namespace annotation to the example) @Namespace("/do") public class CRUDAc

Re: convention plugin does not seem to include the WEB-INF/lib dir

2012-03-08 Thread Shinobi
Hi I have upgraded to 2.3.1.2 and it seems to have fixed my issue. Many thanks Dave. -- View this message in context: http://struts.1045723.n5.nabble.com/convention-plugin-does-not-seem-to-include-the-WEB-INF-lib-dir-tp5543609p5546871.html Sent from the Struts - User mailing list archive at Na