1

All,

I have a question regarding Tabbed Panel in Struts2.

If I have a few panels and I want the content on a tab to be updated every five seconds would how would I do this?

Also, I only want the tab which is currently being viewed to update at the given interval. The other tabs should update when selected and then continue t be updated every five seconds until the user selects another.

Can anyone suggest an approach which allow me to do these things?

Thanks,

Alex

Alex Barnes
  • 7,174
  • 1
  • 30
  • 50

1 Answers1

0

There is a long running tradition in Stack Overflow where all Javascript problems can be solved with jQuery.

Here is a similar question with a div instead of a tab

Auto-refreshing div with jQuery - setTimeout or another method?

Community
  • 1
  • 1
kazanaki
  • 7,988
  • 8
  • 52
  • 79