Re: Forwarding to a Java Application

2009-12-29 Thread musomesa
needs to either have a full JDK installed (not just a JRE) or have Java Web Start installed. Chris -Original Message- From: Rafael Muneton To: Struts Mailing list Sent: Mon, Dec 28, 2009 12:39 pm Subject: RE: Forwarding to a Java Application i Wes: Thanks for your answer. I am a

Re: Forwarding to a Java Application

2009-12-27 Thread Saeed Iqbal
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: >> > >> > Hi

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
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

Re: Forwarding to a Java Application

2009-12-24 Thread Wes Wannemacher
On Thu, Dec 24, 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, that he/she can choose from.This MainMen

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 Dece

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

Re: Forwarding to a Java Application

2009-12-24 Thread Vitor E. Silva Souza
On Thursday 24 December 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. > > How is this achieve

Re: Forwarding to a Java Application

2009-12-24 Thread Wes Wannemacher
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 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. > > Howeve

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