Re: Page refresh after AJAX Call

2010-07-01 Thread Kushan Jayathilake
Got it working... :) Thank you very much Jyothi, On Thu, Jul 1, 2010 at 2:57 PM, Jyothi Rajesh wrote: > You will need to have a dedicated action to generate the data for the grid. > This action will have to be inlcluded in the main page. And since this > action forwards to the same grid JSP, wh

Re: Page refresh after AJAX Call

2010-07-01 Thread Jyothi Rajesh
You will need to have a dedicated action to generate the data for the grid. This action will have to be inlcluded in the main page. And since this action forwards to the same grid JSP, whether you include it in the main page or through AJAX, it will give the same effect. On Thu, Jul 1, 2010 at 1:27

Re: Page refresh after AJAX Call

2010-07-01 Thread Kushan Jayathilake
Thanks for replying Jyothi, I have some questions, if we call that separate JSP file where the resides, then how can i show it in the main page, if AJAX request call loads the grid page, then how can i move back to main page, because the grid should appear on the main page. On Thu, Jul 1, 201

Re: Page refresh after AJAX Call

2010-06-30 Thread Jyothi Rajesh
Hi, Here is how you can do it: 1) Have an independent JSP which will just include the grid using the s:iterator tag. 2) The forward/result of the servlet/action given in the AJAX request should be this JSP. 3) In the AJAX callback function, the above JSP will give the HTML to be rendered. 4) Use

RE: Page refresh

2004-09-13 Thread meena r
David, I am not able to figure out the following: Let us say I have a page A.jsp in which I have a hidden iframe called B.jsp. Now this page A.jsp has the select onchange call which in turn sets some values in the form present in the hidden iframe B.jsp and submits the form in the iframe B.jsp.

RE: Page refresh

2004-09-07 Thread dhay
Here you go... - Forwarded by David Hay/Lex/Lexmark on 09/07/2004 05:33 PM - |-+> | | David Hay| | || | | 09/02/2004 01:55 | | | PM | |

RE: Page refresh

2004-09-07 Thread meena r
> > | > | To: Struts Users Mailing List > <[EMAIL PROTECTED]> > | > | cc:

RE: Page refresh

2004-09-07 Thread dhay
| | To: Struts Users Mailing List <[EMAIL PROTECTED]> | | cc: |

RE: Page refresh

2004-09-03 Thread meena r
Well ,this requires that the end-user's browser has a java plug-in installed. We are trying to look at approaches where there wouldn't be any addtln set up required on the client side. Thanks Meena --- Jim Barrows <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: meena r

RE: Page refresh

2004-09-03 Thread Jim Barrows
> -Original Message- > From: meena r [mailto:[EMAIL PROTECTED] > Sent: Friday, September 03, 2004 12:29 PM > To: Struts Users Mailing List > Subject: Page refresh > > > Hi, > > I am currently working on a Struts based project where > we have a requirement to fetch details/images from t