On 7/26/06, Julian Ray <[EMAIL PROTECTED]> wrote:
Has anyone managed to get a JSF page to automatically refresh. Using meta tags is out because the URL lags behind the actual view in the browser so it refreshes the previous view.I would think that you could add a timer and refresh current view using _javascript_ and a hidden submit button attached to a backing bean action but before I start to do this I wanted to check to see if anyone has already done it (perhaps more elegantly) and could share code. It would actually make a cool Tomahawk component if it could be encapsulated in a custom tag.Julian

