Re: Struts, Convention plugin and REST plugin

2010-07-16 Thread Johannes Geppert
- --- web: http://www.jgeppert.com twitter: http://twitter.com/jogep -- View this message in context: http://old.nabble.com/Struts%2C-Convention-plugin-and-REST-plugin-tp29177483p29181314.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Struts, Convention plugin and REST plugin

2010-07-16 Thread Frans Thamura
Just curious Is there a production using rest plugibs (m) -Original Message- From: Johannes Geppert jo...@web.de Date: Fri, 16 Jul 2010 01:31:30 To: user@struts.apache.org Reply-To: Struts Users Mailing List user@struts.apache.org Subject: Re: Struts, Convention plugin and REST plugin

Re: Struts, Convention plugin and REST plugin

2010-07-16 Thread Kevin Jones
rest plugibs (m) -Original Message- From: Johannes Geppert jo...@web.de Date: Fri, 16 Jul 2010 01:31:30 To: user@struts.apache.org Reply-To: Struts Users Mailing List user@struts.apache.org Subject: Re: Struts, Convention plugin and REST plugin did it work when you don't use

Struts, Convention plugin and REST plugin

2010-07-15 Thread Kevin Jones
I'm having a problem using Struts/Convention/REST together/ I have a class that looks like this public class PostsController implements Preparable, ModelDrivenListPostViewModel { } with two 'action' methods @Action(result...@result(name=newpost, location=newpost)}) public