Updating Notes View Component in Composite App

I have an NSF View Component in a composite app. When a line is double clicked, it opens the underlying document in a browser component (the underlying app is web based). When I update the document and save, the view component doesn’t update. I’ve tried putting code in the WQS event to update the view, but this doesn’t seem to work its way up to the component level. If I put focus in the view component and press F9, the updated information is available.

In the same app, there is another view component that opens its docs as Notes docs. When modified and saved, they update the view component as one would expect.

In a purely web app, I would republish the view to the web, or make an AJAX call and update the page. I’m not sure how to go about updating a Notes view component when a web page changes though.

Any thoughts?

Thanks,

John