I have do the research with google and found that. Joomla itself don’t have refresh function for their application. But if I need do the refresh function with my component or module then how?
IN here, I found a simple way to let my application do the refresh with below code. and it work find in my component and module with Joomla 2.5.
$app = JFactory::getApplication(); $app->redirect(JUri::getInstance());