You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by daniel blanco cuadrado <li...@hotmail.com> on 2006/11/21 10:52:14 UTC

dont exist ForwardAction ??

hello again, thank for the previous answer.

I would like to use a ForwardAction, but in struts core 1.3.5 don't exist in 
org.apache.struts.action. Don`t exist ForwardAction yet ? or now is 
ForwardingActionForward ???

thank at all.

_________________________________________________________________
Horóscopo, tarot, numerología... Escucha lo que te dicen los astros. 
http://astrocentro.msn.es/


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


Re: dont exist ForwardAction ??

Posted by daniel blanco cuadrado <li...@hotmail.com>.
forwarding to a definition in <action-mappgin> i dont have any problem. I 
have problems forwarding from struts-menu but I believe that it's not 
possible.


>From: Antonio Petrelli <ap...@apache.org>
>Reply-To: "Struts Users Mailing List" <us...@struts.apache.org>
>To: Struts Users Mailing List <us...@struts.apache.org>
>Subject: Re: dont exist ForwardAction ??
>Date: Wed, 22 Nov 2006 09:22:20 +0100
>
>daniel blanco cuadrado ha scritto:
>>
>>Thank you very much.
>>
>>this run with tiles ? yes of course, or no ?
>
>Yes, of course :-) Did you have any problem forwarding to a definition?
>
>Ciao
>Antonio
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>For additional commands, e-mail: user-help@struts.apache.org
>

_________________________________________________________________
¿Estás pensando en cambiar de coche? Todas los modelos de serie y extras en 
MSN Motor. http://motor.msn.es/researchcentre/


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


Re: dont exist ForwardAction ??

Posted by Antonio Petrelli <ap...@apache.org>.
daniel blanco cuadrado ha scritto:
>
> Thank you very much.
>
> this run with tiles ? yes of course, or no ?

Yes, of course :-) Did you have any problem forwarding to a definition?

Ciao
Antonio


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


Re: dont exist ForwardAction ??

Posted by daniel blanco cuadrado <li...@hotmail.com>.
Thank you very much.

this run with tiles ? yes of course, or no ?

>From: "Hubert Rabago" <hr...@gmail.com>
>Reply-To: "Struts Users Mailing List" <us...@struts.apache.org>
>To: "Struts Users Mailing List" <us...@struts.apache.org>
>Subject: Re: dont exist ForwardAction ??
>Date: Tue, 21 Nov 2006 14:41:13 -0600
>
>I think he's looking for:
>
><action path="/showListsOfLists"
>            forward="listsOfLists.jsp"/>
>
>Daniel, ForwardAction is no longer needed because you can now forward
>directly without using an Action class.
>
>Hubert
>
>On 11/21/06, Laurie Harper <la...@holoweb.net> wrote:
>>daniel blanco cuadrado wrote:
>> > hello again, thank for the previous answer.
>> >
>> > I would like to use a ForwardAction, but in struts core 1.3.5 don't
>> > exist in org.apache.struts.action. Don`t exist ForwardAction yet ? or
>> > now is ForwardingActionForward ???
>>
>>Perhaps you're thinking of ActionForward?
>>
>>http://struts.apache.org/1.x/struts-core/apidocs/org/apache/struts/action/ActionForward.html
>>
>>L.
>>
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>For additional commands, e-mail: user-help@struts.apache.org
>

_________________________________________________________________
Acepta el reto MSN Premium: Correos más divertidos con fotos y textos 
increíbles en MSN Premium. Descárgalo y pruébalo 2 meses gratis. 
http://join.msn.com?XAPID=1697&DI=1055&HL=Footer_mailsenviados_correosmasdivertidos


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


Re: dont exist ForwardAction ??

Posted by Hubert Rabago <hr...@gmail.com>.
I think he's looking for:

<action path="/showListsOfLists"
            forward="listsOfLists.jsp"/>

Daniel, ForwardAction is no longer needed because you can now forward
directly without using an Action class.

Hubert

On 11/21/06, Laurie Harper <la...@holoweb.net> wrote:
> daniel blanco cuadrado wrote:
> > hello again, thank for the previous answer.
> >
> > I would like to use a ForwardAction, but in struts core 1.3.5 don't
> > exist in org.apache.struts.action. Don`t exist ForwardAction yet ? or
> > now is ForwardingActionForward ???
>
> Perhaps you're thinking of ActionForward?
>
> http://struts.apache.org/1.x/struts-core/apidocs/org/apache/struts/action/ActionForward.html
>
> L.
>
>

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


Re: dont exist ForwardAction ??

Posted by daniel blanco cuadrado <li...@hotmail.com>.
thanks, but no.

In others versions of Struts exited a class named ForwardAction that did 
mapping.findforward automatically whithout create a action if you mapping 
this in <action-mapping>. Or that I believe.

sorry, but my english is very bad.

>From: Laurie Harper <la...@holoweb.net>
>Reply-To: "Struts Users Mailing List" <us...@struts.apache.org>
>To: user@struts.apache.org
>Subject: Re: dont exist ForwardAction ??
>Date: Tue, 21 Nov 2006 15:17:44 -0500
>
>daniel blanco cuadrado wrote:
>>hello again, thank for the previous answer.
>>
>>I would like to use a ForwardAction, but in struts core 1.3.5 don't exist 
>>in org.apache.struts.action. Don`t exist ForwardAction yet ? or now is 
>>ForwardingActionForward ???
>
>Perhaps you're thinking of ActionForward?
>
>http://struts.apache.org/1.x/struts-core/apidocs/org/apache/struts/action/ActionForward.html
>
>L.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>For additional commands, e-mail: user-help@struts.apache.org
>

_________________________________________________________________
Descarga gratis la Barra de Herramientas de MSN 
http://www.msn.es/usuario/busqueda/barra?XAPID=2031&DI=1055&SU=http%3A//www.hotmail.com&HL=LINKTAG1OPENINGTEXT_MSNBH


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


Re: dont exist ForwardAction ??

Posted by Laurie Harper <la...@holoweb.net>.
daniel blanco cuadrado wrote:
> hello again, thank for the previous answer.
> 
> I would like to use a ForwardAction, but in struts core 1.3.5 don't 
> exist in org.apache.struts.action. Don`t exist ForwardAction yet ? or 
> now is ForwardingActionForward ???

Perhaps you're thinking of ActionForward?

http://struts.apache.org/1.x/struts-core/apidocs/org/apache/struts/action/ActionForward.html

L.


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