Hi,
I will explain my problem again, with a few more details.
I have the following code now:
ActionRedirect redirect = new ActionRedirect();
redirect.addParameter("title", newArticleActionForm.getTitle());
redirect.addParameter("date", newArticleActionForm.getDate())...
Hi,
Thank you for your reply.
I was wondering if you could give me an example or something. Because I can't get it to work like I want. I can make a connection to the other server and post the parameters to it, that's not a problem, but struts needs a mapping return, what do I need to return...
Hi all,
I have two servers, each running the sun appliction server (9.0). I've build a webapplication, and know I want to forward requests from the first to the second application server.
In my LoginAction on the first server I put this in the code:
return new ActionForward("http://" +...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.