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
you 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 > wrote: > > &

RE: Forwarding to a Java Application

2009-12-24 Thread Rafael Muneton
, 2009 at 12:52 PM, Rafael Muneton > wrote: > > > > Hi Vitor: > > > > What I am trying to achieve is that , after a user can log in to the Web > > Application, this user receives the MainMenu screen of the Application, > > where there are several options,

RE: Forwarding to a Java Application

2009-12-24 Thread Rafael Muneton
mber 2009 16:52:35 Rafael Muneton wrote: > > 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. > >

RE: Forwarding to a Java Application

2009-12-24 Thread Rafael Muneton
ubject: 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 M

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

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: