views:

54

answers:

0

Hi there, I have some content (a flash widget, to be precise) on a page that I want to be static, I have been using full coverage GWT on the entire page, which allows user to never have to reload the page. But I am thinking about switching to app engine and django, is there a way so that the user won't reload the widget? or do I have to use something like an iframe to frame off the stuffs i have to reload? I know ruby on rails has something that renders partial, but i have never tried it myself. Does that means only part of the page is reloaded? but obviously, I want it for Django.