Re: Where are the @Result,@Results annotations in Struts 2.1.2

2008-06-30 Thread Musachy Barroso
Yes, you are missing struts2-codebehind-plugin. musachy On Mon, Jun 30, 2008 at 5:28 PM, olivne <[EMAIL PROTECTED]> wrote: > > Dear Al, > > I know about this url, but it doesn't work for me. Am I missing a maven > dependency? Here are my struts dependencies in my maven pom.xml : > > ... >

Re: Where are the @Result,@Results annotations in Struts 2.1.2

2008-06-30 Thread olivne
Dear Al, I know about this url, but it doesn't work for me. Am I missing a maven dependency? Here are my struts dependencies in my maven pom.xml : ... org.apache.struts struts2-core 2.1.2

Re: Where are the @Result,@Results annotations in Struts 2.1.2

2008-06-30 Thread Al Sutton
http://struts.apache.org/2.1.2/docs/result-annotation.html Oren Livne wrote: Dear All, I am trying to use @Result and @Results with struts 2.1.2 (configured via maven dependencies). I can't find it anywhere. Has it been moved or deprecated? Is there a link with more info on that? Thanks, Oren

Where are the @Result,@Results annotations in Struts 2.1.2

2008-06-30 Thread Oren Livne
Dear All, I am trying to use @Result and @Results with struts 2.1.2 (configured via maven dependencies). I can't find it anywhere. Has it been moved or deprecated? Is there a link with more info on that? Thanks, Oren -- ==