0.51: What are page lists? (brief description)

Page lists allow you to avoid hardcoding URLs in servlets and JSP files. A page list specifies the location where a request is to be forwarded, but automatically tailors that location depending on the MIME type of the servlet. These properties allow you to specify a markup language and an associated MIME type. For the given MIME type, you also specify a set of pages to invoke.