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
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
&
--- 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,
>
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
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
--- 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
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
7 matches
Mail list logo