Code Listing 3: tiles-defs.xml file

<?xml version="1.0"?>

<!DOCTYPE struts-config PUBLIC
  "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
  "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd">

<tiles-definitions>

  <!-- Main Layout -->
  <definition name="main.layout" path="/technology/mainLayout.jsp">
     <put name="title"  value=""/>
     <put name="header" value="/technology/header.jsp"/>
     <put name="body"   value=""/>
     <put name="footer" value="/technology/footer.jsp" />
  </definition>

  <!-- Search Page -->
  <definition name="search.page" extends="main.layout">
     <put name="title"  value="Search Page"/>
     <put name="body"   value="/technology/search.jsp"/>
  </definition>

</tiles-definitions>

E-mail this page
Printer View Printer View
Oracle Is The Information Company About Oracle | Oracle RSS Feeds | Careers | Contact Us | Site Maps | Legal Notices | Terms of Use | Privacy