Well it is technically possible if you start using frames or inline frames, but that is a whole other ballpark I do not recommend getting into.
What you are asking is not possible because you have to reload the entire page. I do this in all my apps, but I do not get a flash. It may be your page is too heavy or your server is too slow. Even then, your browser caching should prevent that. Did you turn off page caching or something. If you send me an url I can take a look and possibly diagnose what is wrong. "Phan, Hung" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, > > I have a question regarding tiles. One of my page uses a layout like > > <body leftmargin="0" rightmargin="0" bottommargin="0" topmargin="0" > marginwidth="0" marginheight="0" bgcolor="#E6E6E6" > onUnload="closeAllSubwindows()" > onLoad="initWin(document.forms[0])"> > <table border="1" frame="void" height="100%" width="100%" > cellpadding="5" cellspacing="0" > > <tr> > <td colspan="2"><tiles:insert name='top' /></td> > </tr> > <tr> > <td width="140" valign="top" align="left" ><tiles:insert > name='menu' /></td> > <td width="100%" valign="top" align="center" > bgcolor="#FFFFFF"><tiles:insert name='body' /></td> > </tr> > </table> > </body> > > It has a classic layout (top, menu, and body). When you select an item in > the menu, it displays a new page. The problem is that, only the body > changes each time (top and menu are the same). The result is kind of a > flash when displaying the new page. Is it possible that I don't have to > refresh top and menu, just the body so that the whole page does not flash? > Or can I somehow speed up the display for top and meu instead of waiting for > the page to finish? > > Thanks for any suggestion, > --Hung --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]