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

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