• 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

Help with some type of listener

 
Village Idiot
Posts: 484
jQuery Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a few submit buttons on this page, and when the user submits the info it is aded to a web service. There is a project explorer on this page as well that takes data from the web service and posts it on the page. However after I add a new project ordevice, it will not show up in this project explorer until I restart eclipse completely.
I know there are listeners to deal with this and I have been looking at a4j:push, but I cant seem to make it work.
Is there not a simple way to have the project explorer reload when something new is submitted?
reply
    Bookmark Topic Watch Topic
  • New Topic