rafael_muneton

2011-05-20 Thread Rafael Muneton
http://medulaweb.com/versiik.html

rafael_muneton

2011-04-04 Thread Rafael Muneton
http://bytefest.hostuju.cz/serriosly.html

rafael_muneton

2011-01-31 Thread Rafael Muneton
http://clasificados-gratis.netfirms.com/bogob.html

RE: Forwarding to a Java Application

2009-12-27 Thread Rafael Muneton
do something like that Thanks again. Rafael. Date: Thu, 24 Dec 2009 13:48:49 -0500 Subject: Re: Forwarding to a Java Application From: w...@wantii.com To: user@struts.apache.org On Thu, Dec 24, 2009 at 12:52 PM, Rafael Muneton rafael_mune...@hotmail.com wrote: Hi Vitor

Forwarding to a Java Application

2009-12-24 Thread Rafael Muneton
In a Web Application I need to redirect the flow of the information to a Java class nor to a Servlet or a JSP. However in the web i have found a lot of material but none mentions what i am looking for. How is this achieved? Any idea is welcome. Rafael

RE: Forwarding to a Java Application

2009-12-24 Thread Rafael Muneton
: Re: Forwarding to a Java Application From: w...@wantii.com To: user@struts.apache.org Will the Java App(let) be up and running, or will you need to launch it with the information passed to it? -Wes On Thu, Dec 24, 2009 at 10:52 AM, Rafael Muneton rafael_mune...@hotmail.com wrote

RE: Forwarding to a Java Application

2009-12-24 Thread Rafael Muneton
answer, I think that maybe I need to upgrade to Struts 2. I am using Struts 1.1 Thanks. Rafael From: vitorso...@gmail.com To: user@struts.apache.org Subject: Re: Forwarding to a Java Application Date: Thu, 24 Dec 2009 18:38:33 +0100 On Thursday 24 December 2009 16:52:35 Rafael

RE: Forwarding to a Java Application

2009-12-24 Thread Rafael Muneton
OK Wes: I am trying to understand you. I will test my Appl and will keep you posted. Thanks a lot. Rafael Date: Thu, 24 Dec 2009 13:48:49 -0500 Subject: Re: Forwarding to a Java Application From: w...@wantii.com To: user@struts.apache.org On Thu, Dec 24, 2009 at 12:52 PM, Rafael

How to forward....

2009-12-15 Thread Rafael Muneton
Hello: I am trying to develop a small application that contains a Login.jsp, in case of failure the controller must redirect to Login.jsp again; in case of success the controller must redirect to a Java application ,MainMenu.class. I think this is done in struts-config.xml file: