RE: Asynchronous Display of Action Results

2011-07-11 Thread Baubak Gandomi
it all worked like a charm. Thanks for your help. Best regards Baubak -Original Message- From: Wes Wannemacher [mailto:w...@wantii.com] Sent: lundi 11 juillet 2011 16:52 To: Struts Users Mailing List Subject: Re: Asynchronous Display of Action Results You can achieve the outcome you desire

Re: Asynchronous Display of Action Results

2011-07-11 Thread Dave Newton
On Mon, Jul 11, 2011 at 4:51 PM, Baubak Gandomi wrote: > Thanks I'll test your solution, and see how it works. It's the only solution there is. Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional com

RE: Asynchronous Display of Action Results

2011-07-11 Thread Baubak Gandomi
Thanks I'll test your solution, and see how it works. -Original Message- From: Wes Wannemacher [mailto:w...@wantii.com] Sent: lundi 11 juillet 2011 16:52 To: Struts Users Mailing List Subject: Re: Asynchronous Display of Action Results You can achieve the outcome you desire by

Re: Asynchronous Display of Action Results

2011-07-11 Thread Wes Wannemacher
You can achieve the outcome you desire by using AJAX instead of the s:action tag. Here is an (untested) jquery example - "); $("remoteAction2").load(""); }); I'm too lazy at the moment to make sure that the javascript is correct, so if someone notices any glaring errors, please chime in.

Asynchronous Display of Action Results

2011-07-11 Thread Baubak Gandomi
Hello, I am not able to find any mention of this topic, or even if it is really Struts 2-related. I have a view which calls two actions using /WEB-INF/pages/main.jsp /WEB-INF/pages/page1.jsp