•  
Main
About Hippo Site Toolkit 1
Technical Documentation
Expression Language
Other

Hippo JSF Examples

The Hippo JSF example consists of a simple website which is connected to the Hippo Repository. The pages which are used in this example can be found as default documents in the Hippo Repository.

The website is based on several templates. These templates can be found as xhtml pages in the root of the web application folder. When you look at these files, you may notice the following tag:

<hippo:content partName="body"/>

This tag provides the interface with the repository and makes it possible to get the content of the documents from the repository. In the examples below you will see how the example pages look like. When you look at the examples you can distinguishe the different layouts that are used for the different documents.

Homepage

This is the homepage. It uses the same layout as the standard pages.

Page

This is a standard page (foo) from the left menu.

News

This is the news page from the top menu.

Foo

This is the faq page from the top menu.

Contact

This is the contact page from the top menu.