Hi,
I am using tiles in my project using the classic layout 

This is my "tiles-defs.xml "

  <definition name="site.mainLayout" path="/layouts/classicLayout.jsp">
      <put name="title"  value="The Project" />
      <put name="header" value="/tiles/common/header.jsp" />
      <put name="menu"   value="site.menu.bar" />
      <put name="footer" value="/tiles/common/footer.jsp" />
      <put name="body"   value="/tiles/body.jsp" />
  </definition>


How can I create a JSP that will keep the header, footer and menu while only 
refreshing the body?  I keep getting the entire login.jsp page instead of it 
refeshing the body only.

Peter

__________________________________________________________________
Switch to Netscape Internet Service.
As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register

Netscape. Just the Net You Need.

New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to