Re: Newbie: Call a servlet in another application and set attribute

2008-06-26 Thread Laurie Harper
day, June 25, 2008 12:58:09 PM Subject: Re: Newbie: Call a servlet in another application and set attribute --- On Wed, 6/25/08, Mustafa Cayci <[EMAIL PROTECTED]> wrote: I am fairly new to Struts. I have two applications. AppA is a Struts application and AppB is another application. I have a

Re: Newbie: Call a servlet in another application and set attribute

2008-06-25 Thread Nils-Helge Garli Hegvik
onse.sendRedirect("/testsqlservlet/testsqlservlet"); > ... > Because this did not work. > Thanks, > Mustafa > > - Original Message > From: Dave Newton <[EMAIL PROTECTED]> > To: Struts Users Mailing List > Sent: Wednesday, June 25, 2008 12:58:09 PM &

Re: Newbie: Call a servlet in another application and set attribute

2008-06-25 Thread Dave Newton
--- On Wed, 6/25/08, Mustafa Cayci <[EMAIL PROTECTED]> wrote: > Let me try to understan what you mean.  Are you saying > that I should be doing this >     public ActionForward execute(ActionMapping mapping, > ActionForm form, > > HttpServletRequest request, >

Re: Newbie: Call a servlet in another application and set attribute

2008-06-25 Thread Mustafa Cayci
Dave Newton <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Wednesday, June 25, 2008 12:58:09 PM Subject: Re: Newbie: Call a servlet in another application and set attribute --- On Wed, 6/25/08, Mustafa Cayci <[EMAIL PROTECTED]> wrote: > I am fairly new to Struts.  I have tw

Re: Newbie: Call a servlet in another application and set attribute

2008-06-25 Thread Marc Ende
Hi Mustafa, if I understand you correctly you're trying to pass an object in another webapp. That's not a really struts-usecase. I think you're looking for a webservice or another kind of procedurecalls (like rmi). I think you should look for axis, cxf or another project which are more helpful f

Re: Newbie: Call a servlet in another application and set attribute

2008-06-25 Thread Dave Newton
--- On Wed, 6/25/08, Mustafa Cayci <[EMAIL PROTECTED]> wrote: > I am fairly new to Struts. I have two applications. AppA > is a Struts application and AppB is another application. I > have an Action class in AppA. Within execute() method, I am > creating some objects. I would like to call the

Newbie: Call a servlet in another application and set attribute

2008-06-25 Thread Mustafa Cayci
Hello, I am fairly new to Struts. I have two applications. AppA is a Struts application and AppB is another application. I have an Action class in AppA. Within execute() method, I am creating some objects. I would like to call the servlet in AppB and somehow I want to pass these objects to