You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Oren Livne <ol...@aoce.utah.edu> on 2008/06/30 16:57:03 UTC

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

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

-- 
===========================================================================
I can stand brute force, but brute reason is quite unbearable.
							-- Oscar Wilde
---------------------------------------------------------------------------
Oren Livne, Ph.D.
RUReady Software Architect
Academic Outreach and Continuing Education, 1901 E South Campus Dr.
Room 2197-D, University of Utah, Salt Lake City, UT 84112-9399
Tel  : (801) 581-6831     Cell: (801) 631-3885     Fax: (801) 585-5414
Email: olivne@aoce.utah.edu              Web:  http://ruready.net/oren
===========================================================================


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Musachy Barroso <mu...@gmail.com>.
Yes, you are missing struts2-codebehind-plugin.

musachy

On Mon, Jun 30, 2008 at 5:28 PM, olivne <ol...@aoce.utah.edu> 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 :
>
> ...
>                <!-- Struts 2 -->
>                <dependency>
>                        <groupId>org.apache.struts</groupId>
>                        <artifactId>struts2-core</artifactId>
>                        <version>2.1.2</version>
>                </dependency>
>                <dependency>
>                        <groupId>org.apache.struts</groupId>
>                        <artifactId>struts2-sitemesh-plugin</artifactId>
>                        <version>2.1.2</version>
>                </dependency>
>                <dependency>
>                        <groupId>org.apache.struts</groupId>
>                        <artifactId>struts2-spring-plugin</artifactId>
>                        <version>2.1.2</version>
>                </dependency>
>
>                <dependency>
>                        <groupId>org.apache.struts</groupId>
>                        <artifactId>struts2-dojo-plugin</artifactId>
>                        <version>2.1.2</version>
>                </dependency>
>
>                <!-- Tiles 2 -->
>                <dependency>
>                        <groupId>org.apache.struts</groupId>
>                        <artifactId>struts2-tiles-plugin</artifactId>
>                        <version>2.1.2</version>
>                </dependency>
>
>                <dependency>
>                        <groupId>org.apache.tiles</groupId>
>                        <artifactId>tiles-jsp</artifactId>
>                        <version>2.0.6</version>
>                </dependency>
> ...
>
>
>
> Al Sutton wrote:
>>
>> 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
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/Where-are-the-%40Result%2C%40Results-annotations-in-Struts-2.1.2-tp18197518p18204760.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by olivne <ol...@aoce.utah.edu>.
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 :

...
		<!-- Struts 2 -->
		<dependency>
			<groupId>org.apache.struts</groupId>
			<artifactId>struts2-core</artifactId>
			<version>2.1.2</version>
		</dependency>
		<dependency>
			<groupId>org.apache.struts</groupId>
			<artifactId>struts2-sitemesh-plugin</artifactId>
			<version>2.1.2</version>
		</dependency>
		<dependency>
			<groupId>org.apache.struts</groupId>
			<artifactId>struts2-spring-plugin</artifactId>
			<version>2.1.2</version>
		</dependency>

		<dependency>
			<groupId>org.apache.struts</groupId>
			<artifactId>struts2-dojo-plugin</artifactId>
			<version>2.1.2</version>
		</dependency>

		<!-- Tiles 2 -->
		<dependency>
			<groupId>org.apache.struts</groupId>
			<artifactId>struts2-tiles-plugin</artifactId>
			<version>2.1.2</version>
		</dependency>

		<dependency>
			<groupId>org.apache.tiles</groupId>
			<artifactId>tiles-jsp</artifactId>
			<version>2.0.6</version>
		</dependency>
...



Al Sutton wrote:
> 
> 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
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Where-are-the-%40Result%2C%40Results-annotations-in-Struts-2.1.2-tp18197518p18204760.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


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

Posted by Al Sutton <al...@alsutton.com>.
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
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org