hi all,

I have at "application scope level" a list of data received as event from a system outside the Struts 2 web app. I then have my struts application with a JSP page that shows to the user the list using displaytag when the user chooses to have an overview of such list.

The question is:

- Is there any pattern in Struts 2 to have the application ContextListener pushing the newest data to every Session that has such JSP open? i.e. an event of my system publishes data and this is received by my Webapp-specific ContextListener then from there I would like to push such information to all sessions that have the relevant JSP open ... using AJAX? - Otherwise would be possible having an action with continue refreshing using plain HTML?

TIA,
regards,
Giovanni

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to