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

Page refresh after AJAX Call

2010-06-30 Thread Kushan Jayathilake
Hi Guys, I have implemented basic AJAX functionality without incorporating third party frameworks, and its working fine, AJAX functionality is doing the sorting thing of a grid, i have implemented the grid using What i want to do is, refresh the entire grid, after the AJAX Call happens, so wi

Re: How to submit a form without a page refresh

2009-10-21 Thread wild_oscar
ache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: http://www.nabble.com/How-to-submit-a-form-without-a-page-refresh-tp25989406p25989780.html Sent from the Struts - User mailing list archive at Nabble.com. -

Re: How to submit a form without a page refresh

2009-10-21 Thread Ernesto Reinaldo Barreiro
Just on way to do it! http://www.weinfreund.de/struts2-jquery-showcase/index.action See Ajax Form tab Bes

How to submit a form without a page refresh

2009-10-21 Thread Per Johansson
Hi, I am new to Struts and want to implement a form that when submitted does not refresh the whole page. The form must be submitted in isolation, independent of the rest of the page. I am also new to Ajax but guess that Ajax can be used in some way for this. Any advice appreciated. /Best Regards,

Ajax and page refresh

2008-06-13 Thread Paranoid_Fabio
s refreshed with the new table (OverviewTable.jsp) but the page is scrolled up. How can I avoid that? Thank you! -- View this message in context: http://www.nabble.com/Ajax-and-page-refresh-tp17825519p17825519.html Sent from the Struts - User mailing list a

ArrayI ndex OutOfBoundsException when page refresh

2006-12-06 Thread naslund26
ArrayIndexOutOfBoundsException: 0 at reflect.Array.get(Native Method) at org...DynaActionForm.get(DynaActionForm.java:250) -- View this message in context: http://www.nabble.com/ArrayI-ndex-OutOfBoundsException-when-page-refresh-tf2772149.html#a7732461 Sent from the Struts - User mailing list archive at

FW: tag populating a table not in a form does not rerender on page refresh. (Struts 1.1)

2006-12-01 Thread Ben Flynn
Hey guys; I have a really annoying problem that I've killed far too much time on- I was hoping someone might have some additional insight. I created a page that uses a to populate a table with an ArrayList of Beans. This works beautifully on first view, but subsequent page views and refreshes do n

Re: help with actionform issue (page refresh)

2004-10-19 Thread Biggie Bendra
Yep, that did it. Thank you very much! bye-Ben --- Hubert Rabago <[EMAIL PROTECTED]> wrote: > Try modifying the mapping of /getQueryPage to > include your form, but > also not to validate it. Also, make sure that the > form is placed on > the same scope as that for /getReport. > > So, somethi

Re: help with actionform issue (page refresh)

2004-10-19 Thread Hubert Rabago
Try modifying the mapping of /getQueryPage to include your form, but also not to validate it. Also, make sure that the form is placed on the same scope as that for /getReport. So, something like this: What I think will happen on initial load is Struts will create the form but will have no valu

help with actionform issue (page refresh)

2004-10-18 Thread Biggie Bendra
Hello, I'm having trouble doing what I want with a struts; I've read through the documentation and examples but haven't found anything quite like what I want to do. However, it seems like a common problem so perhaps someone can help me. I have two pages, one of which I will call query.jsp, and t

Page refresh results in multiple calls to form bean?

2004-09-30 Thread Tom McCobb
I have a templated page. In a detail display section (in Detail.jsp), after an update, I forward back to the main page (call it Master.jsp). I also have a search section (Search.jsp) on the page. I put a log statement in a getter on the Form Bean behind Search.jsp. I notice that when I do somet

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
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 > w

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 require

Page refresh

2004-09-03 Thread meena r
Hi, I am currently working on a Struts based project where we have a requirement to fetch details/images from the server(Webshere 5.0) and display to it to the user without allowing the page to re-fresh. We are in the process of seeing whether we can use Iframes or Xml-Rpc for remote scripting. Wo