I would like to know if it's possible to make JSF navigation rules inside a <div>
without reloading the entire page, in an Ajax fashion (like as in Gmail).
Suppose you have your application main page with this situation:
<div id="main">
<div id="header"></div>
<div id="menu"></div>
<div id="content">
(JSF navigation inside this div)
</div>
</div>
Thanks in advance for reply.