• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

DWR with Struts 1.3 to update the Formbean and refresh part of JSP page

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Currently in one of my JSP page i am calling a Action through javascript on click of a button which fetches some data from server and updates the form bean.
Finally the same JSP page reloads to dispaly the newly added data fetched from server.

Now i am trying to implement DWR in the same scenario. I want to update the Formbean (Action Form) with help of DWR ajax call(on click of the same button ).
And instead of reloading the whole page specific portion of the page should be refreshed showing the newly added content to Formbean.

How can I achieve this. Could anybody has worked on same scenario, then please share the example.

Also please share the URL if anybody have any sample example.


Awaiting response
Prajatna
prajatna.mahunta@gmail.com
 
reply
    Bookmark Topic Watch Topic
  • New Topic