• 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

animation in struts

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am developed a j2ee application with struts 1.2.9.
In the jsp page when i click the search button it is going to the action class---ejb--DAo and returning to the jsp page.
It is working fine.

Now my problem is when i am hitting search button and the data coming back from server and repainted the jsp page, i need to show animation( that it searching record ).
I want to use coomon animation code to use for all the jsp pages.
Can any one help me as it is urgent.

Thanks and regards,
Partha Sarathi Chaudhuri
 
reply
    Bookmark Topic Watch Topic
  • New Topic